[jboss-jira] [JBoss JIRA] (AS7-3932) DataSource connection property problems

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue Feb 28 02:35:36 EST 2012


     [ https://issues.jboss.org/browse/AS7-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Braun updated AS7-3932:
-----------------------------

    Description: 
We have several problems with DS connection properties:

A) they cannot be removed

1.) create  a datasource
2.) add connection property
3.) enable, then disable DS
4.) try to remove connection property


leads to 

{noformat}
[Server:server-one] 08:31:18,978 INFO  [org.jboss.as.controller] (host-controller-connection-threads - 1) JBAS014774: Service status report
[Server:server-one] JBAS014775:    New missing/unsatisfied dependencies:
[Server:server-one]       service jboss.data-source-config.MyDS.connection-properties.testProp (missing) dependents: [service jboss.data-source-config.MyDS] 
[Server:server-one] 
{noformat}

5.) after the above try to enable the DS again:

{noformat}
{
    "outcome" => "failed",
    "result" => undefined,
    "failure-description" => "JBAS010839: Operation failed or was rolled back on all servers.",
    "rolled-back" => true,
    "server-groups" => {"main-server-group" => {"server-one" => {
        "host" => "master",
        "response" => {
            "outcome" => "failed",
            "failure-description" => "JBAS014749: Operation handler failed: Service jboss.data-source-config.testDS is already registered",
            "rolled-back" => true,
            "response-headers" => {"process-state" => "restart-required"}
        }
    }}}
}
{noformat}

  was:
We have several problems with DS connection properties:

A) they cannot be removed

1.) create  a datasource
2.) add connection property
3.) enable, then disable DS
4.) try to remove connection property


leads to 

{noformat}
[Server:server-one] 08:31:18,978 INFO  [org.jboss.as.controller] (host-controller-connection-threads - 1) JBAS014774: Service status report
[Server:server-one] JBAS014775:    New missing/unsatisfied dependencies:
[Server:server-one]       service jboss.data-source-config.MyDS.connection-properties.testProp (missing) dependents: [service jboss.data-source-config.MyDS] 
[Server:server-one] 
{noformat}


    
> DataSource connection property problems
> ---------------------------------------
>
>                 Key: AS7-3932
>                 URL: https://issues.jboss.org/browse/AS7-3932
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JCA
>            Reporter: Heiko Braun
>            Assignee: Stefano Maestri
>             Fix For: 7.1.2.Final
>
>
> We have several problems with DS connection properties:
> A) they cannot be removed
> 1.) create  a datasource
> 2.) add connection property
> 3.) enable, then disable DS
> 4.) try to remove connection property
> leads to 
> {noformat}
> [Server:server-one] 08:31:18,978 INFO  [org.jboss.as.controller] (host-controller-connection-threads - 1) JBAS014774: Service status report
> [Server:server-one] JBAS014775:    New missing/unsatisfied dependencies:
> [Server:server-one]       service jboss.data-source-config.MyDS.connection-properties.testProp (missing) dependents: [service jboss.data-source-config.MyDS] 
> [Server:server-one] 
> {noformat}
> 5.) after the above try to enable the DS again:
> {noformat}
> {
>     "outcome" => "failed",
>     "result" => undefined,
>     "failure-description" => "JBAS010839: Operation failed or was rolled back on all servers.",
>     "rolled-back" => true,
>     "server-groups" => {"main-server-group" => {"server-one" => {
>         "host" => "master",
>         "response" => {
>             "outcome" => "failed",
>             "failure-description" => "JBAS014749: Operation handler failed: Service jboss.data-source-config.testDS is already registered",
>             "rolled-back" => true,
>             "response-headers" => {"process-state" => "restart-required"}
>         }
>     }}}
> }
> {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