| Author |
Exception while Running EJBClient
|
BalajiNityaa Varadharajan
Greenhorn
Joined: Jan 15, 2006
Posts: 19
|
|
Hi, I am trying to execute a EJBClient, while running the client i am getting the following error. I am using Websphere 5.1.1.4. Could any let me know what is the issue. java.lang.ClassNotFoundException: com.ibm.ws.Transaction.JTS.CurrentImpl at java.net.URLClassLoader.findClass(URLClassLoader.java:375) at java.lang.ClassLoader.loadClass(ClassLoader.java:562) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:442) at java.lang.ClassLoader.loadClass(ClassLoader.java:494) at com.ibm.ws.util.ImplFactory.loadClassFromKey(ImplFactory.java:111) at com.ibm.ejs.jts.jts.CurrentFactory.<clinit>(CurrentFactory.java:56) at com.ibm.ws.naming.jndicos.CNContextImpl.suspendTransaction(CNContextI mpl.java:4067) at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java :3522) at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1 566) at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1 526) at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:122 6) at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:144) at javax.naming.InitialContext.lookup(InitialContext.java:361) at examples.HelloClient.main(HelloClient.java:34)
|
 |
BalajiNityaa Varadharajan
Greenhorn
Joined: Jan 15, 2006
Posts: 19
|
|
Got this one... The class is in txClientPrivate.jar
|
 |
 |
|
|
subject: Exception while Running EJBClient
|
|
|