[jboss-jira] [JBoss JIRA] Resolved: (JBAS-7568) org.jboss.test.jca.test.TxConnectionManagerUnitTestCase
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Thu Sep 23 12:03:29 EDT 2010
[ https://jira.jboss.org/browse/JBAS-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen resolved JBAS-7568.
-----------------------------------
Fix Version/s: 6.0.0.CR1
Resolution: Done
> 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
> Fix For: 6.0.0.CR1
>
>
> 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