Re: [JBoss-user] FileNotFoundException Accessing Session bean from Servlet

2002-11-03 Thread Scott M Stark
This happens when the stateful session has been removed due to inactivity. The default timeout is 30 minutes. jboss-3.0.0 is now getting to be a rather out of date version so lookup into updating to 3.0.4. Scott Stark Chief Technology Officer JBoss Group, LLC x

[JBoss-user] FileNotFoundException Accessing Session bean from Servlet

2002-11-03 Thread John Snyder
Hello all,   Using jboss-3.0.0_tomcat-4.0.3, I am trying to access a Session bean called Registration from within a servlet, both of which are part of an application called pc, deployed as pc.ear.  I can access the bean with no problem from a stand-alone client, with the following code:   Co