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]
- [jBoss-User] BETA_PROD_03 Container Exception Matthew Cooper
- Re: [jBoss-User] BETA_PROD_03 Container Exception Rickard �berg
- Re: [jBoss-User] BETA_PROD_03 Container Except... Matthew Cooper
- RE: [jBoss-User] BETA_PROD_03 Container Ex... marc fleury
- Re: [jBoss-User] BETA_PROD_03 Containe... Matthew Cooper
- Re: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
- Re: [jBoss-User] BETA_PROD_03 Container Except... Rickard �berg
- Re: [jBoss-User] BETA_PROD_03 Container Except... Sebastien Alborini
- Re: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
- Re: [jBoss-User] BETA_PROD_03 Container Except... Rickard �berg
- Re: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
- Re: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
- Re: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
- RE: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
- Re: [jBoss-User] BETA_PROD_03 Container Except... Rickard �berg
- Re: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
- Re: [jBoss-User] BETA_PROD_03 Container Except... Rickard �berg
- Re: [jBoss-User] BETA_PROD_03 Container Exception lmacpherson
