Hi,
// This is proper for Stateless Session Beanpublic StatelessSessionBean create () throws CreateException, RemoteException;// Is this proper for Stateless Session Bean?public StatelessSessionBean createSomething () throws CreateException, RemoteException;
This is not legal as per spec., I think
you should read 7.10.6 and 7.10.8 on page 97 and 98 in
EJB Spec. So, You can write only one create method with no argument in stateless bean home interface.
Regards,
[ December 13, 2003: Message edited by: Nauman Khan ]
Nauman Khan <br />SCJP,MCSE,SCWCD,SCBCD,SCWCD1.4