[jboss-jira] [JBoss JIRA] Updated: (JBAS-7568) org.jboss.test.jca.test.TxConnectionManagerUnitTestCase
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Thu Sep 23 07:25:28 EDT 2010
[ https://jira.jboss.org/browse/JBAS-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated JBAS-7568:
---------------------------------
Parent Issue: JBAS-8236 (was: JBAS-7726)
> org.jboss.test.jca.test.TxConnectionManagerUnitTestCase
> -------------------------------------------------------
>
> Key: JBAS-7568
> URL: https://jira.jboss.org/browse/JBAS-7568
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Shelly McGowan
> Assignee: Jesper Pedersen
>
> 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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list