Failed to disable datasource
----------------------------
Key: AS7-2422
URL:
https://issues.jboss.org/browse/AS7-2422
Project: Application Server 7
Issue Type: Bug
Components: JCA
Reporter: Heiko Braun
Assignee: Stefano Maestri
Fix For: 7.1.0.Beta1
We've got regression on the datasource management. The datasource is enabled, but
disabling fails:
{noformat}
[standalone@localhost:9999 /]
/profile=default/subsystem=datasources/data-source=java\:jboss\/datasources\/ExampleDS:disable
{
"outcome" => "failed",
"result" => {"server-groups" =>
[("main-server-group" => {"master" => {
"host" => "master",
"response" => {
"outcome" => "failed",
"failure-description" => "Data-source service
[java:jboss/datasources/ExampleDS] is not enabled",
"rolled-back" => true
}
}})]},
"failure-description" => "Operation failed or was rolled back on all
servers.",
"rolled-back" => true
}
{noformat}
--
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