Hi all,

I've seen this posted quite a few times before but no-one seems to know the
answer. 

How do you get a handle to a UserTransaction (on the client, not in a bean)?
I've tried the following but with no luck:

 UserTransaction utx =
(UserTransaction)context.lookup("javax.transaction.UserTransaction");
 UserTransaction utx =
(UserTransaction)context.lookup("java:comp:env/UserTransaction");


Anybody?

Regards,

Rob Hargreaves

Reply via email to