0 Replies Latest reply on May 14, 2002 9:05 AM by swatkat

    Passivation of Entity Bean (BMP)

    swatkat

      Hi Everybody,

      I am using Jboss 2.2.2 with Jetty. I have a query regarding the passivation behaviour of Container with respect to the BMP Entity Beans connected to Postgres Database

      An entity bean (BMP) is activated using findByPrimaryKey() method and the data is fetched from the database.
      In an event if I change the value of that row from backend, i wanted to know if the during the passivation, the Bean writes its current state ( current Values) back to the database or not

      I may sound naive.. but its giving me lots of problems

      cheers

      Binoy