[jboss-jira] [JBoss JIRA] (WFLY-3841) double :remove of connection-property from a DS leave it in wrong state

Stefano Maestri (JIRA) issues at jboss.org
Wed Sep 10 10:21:20 EDT 2014


Stefano Maestri created WFLY-3841:
-------------------------------------

             Summary: double :remove of connection-property from a DS leave it in wrong state
                 Key: WFLY-3841
                 URL: https://issues.jboss.org/browse/WFLY-3841
             Project: WildFly
          Issue Type: Bug
          Components: JCA
            Reporter: Stefano Maestri
            Assignee: Stefano Maestri
            Priority: Critical
             Fix For: 9.0.0.CR1


[standalone at localhost:9990 /] /subsystem=datasources/data-source=ExampleDS/connection-properties=foo:add(value=foo)
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,
        "process-state" => "reload-required"
    }
}
[standalone at localhost:9990 /] :reload
{
    "outcome" => "success",
    "result" => undefined
}
[standalone at localhost:9990 /] /subsystem=datasources/data-source=ExampleDS/connection-properties=foo:remove
{
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0171: Removing services has lead to unsatisfied dependencies:
Service jboss.data-source-config.ExampleDS.connection-properties.foo was depended upon by service jboss.data-source-config.ExampleDS",
    "rolled-back" => true
}
[standalone at localhost:9990 /] /subsystem=datasources/data-source=ExampleDS/connection-properties=foo:remove
{"outcome" => "success"}
[standalone at localhost:9990 /] /subsystem=datasources/data-source=ExampleDS:test-connection-in-pool
{
    "outcome" => "failed",
    "failure-description" => "WFLYJCA0040: failed to invoke operation: WFLYJCA0042: failed to match pool. Check JndiName: java:jboss/datasources/ExampleDS",
    "rolled-back" => true
}




--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list