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#4122970

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

Reply via email to