Hi,

I am using iPlanet Application Server for my application.

I am encountering a problem. I have used Bean Managed Persistence for my
beans.

Ina method of teh Session Bean, I am invoking the set method of the Entity
Bean, in which  set the values to the changed ones. Then, in the Session
bean's method, I perform an operation, for which I query the table that the
Entity Bean had updated. At times, it seesms that the ejbStore() method is
called later in time, because I still get the old value. When I run it
again, I get the value that was previously updated. i.e., the next step is
being performed first befor eteh update (ejbStore). Has anyone encouneterd
such a problem?

Regards,
Vibha

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to