2 Replies Latest reply on Apr 4, 2004 3:36 AM by aloubyansky

    ejbStore called after every finder

    aparaapara

      I am noticing that even inside a transaction ejbStore is called on CMP entity beans when ever any finder is executed. I was under the impression that ejbStore will get called right before TX commit, which it does, as well.

      Is this a desired operation? Why is there a need to call ejbStore when a finder is executed on a different bean?

      Thanks.
      -AP_