I found that the best way to do this was to place the @TransactionAttribute on
the class instead of the method. I did not realize this annotation could work
on either a method or class.
| @Stateless
| @Name("keybankServices")
| @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
| public class KeyBankServicesImpl implements KeyBankServices
| {
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096273#4096273
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096273
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user