我执行数据库操作的时候一直报出:org.springframework.dao.InvalidDataAccessApiUsageException:Writeoperationsarenotallowedinread-onlymode(FlushMode.MANUAL):TurnyourSessionintoFlushMode.COMMIT/AUTOorremove'readOnly'markerfromtransactiondefinition.这个错误。applicationContext.xml:org.hibernate.dialect.MySQLDialectupdatetrueupdatethreadclasspath:/com/sx/bean/*.hbm.xmlPROPAGATION_REQUIREDPROPAGATION_REQUIREDPROPAGATION_REQUIREDreadOnlyUserDao下的save方法:publicbooleansave(Useruser){try{getHibernateTemplate().save(user);}catch(RuntimeExceptione){System.out.println("UserDao>>save>>"+e);returnfalse;}returntrue;}每次调用Dao方法都会报出上述那个错误,求救。。。。。
添加回答
举报
0/150
提交
取消