I have a stateless session bean method bound to a user's form submission. That 
user then proceeds to submit another form that is bound to a stateful session 
bean method (extended persistence context). Both methods have the default 
REQUIRED transaction attribute.

Why might I be getting a TransactionRequiredException in the stateful session 
bean method (the second method)? How do you propagate transaction contexts 
between requests as opposed to within the same request?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997461#3997461

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997461
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to