[jboss-jira] [JBoss JIRA] (WFLY-7792) Mixed domain with EAP 6.2 slave: data sources operations failed
Lin Gao (JIRA)
issues at jboss.org
Wed Dec 14 03:26:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lin Gao updated WFLY-7792:
--------------------------
Description:
Run a mixed domain where WildFly 11.0.0-SNAPSHOT is the master and EAP 6.2.0 is a slave server. Operation on data source ExampleDS failed due to incompatibility of models:
{noformat}
[domain at 127.0.0.100:9990 /] /host=eap620/server=server-one/subsystem=datasources/data-source=ExampleDS:test-connection-in-pool
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0297: Transforming operation {
\"address\" => [
(\"host\" => \"eap620\"),
(\"server\" => \"server-one\"),
(\"subsystem\" => \"datasources\"),
(\"data-source\" => \"ExampleDS\")
],
\"operation\" => \"test-connection-in-pool\",
\"operation-headers\" => {
\"caller-type\" => \"user\",
\"access-mechanism\" => \"NATIVE\",
\"domain-uuid\" => \"ae186a65-8c76-41d0-bd23-79154b5f92f7\"
}
} at resource [
(\"host\" => \"eap620\"),
(\"server\" => \"server-one\"),
(\"subsystem\" => \"datasources\"),
(\"data-source\" => \"ExampleDS\")
] to subsystem 'datasources' model version '1.2.0' -- attributes [statistics-enabled] WFLYJCA0088: Attributes [statistics-enabled] rejected. Must be true",
"rolled-back" => true,
"result" => [true]
}
{noformat}
was:
Run a mixed domain where WildFly 11.0.0-SNAPSHOT is the master and EAP 6.2.0 is a slave server. Operation on data source ExampleDS failed due to incompatibility of models:
{noformat}
[domain at 127.0.0.100:9990 /] /host=eap620/server=server-one/subsystem=datasources/data-source=ExampleDS:test-connection-in-pool
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0297: Transforming operation {
\"address\" => [
(\"host\" => \"eap640\"),
(\"server\" => \"server-one\"),
(\"subsystem\" => \"datasources\"),
(\"data-source\" => \"ExampleDS\")
],
\"operation\" => \"test-connection-in-pool\",
\"operation-headers\" => {
\"caller-type\" => \"user\",
\"access-mechanism\" => \"NATIVE\",
\"domain-uuid\" => \"ae186a65-8c76-41d0-bd23-79154b5f92f7\"
}
} at resource [
(\"host\" => \"eap640\"),
(\"server\" => \"server-one\"),
(\"subsystem\" => \"datasources\"),
(\"data-source\" => \"ExampleDS\")
] to subsystem 'datasources' model version '1.2.0' -- attributes [statistics-enabled] WFLYJCA0088: Attributes [statistics-enabled] rejected. Must be true",
"rolled-back" => true,
"result" => [true]
}
{noformat}
> Mixed domain with EAP 6.2 slave: data sources operations failed
> ---------------------------------------------------------------
>
> Key: WFLY-7792
> URL: https://issues.jboss.org/browse/WFLY-7792
> Project: WildFly
> Issue Type: Bug
> Components: Domain Management, JCA
> Reporter: Lin Gao
> Assignee: Lin Gao
>
> Run a mixed domain where WildFly 11.0.0-SNAPSHOT is the master and EAP 6.2.0 is a slave server. Operation on data source ExampleDS failed due to incompatibility of models:
> {noformat}
> [domain at 127.0.0.100:9990 /] /host=eap620/server=server-one/subsystem=datasources/data-source=ExampleDS:test-connection-in-pool
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0297: Transforming operation {
> \"address\" => [
> (\"host\" => \"eap620\"),
> (\"server\" => \"server-one\"),
> (\"subsystem\" => \"datasources\"),
> (\"data-source\" => \"ExampleDS\")
> ],
> \"operation\" => \"test-connection-in-pool\",
> \"operation-headers\" => {
> \"caller-type\" => \"user\",
> \"access-mechanism\" => \"NATIVE\",
> \"domain-uuid\" => \"ae186a65-8c76-41d0-bd23-79154b5f92f7\"
> }
> } at resource [
> (\"host\" => \"eap620\"),
> (\"server\" => \"server-one\"),
> (\"subsystem\" => \"datasources\"),
> (\"data-source\" => \"ExampleDS\")
> ] to subsystem 'datasources' model version '1.2.0' -- attributes [statistics-enabled] WFLYJCA0088: Attributes [statistics-enabled] rejected. Must be true",
> "rolled-back" => true,
> "result" => [true]
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list