如果在Spring(beans.xml)里沒有配置事務,在web.xml配置了openSessionInView,然后調用了save方法,openSessionInView認為這個方法為只讀。
如果配置文件(beans.xml)里沒有配置事務邊界,openSessionInView攔截到的任何方法的Session都認為是只讀的。openSessionInViewFilter
注意加在struts2 filter之前。解決方法:配置事務