]
Tomaz Cerar commented on WFLY-5815:
-----------------------------------
It can be reproduce in standalone mode as well, just add both deployments to server.
shutdown server than manually edit standalone.xml and set enable=true for both.
it will fails with similar runtime error than in domain.
Read resource of deployment with faulty datasource fails
--------------------------------------------------------
Key: WFLY-5815
URL:
https://issues.jboss.org/browse/WFLY-5815
Project: WildFly
Issue Type: Bug
Components: Domain Management
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}