0 Replies Latest reply on Mar 3, 2002 4:33 PM by ammulder

    2.4.4 modify entity after create

    ammulder

      Using JBoss 2.4.4...

      I have some code that creates a CMP entity via home.create, and then modifies the resulting entity further before the end of the transaction. It looks like ejbStore is never called, because the only data saved to the database is the data that was in the entity at the time of the create.

      Any ideas to force it to store at the end of the transaction when create was called followed by other remote methods?

      Thanks,
      Aaron