事务配置如下:
serviceimpl类的方法
报错
javax.persistence.TransactionRequiredException: no transaction is in progress
at org.hibernate.internal.AbstractSharedSessionContract.checkTransactionNeededForUpdateOperation(AbstractSharedSessionContract.java:409)
at org.hibernate.internal.SessionImpl.checkTransactionNeededForUpdateOperation(SessionImpl.java:3602)
at org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1483)
at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1479)
说明:serviceimpl的方法名是find*();已经在事务中配置为<tx:method name="find*" propagation="SUPPORT