1 Reply Latest reply on Nov 29, 2012 8:25 AM by tomjenkinson

    Configuring Jboss jta properties programmatically

      Hi,

      Please anybody guide me to  configure transaction manager configuration properties like transaction timeout, max active concurrent transactions etc programmatically.

        • 1. Re: Configuring Jboss jta properties programmatically
          tomjenkinson

          Hi Aby,

           

          1. cd <src-root>

          2. find . -name \*PropertyManager*java

          3. Have fun

           

          Make sure you do all that before you touch any other transaction code, this config isn't runtime editable once JBTM is loaded (bar I believe arjPropertyManager.getCoordinatorEnvironmentBean().setEnableStatistics(boolean))

           

          Tom