Re: [JBoss-user] Bug about statefull session bean

2003-03-13 Thread Rafal Kedziorski
hi, At 09:19 13.03.2003 +0100, [EMAIL PROTECTED] wrote: Hi, The EJB specification allows a statefull session bean to support many create methods. These method must be declared like that : right. Home.create Bean.ejbCreate In the attached test program, I have a create method like "Home.createByNa

[JBoss-user] Bug about statefull session bean

2003-03-13 Thread sebastien . petrucci
Hi, The EJB specification allows a statefull session bean to support many create methods. These method must be declared like that : Home.create Bean.ejbCreate In the attached test program, I have a create method like "Home.createByName(java.lang.String)", implemented by "Bean.ejbCreateByName(jav