1 Reply Latest reply on Feb 14, 2009 10:11 PM by born_free

    MDB and Transaction

    born_free

      Hi,

      Is this correct - MDB's run under unspecified tx context?

      So what happens if MDB calls session bean which runs under a specific tx context and which inturn calls dao?

      In my case all the above things are happening and the dao class does not commit any tx - its assumed that calling code will issue the commit. Which works fine in jboss 3.2.7 but since not in 4.2.x.

      Any ideas how to issue commit?

        • 1. Re: MDB and Transaction
          born_free

           

          "bineec" wrote:
          Hi,

          So what happens if MDB calls session bean which runs under a specific tx context and which inturn calls dao?

          In my case all the above things are happening and the dao class does not commit any tx - its assumed that calling code will issue the commit. Which works fine in jboss 3.2.7 but since not in 4.2.x.

          Any ideas how to issue commit?