[jboss-jira] [JBoss JIRA] (AS7-3008) Standart JCA datasource parser incorrectly proceeds "enable" operation on XA datasource
Vladimir Rastseluev (Created) (JIRA)
jira-events at lists.jboss.org
Tue Dec 13 14:20:10 EST 2011
Standart JCA datasource parser incorrectly proceeds "enable" operation on XA datasource
---------------------------------------------------------------------------------------
Key: AS7-3008
URL: https://issues.jboss.org/browse/AS7-3008
Project: Application Server 7
Issue Type: Bug
Components: JCA
Reporter: Vladimir Rastseluev
Assignee: Stefano Maestri
Fix For: 7.1.0.Final
Test for JCA datasource susytem parser fails with an error:
testDatasource(org.jboss.as.connector.subsystems.jca.ComplexDatasourceSubsystemTestCase) Time elapsed: 0.5 sec <<< ERROR!
java.lang.Exception: junit.framework.AssertionFailedError: Operation { "operation" => "enable", "address" => [ ("subsystem" => "datasources"), ("xa-data-source" => "complexXaDs_Pool") ], "persistent" => false } contains a parameter 'persistent' which does not appear in the description { "operation-name" => "enable", "description" => "Enable the XA data-source" }
at org.jboss.as.subsystem.test.AbstractSubsystemTest$ModelControllerService.boot(AbstractSubsystemTest.java:607)
at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:187)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155)
at java.lang.Thread.run(Thread.java:662)
Test can be found at:
https://github.com/vratsel/jboss-as/commit/a7bbced8400c09c6bc8c66a9c326cd97bdcead2a
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list