0 Replies Latest reply on Apr 8, 2003 8:29 AM by dmacedo

    Container calls ejbStore

    dmacedo

      The ejb container calls ejbStore() method every time an EntityBean calls another EntityBean in the same transaction:

      When the EntityBean 'A' calls an EntityBean 'B', the ejb container calls EntityBean 'A' ejbStore() method.

      Is this behavior right?

      It doesn't occur on Weblogic.
      In the ejb specification the container should calls ejbStore() at the end of the transaction.

      Thanks!