What did u specify u'r bean at the time of deployment.
It should be a stateful session bean, when u'r ejbCreate method takes
parameters.
Specify it as a stateful session bean.hope it works
Pavan
> ----------
> From: Greg Robertson[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list for Enterprise JavaBeans development
> Sent: Friday, June 02, 2000 8:37 AM
> To: [EMAIL PROTECTED]
> Subject: ejbCreate java.lang.NoSuchMethod
>
> I have written a Session Bean xxx that has
>
> public void ejbCreate(Address origin,int npa,int nxx) throws
> CreateException,RemoteException
>
> and the Home
>
> public xxx create(Address origin,int npa,int nxx) throws
> CreateException,RemoteException
>
> Note that there is no
>
> void ejbCreate() //notice no params
>
> If i try and deploy this using sun's RI , i get an error during deploy
> that
> says java.lang.NoSuchMethod ejbCreate
>
> If i implement ejbCreate //with no params then it will deploy but it only
> calls the ejbCreate with no parameters. So can anybody help me with this?
>
> thanks in advance. right now i have done a nasty hack of an added
> function
> call to work around this.
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".