[jboss-jira] [JBoss JIRA] (WFLY-3841) double :remove of connection-property from a DS leave it in wrong state
RH Bugzilla Integration (JIRA)
issues at jboss.org
Thu Nov 6 13:37:29 EST 2014
[ https://issues.jboss.org/browse/WFLY-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018050#comment-13018050 ]
RH Bugzilla Integration commented on WFLY-3841:
-----------------------------------------------
Kabir Khan <kkhan at redhat.com> changed the Status of [bug 1024239|https://bugzilla.redhat.com/show_bug.cgi?id=1024239] from POST to MODIFIED
> 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.8#6338)
More information about the jboss-jira
mailing list