]
Heiko Braun updated AS7-719:
----------------------------
Fix Version/s: 7.1.0.CR1
(was: 7.0.0.CR1)
En/Disable datasource returns error although state change is applied
--------------------------------------------------------------------
Key: AS7-719
URL:
https://issues.jboss.org/browse/AS7-719
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Priority: Blocker
Fix For: 7.1.0.CR1
[domain@localhost:9999 /] /profile=default/subsystem=datasources/data-source=myDS:enable
{
"outcome" => "failed",
"result" => {"server-groups" =>
{"main-server-group" => {
"server-two" => {
"host" => "local",
"response" => {
"outcome" => "failed",
"failure-description" =>
[("java.util.NoSuchElementException" => "No child 'myDS'
exists")]
}
},
"server-one" => {
"host" => "local",
"response" => {
"outcome" => "failed",
"failure-description" =>
[("java.util.NoSuchElementException" => "No child 'myDS'
exists")]
}
}
}}},
"failure-description" => "Operation was not applied successfully to
any servers"
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: