Hi !

I'm trying to use an UserTransaction in a client code.
None of the usuals JNDI names work, like,
UserTransaction utx =
(UserTransaction)initialContext.lookup("java:comp/UserTransaction")

What is the default JNDI name where the UserTransaction is bound for clients
?
Do I have to include it as a resource in my application-client.xml to bind
it to JNDI ?
And how do I configure this ?

thx for the help.

Rui Gil



Reply via email to