Check your source code to see if your context variable is marked "transient" If this is so, remove the transient specifier.
A variable marked transient cannot be passivated ( this means that its value will not be stored when the container decides to passivate the bean)
 
goodluck!
-----Original Message-----
From: Senthil Kumar [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 11:41 AM
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

Reply via email to