Hello,

The EntityContext / SessionContext should be transient , as this keep on
changing for a given Bean instance and the context are assigned as and when
bean instance from the pool is assigned to an EJB Object.  Hence, there
should be some other  issues generating the error.

Thank you,
Regards.

Ganapur Srinivas.

Cognizant Technology Solutions India Ltd.
Ground Floor,
Deepak Complex,
National Games Road,
Opp.Pune Golf Course,
Yerwada.
Pune 411006.India.
Tel. :6691960.Extn-2277.
[EMAIL PROTECTED]



-----Original Message-----
From: Rajesh Jha [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 11, 2000 11:51 PM
To: [EMAIL PROTECTED]
Subject: Re: Error While deploying in Weblogic Server 5.1


Hello Senthil


As i have seen ur problem, U must have define the entity context as
transient in the Bean class. In the Bean class  just remove the transient
word. and run ejbc compiler...



Rajesh Jha

-----Original Message-----
From: Senthil Kumar [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 9:11 PM
To: [EMAIL PROTECTED]
Subject: Error While deploying in Weblogic Server 5.1


Hi,

I am new in developing and deploying EJB components and I am using Weblogic
5.1. When I try to generate container classes for a  EJB Session Bean using
the deployer tool,  I am getting the following error.
---------------

[6.4.1] In EJB Demo, references to javax.ejb.EJBContext,
javax.ejb.SessionContext, or javax.ejb.EntityContext must not be transient.

Anyone who can help me to get over this.

Thanks in advance.

Senthil

===========================================================================
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".

Reply via email to