[
https://issues.jboss.org/browse/AS7-1870?page=com.atlassian.jira.plugin.s...
]
Heiko Braun updated AS7-1870:
-----------------------------
Component/s: Console
(was: JCA)
It's actually a console issue: the xa-datasource-property attribute has been renamed,
but not updated in the console
Error creating XA Datasource
----------------------------
Key: AS7-1870
URL:
https://issues.jboss.org/browse/AS7-1870
Project: Application Server 7
Issue Type: Bug
Components: Console
Reporter: Heiko Braun
Assignee: Stefano Maestri
Fix For: 7.1.0.Alpha1
When creating a XA DS through the console (standalone server), I get this:
{noformat}
11:25:15,297 ERROR [org.jboss.as.controller] (HttpManagementService-threads - 8)
Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("xa-data-source" => "mysql")
]): java.lang.IllegalArgumentException
at org.jboss.dmr.ModelValue.asPropertyList(ModelValue.java:100)
[jboss-dmr-1.0.0.Final.jar:1.0.0.Final]
at org.jboss.dmr.ModelNode.asPropertyList(ModelNode.java:251)
[jboss-dmr-1.0.0.Final.jar:1.0.0.Final]
at
org.jboss.as.connector.subsystems.datasources.DataSourceModelNodeUtil.xaFrom(DataSourceModelNodeUtil.java:208)
at
org.jboss.as.connector.subsystems.datasources.XaDataSourceAdd.startConfigAndAddDependency(XaDataSourceAdd.java:64)
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira