0 Replies Latest reply on May 2, 2002 9:04 AM by ionel

    load / store sequence

      Hi,

      I saw that when calling a getter method of a CMP EJB, JBoss uses to do an ejbLoad() directly followed by an ejbStore() call.

      If I call a setter method, the client returns from it before the ejbStore() has been called.

      My question is :

      if another client calls a getter method BEFORE JBoss performs the ejbStore() call, will the value returned be the older value or the new value set by the previous setter method ?


      Hope this is a clear explanation of my doubt ...

      thanks,
      ionel