0 Replies Latest reply on Sep 18, 2003 12:05 PM by parikhm

    ejbStore

    parikhm

      The CMP container in JBoss 3.2.1 calls ejbStore() at the end of each transaction? Will it execute the update sql statement even if nothing has changed for the entity bean or will it do a isDirty() check and avoid a store.

      Weblogic 7.0 CMP container does a smart check and avoids a store if none of the CMP fields have been modified.