UserTransaction lookup from client

2001-08-05 Thread Tim Burns
Is there anything special I need to specify in the Orion configuration to get a value UserTransaction from a lookup?   I have tried both the following:       public static UserTransaction getTransaction()    throws javax.naming.NamingException {       String name = //java:com/env/UserT

UserTransaction lookup

2000-02-18 Thread Robert Hargreaves
Hi all, 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/UserT