Re: [JBoss-user] Stateful Session Bean declaration

2001-07-29 Thread Toby Hede
he session bean? Are you using the ejbHandle to store the Session reference? /t toby hede - Original Message - From: "Anthony IVETAC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 28, 2001 1:41 AM Subject: [JBoss-user] Stateful Session Bean

[JBoss-user] Stateful Session Bean declaration

2001-07-27 Thread Anthony IVETAC
I'm stuck. I can't figure out how to correctly declare a statfeul session bean in the ejb-jar.xml file!!! The bean works, except it's attributes aren't being stored in between method invocations. Does anyone have a snippet of EJB-JAR.xml for a stateful session bean, please? BTW - where are