]
Tomaz Cerar moved WFLY-5807 to WFCORE-1196:
-------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1196 (was: WFLY-5807)
Component/s: Domain Management
(was: Domain Management)
Affects Version/s: 2.0.4.Final
(was: 10.0.0.CR4)
Read resource of deployment with faulty datasource fails
--------------------------------------------------------
Key: WFCORE-1196
URL:
https://issues.jboss.org/browse/WFCORE-1196
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.4.Final
Reporter: Harald Pehl
Assignee: Tomaz Cerar
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}