If you are using an XASession then you can join an already running tx if you know the Xid,
just specify the Join flags:
| XAResource res = xaSession.getXAResource();
| res.start(xid, XAResource.TMJOIN);
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215141#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...