[jboss-jira] [JBoss JIRA] Created: (AS7-719) En/Disable datasource returns error although state change is applied
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Fri May 6 03:34:18 EDT 2011
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: Stefano Maestri
Fix For: 7.0.0.CR1
[domain at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list