如果在Spring(beans.xml)里没有配置事务,在web.xml配置了openSessionInView,然后调用了save方法,openSessionInView认为这个方法为只读。
如果配置文件(beans.xml)里没有配置事务边界,openSessionInView拦截到的任何方法的Session都认为是只读的。openSessionInViewFilter
注意加在struts2 filter之前。解决方法:配置事务