2 Replies Latest reply on Apr 20, 2005 9:46 AM by anthavio

    lots of BMP ejbLoad with CMT and commit option B

    anthavio

      Hello,
      i've just profiled our application and I spotted that after switching from JBoss 3.2.6 default commit option A for BMP to commit option B, ejbLoad is invoked before every method invocation on BMP entity bean. All methods invocations are made from one method of Stateless Session Bean with CMT and transaction Required. BMP entity bean is marked read only. I thought that only one ejbLoad inside transaction should be made. Am I correct? Thanks for any help