Hi all ,
 When I try to call a Stateful session Bean , which in turn calls a
stateless session bean using jBoss 2.2 on windows 2000 , I get the following
exception. Could someone help me out with this ?? My client is an ordinary
java class. This exception occurs just when the stateful calls the stateless
to get some work done. So could it be some jBoss configuration issue??

C:\jdk1.3\bin\java.exe   Test2Client
Working Directory - c:\EJBClient\
Class Path -
C:\EJBStore\Test1;C:\jBoss\jboss-tomcat-2.2\jboss-2.2\client\ejb.jar;C:\EJBC
lient;C:\jBoss\jboss-tomcat-2.2\jboss-2.2\client\jboss-client.jar;C:\jBoss\j
boss-tomcat-2.2\jboss-2.2\client\jbosssx-client.jar;C:\jBoss\jboss-tomcat-2.
2\jboss-2.2\client\jnp-client.jar;C:\EJBStore\Test1\financial.jar;.;c:\Kawap
ro5.0\kawaclasses.zip;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\jre\lib\rt.jar;c:\jd
k1.3\jre\lib\i18n.jar
got object reference  Home Interface casting done Daniel Step One thru Step
Two thru And.................... Step Three thru Step Four thru Step Five
thru finished calling getMyName() - FinSt

java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
        java.rmi.ServerException: Exception occurred; nested exception is:
        javax.ejb.EJBException java.rmi.ServerException: Exception occurred; nested
exception is:
        javax.ejb.EJBException javax.ejb.EJBException   at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC
all.java:245)   at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)        at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unknown
Source)         at
org.jboss.ejb.plugins.jrmp.interfaces.StatefulSessionProxy.invoke(StatefulSe
ssionProxy.java:186)    at $Proxy1.getMessage(Unknown Source)   at
Test2Client.main(Test2Client.java:49) Process Exit...

Thanks and regards

Harishankar Nair


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to