|
|
@@ -35,9 +35,9 @@
|
|
|
|
|
|
<tx:advice id="txAdvice" transaction-manager="transactionManager">
|
|
|
<tx:attributes>
|
|
|
- <tx:method name="get*" read-only="true" />
|
|
|
- <tx:method name="is*" read-only="true"/>
|
|
|
- <tx:method name="find*" read-only="true"/>
|
|
|
+<!-- <tx:method name="get*" read-only="true" />-->
|
|
|
+<!-- <tx:method name="is*" read-only="true"/>-->
|
|
|
+<!-- <tx:method name="find*" read-only="true"/>-->
|
|
|
<!-- <tx:method name="query*" read-only="true"/>-->
|
|
|
<tx:method name="*" isolation="DEFAULT"/>
|
|
|
</tx:attributes>
|