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
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