1 Reply Latest reply on Apr 2, 2002 3:12 AM by bartmann_d

    Problem with implementing UserTransaction

    riteshj

      Hi!

      I am using JBoss-2.4.3 with TomCat-3.2.3

      Tried implementing Transaction using UserTransaction with CMP EJB.
      First I had set the <trans-attribute> property in the ejb-jar.xml to 'Required' but the data was not getting commited. Also no error or exception was being thrown.
      Then I changed the property to 'RequiresNew' and my ejb was working fine and data was getting commited.

      Could any body explain me this bizarre working of the Transaction in the EJB.