src/main/resources/Transaction.xml
@@ -75,7 +75,8 @@ <tx:method name="do*" propagation="REQUIRED" /> <tx:method name="execute*" propagation="REQUIRED" /> <tx:method name="logSave*" propagation="REQUIRES_NEW" /> <tx:method name="*" read-only="true" /> <!-- <tx:method name="*" read-only="true" />--> <tx:method name="*" read-only="false" /> </tx:attributes> </tx:advice> @@ -86,4 +87,4 @@ </aop:config> </beans> </beans>