1 Reply Latest reply on Aug 5, 2002 9:50 AM by gramesh

    Commit an EntityBean within Tranasaction

    gramesh

      Hi,

      I am porting our application to JBoss3.0 with Tomcat 4.0.3 which is working fine in Weblogic 5.1.

      Application is almost ported and working fine without much modifications except for one entity bean which has configuration "<delay-updates-until-end-of-tx>false</delay-updates-until-end-of-tx>" for Welogic.

      Is there any way in Jboss to commit entity bean that is in a transaction before actually commiting the transaction ?, In case of rollback of the transaction the committed entity should also be rolled back.