I am trying to configure with websphere 5.0.
I followed the steps specified by Siva. I was able to test the connection and see the bean that has been deployed using the Service Browser.
I created a service, using Service Generation. When I run this service, it fails at the point of invoking the method with the following error. Does anybody have an idea regarding the same.
The Context.class is present in client.jar in IntegrationServer/lib directory.
EJBServices.invokeEJBMethod - beanWrap.invokeMethod threw this: type(com.wm.pkg.ejb.EJBException), msg(RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException:
Trace from server: 1198777258 at host BRDT86075 >>
java.rmi.RemoteException: ; nested exception is:
java.lang.NoClassDefFoundError: com/wm/app/b2b/client/Context
java.lang.NoClassDefFoundError: com/wm/app/b2b/client/Context
at com.wm.ejb.samples.hello.HelloBean.getMessage(HelloBean.java:119)
at com.wm.ejb.samples.hello.EJSRemoteStatelessHello_404ee3b2.getMessage(EJSRemoteStatelessHello_404ee3b2.java:32)
at com.wm.ejb.samples.hello._EJSRemoteStatelessHello_404ee3b2_Tie._get_message(_EJSRemoteStatelessHello_404ee3b2_Tie.java:152)
at com.wm.ejb.samples.hello._EJSRemoteStatelessHello_404ee3b2_Tie._invoke(_EJSRemoteStatelessHello_404ee3b2_Tie.java:88)
at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:582)
at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:437)
at com.ibm.rmi.iiop.ORB.process(ORB.java:320)
at com.ibm.CORBA.iiop.ORB.process(ORB.java:1544)
at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2063)
at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:63)
at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:95)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)
<< END server: 1198777258 at host BRDT86075
; nested exception is:
java.lang.NoClassDefFoundError: com/wm/app/b2b/client/Context)
Thanks
Srinidhi
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB