Also to add, i have a Spring advice
<tx:advice id="txAdvice" transaction-manager="txManager">
<tx:attributes>
<tx:method name="get*" read-only="true"
propagation="SUPPORTS" />
<tx:method name="find*" read-only="true"
propagation="SUPPORTS" />
<tx:method name="*" propagation="REQUIRED" />
</tx:attributes>
</tx:advice>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266142#4266142
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266142
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user