[JBoss-dev] [EJB on JBoss] - Re: Standard Stateful Session Bean Error

2004-03-02 Thread oz59
I'd like to try and duplicate the error (minus SuSE), but am not all too familiar w/ the SPECjAppServer2004 Benchmark. Is this something you can download? I went on the site and didn't see anything (at least particular to '04). Also for future reference, this post is probably better suited to

[JBoss-dev] [EJB on JBoss] - Re: Standard Stateful Session Bean Error

2004-03-01 Thread weis
Thanx for the reply oz59. I have now turn on the trace logging for org.jboss.ejb.plugins, this must also log passivation of beans. I have also tried to make System.outs.println in the ejbPassivate Method, but this method is never called before the error occured. The error was not written in

[JBoss-dev] [EJB on JBoss] - Re: Standard Stateful Session Bean Error

2004-02-27 Thread oz59
Greetings. Due to the xx.ser, my hunch is that the bean timed out while passivated. If you haven't tried this, put some timestamp logging in ejbPassivate. Also, put similar timestamp logging in catch blocks for the component interface biz methods. Next time you get the error, ensure the