0 Replies Latest reply on Jan 6, 2008 12:24 AM by reckless_jack

    For BMP entity beans,ejbStore() is not called after commit.

    reckless_jack

      I am using a session bean as session facade with bean managed transaction. It is performing transaction on two customer entity bean.

      The session bean withdraw money from one customer's account and deposit in other customer's account.It successfully withdrawing and depositing in customers accounts.For customer entity bean i have set transaction attribute is Required.

      But the problem is-------the changes in customers account are not reflected in database.

      Doing some introspection i found that ejbStore() is not called after commit.
      further ejbPassivate() is called directly.

      can any one tell me why ?
      plz help me out.