]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml
Finalisation and clean of the architecture after first step of slc RCP UI prototype...
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.hibernate / META-INF / spring / transaction.xml
index 6d02d2ab8f20bea0da649753ac041c801bab7161..b60b4f10f4e1bfa085d86af9a7a40c40da6995f4 100644 (file)
@@ -8,16 +8,10 @@
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
 
        <!-- AOP Configuration -->
-       <aop:config>
-               <aop:pointcut id="tableContentMethods"
-                       expression="execution(* 
-               org.argeo.slc.client.core.TableContent.*(..))" />
-               <aop:advisor advice-ref="daoAdvice" pointcut-ref="tableContentMethods" />
-       </aop:config>
-       <tx:advice id="daoAdvice" transaction-manager="transactionManager">
-               <tx:attributes>
-                       <tx:method name="get*" propagation="REQUIRED" read-only="true" />
-                       <tx:method name="*" propagation="REQUIRED" />
-               </tx:attributes>
-       </tx:advice>
+       <!-- <aop:config> <aop:pointcut id="tableContentMethods" expression="execution(* 
+               org.argeo.slc.client.core.TableContent.*(..))" /> <aop:advisor advice-ref="daoAdvice" 
+               pointcut-ref="tableContentMethods" /> </aop:config> <tx:advice id="daoAdvice" 
+               transaction-manager="transactionManager"> <tx:attributes> <tx:method name="get*" 
+               propagation="REQUIRED" read-only="true" /> <tx:method name="*" propagation="REQUIRED" 
+               /> </tx:attributes> </tx:advice> -->
 </beans>
\ No newline at end of file