[jboss-jira] [JBoss JIRA] (AS7-2422) Failed to disable datasource

Heiko Braun (Created) (JIRA) jira-events at lists.jboss.org
Fri Oct 28 10:17:45 EDT 2011


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 at 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

        


More information about the jboss-jira mailing list