I am calling
ejb through my
java program i am getting following error,help me for solving this. I imported all the jars i given jndi name correctly, i am trying this through IBM wsad.
My JNDI name ejb/example/SampleHome
i am getting error for this line
Object ref = ctx.lookup("ejb/example/SampleHome");
javax.naming.NamingException: The JNDI operation "lookup"on the context "localhost/nodes/localhost/servers/server1" with the name "ejb/example/SampleHome" failed. Please get the root cause Throwable contained in this NamingException for more information. Root exception is java.lang.NoClassDefFoundError: com/ibm/ejs/jts/jts/CurrentFactory