RE: [JBoss-user] Stateful Session Bean problem (newbie?)

2002-09-27 Thread Saroj Kumar
PROTECTED] Subject: Re: [JBoss-user] Stateful Session Bean problem (newbie?) AFAIK, a stateful session bean means, for a client, it is the same, in the 1st point, the loginCheck.jsp create the Object, in the 2nd point, an other JSP try to retrieves the object... I begin to see where does the

Re: [JBoss-user] Stateful Session Bean problem (newbie?)

2002-09-27 Thread wonder sonic
AFAIK, a stateful session bean means, for a client, it is the same, in the 1st point, the loginCheck.jsp create the Object, in the 2nd point, an other JSP try to retrieves the object... I begin to see where does the problem comes from. But how to do what I intend to? It's not the same HTTP reques

Re: [JBoss-user] Stateful Session Bean problem (newbie?)

2002-09-27 Thread Stephen Coy
How do you know that you are getting the same instance of the SFSB on the second call? Is the second call on the same JSP and responding to the same HTTP request? If not, how are you caching the instance reference between requests? Half a second seems like a long time to be processing the sam

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Alex Loubyansky
Hello, Nicolai! I had the same exception. My project worked fine first but after some "improvements :)" in some cases JBoss printed me such an exception. The problem was in RemoteException like Sternagel said. Good luck! jalex > -Original Message- > From: [EMAIL

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Sacha Labourey
Hello Nicolai, > H, this is definitively the case because the file is not there any > more. However, this bean is being still refered to and one would expect > it to serialize and passivate, then activate later on. Never to just > delete itself as long as the session is still open. It does

Re: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
I got this exception in two cases (jboss 2.4.3): 1. the bean has thrown a java.rmi.RemoteException before => jboss discarded the bean 2. the automatical remove of the SessionBean by jobss has taken place, default configuration is 30 min. Annegret -Ursprüngliche Nachricht- Von: Nicola

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Nicolai P Guba
On Wed, 2001-11-21 at 09:42, Sacha Labourey wrote: > Hello Nicolai, > > Are you sure that your SFSB lifetime hasn't expired? It looks like the bean > state has been removed from the file storage. H, this is definitively the case because the file is not there any more. However, this bean is

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Sacha Labourey
Hello Nicolai, Are you sure that your SFSB lifetime hasn't expired? It looks like the bean state has been removed from the file storage. Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Nicolai P > G