Hello, all.
Can you give me some advice how to get UserTransaction or TrasactionManger?
I wrote some codes in my application as follows;
// Below codes are from Orion FAQ
import javax.naming.*;
import javax.transaction.*;
...
TransactionManager manager = (TransactionManager)new
InitialContext().lookup("java:comp/UserTransaction");
I didn't have any problem compiling my codes, but I met below error while running my
application
avax.naming.NameNotFoundException: java:comp/UserTransaction not found
at com.evermind.server.rmi.RMIContext.lookup(JAX)
Thank you in advance.
-HK
- Cluster configuration Alessandro Fustini
- Re: Cluster configuration Jeff Hubbach
- RE: Cluster configuration Kesav Kumar
- Re: Cluster configuration Gurinder Randhawa
- Re: Cluster configuration Jeff Hubbach
- Re: Cluster configuration Gurinder Randhawa
- Re: Cluster configuration HyungKee Hwang
- Re: Cluster configuration Jeff Hubbach
- RE: Cluster configuration elephantwalker
- RE: Cluster configuration Gurinder Randhawa
- Re: Cluster configuration Gurinder Randhawa
- Re: Cluster configuration Gurinder Randhawa
- RE: Cluster configuration elephantwalker
- Re: Cluster configuration Gurinder Randhawa
- RE: Cluster configuration elephantwalker
- Cluster configuration sbpodila
- Re: Cluster configuration Scott Farquhar
