Hey

[EMAIL PROTECTED] wrote:
> 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 {
>      }

Hm.... then what could it be... the exception you got was because the
create() method did not have a mapped method in the instance, that's for
sure. You have other sessionbeans which work well, yes?

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com



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

Reply via email to