Hallo,

I have found the following problem:

The client keeps an reference to an instance of a session bean for a pretty
long time, i.e. all the time the client application is running. If the
client doesn't  do any requests to the server for some time, jonas calls the
ejbremove()-method and diposes the session bean while the client still has a
reference to tis bean. Next time, the clients calls a method of his bean
instance it gets (logically) the following exception:

java.rmi.NoSuchObjectException: no such object in table         
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:354)        
at org.objectweb.jonas.rmifilters.RemoteStub.invoke(RemoteStub.java:88)

at
dpag.ass.application.dispatcher.JOnASdispatcherRemote_Stub.dispatch(classes\
dpag\ass\application\dispatcher\JOnASdispatcherRemote_Stub.java:44)     
at dpag.ass.connector.CSConnectorThread.run(CSConnectorThread.java:113)

at java.lang.Thread.run(Thread.java:484) 


That is, I believe to know the cause but I don't know how to solve it.
I would be very grateful if you could give me some hints to get out of this
problem. Are there maybe some configuration entries?

Thanks in advance

Torsten Blumreiter
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to