[jboss-jira] [JBoss JIRA] (WFLY-5807) Read resource of deployment with faulty datasource fails

Harald Pehl (JIRA) issues at jboss.org
Tue Dec 8 07:13:00 EST 2015


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

Harald Pehl updated WFLY-5807:
------------------------------
    Description: 
For the setup see HAL-1006. Reading the deployments of a server which contains a deployment with a faulty datasource, yields an undefined result: 

{code}
/host=master/server=server-one:read-children-resources(child-type=deployment,recursive=true,include-runtime=true)
{
    "outcome" => "success",
    "result" => undefined,
    "failure-description" => undefined
}
{code}

  was:
For the setup see HAL-1006. If I want to read the deployments of a running server, I get an empty result: 

{code}
/host=master/server=server-one:read-children-resources(child-type=deployment,recursive=true,include-runtime=true)
{
    "outcome" => "success",
    "result" => undefined,
    "failure-description" => undefined
}
{code}



> Read resource of deployment with faulty datasource fails
> --------------------------------------------------------
>
>                 Key: WFLY-5807
>                 URL: https://issues.jboss.org/browse/WFLY-5807
>             Project: WildFly
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 10.0.0.CR4
>            Reporter: Harald Pehl
>            Assignee: Brian Stansberry
>
> For the setup see HAL-1006. Reading the deployments of a server which contains a deployment with a faulty datasource, yields an undefined result: 
> {code}
> /host=master/server=server-one:read-children-resources(child-type=deployment,recursive=true,include-runtime=true)
> {
>     "outcome" => "success",
>     "result" => undefined,
>     "failure-description" => undefined
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list