Try
| Context ctx=new InitialContext(...);
| UserTranscation utx=(UserTransaction)
ctx.lookup("java:comp/UserTransaction");
|
to get a hold of a UserTransaction, which you can then use to begin() and commit() your
work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122970#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...