5 Replies Latest reply on Oct 7, 2003 5:07 AM by normann

    Commit option C still not working?

    normann

      According to

      http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= bug has been files against JBoss and commit option C. I have multiple entity beans deployed in JBoss 3.0.8 with that option, and I have multiple session beans changing the underlying database through stored procedures in direct JDBC calls. All methods in all beans have transaction attribute Required.

      I have two Struts actions, one calling a session bean that changes the database, then forwards to the other action that calls a session beans reading from the entity beans. The entity beans are NOT reloaded from the database and contain the old, unchanged data..

      I can see in the JBoss logs that there are only SELECTs on id's no other fields are re-read.

      What do I do? I need this problem fixed asap.