XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 6.0.0.CR1
    • None
    • None
    • None

      Tests are failing with:
      javax.management.AttributeNotFoundException: not found: TransactionTimeout
      at org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanInvoker.java:335)
      at org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:565)
      at org.jboss.test.jca.test.TxConnectionManagerUnitTestCase.setUp(TxConnectionManagerUnitTestCase.java:128)

      The "TransactionTimeout" attribute is obtained in the test set up method:
      MBeanServer server = MBeanServerLocator.locateJBoss();
      ObjectName onTM = new ObjectName("jboss:service=TransactionManager");
      txTimeout = ((Integer)server.getAttribute(onTM, "TransactionTimeout")).intValue();

      Looks related to the property changes integrated with JBossJTS 4.9.0.GA upgrade:
      http://fisheye.jboss.org/changelog/JBossAS/?cs=97792

              jpederse@redhat.com Jesper Pedersen
              smcgowan@redhat.com Shelly McGowan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: