Hi Rickard,

Im not sure that it is that. I Do have an ejbCreate method in the
FactorySessionBean. (see below) Admittedly, it doesn't do much!
It is also in the Home Interface.

<snip>

public class FactorySessionBean
     implements SessionBean {

     SessionContext ctx;
     InitialContext ictx = null;
     Object userTransaction = null;

     /**
      * Standard EJB implementation method to create a new instance
      * of the session bean.
      */
     public void ejbCreate()
          throws RemoteException {
     }

<SNIP>

Regards,

Lachlan




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to