Yes.
You need to open a JTA connection (or reuse one that is already open) before you do the
call.
| UserTransaction ut =
(UserTransaction)(initCtx.lookup("java:comp/UserTransaction"));
| ut.begin();
|
Would open one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994601#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...