]
Tomaz Cerar reassigned WFCORE-503:
----------------------------------
Assignee: Tomaz Cerar
Child resources under the deployment=XXX resource should be marked as
runtime-only
----------------------------------------------------------------------------------
Key: WFCORE-503
URL:
https://issues.jboss.org/browse/WFCORE-503
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Alpha15
Reporter: Brian Stansberry
Assignee: Tomaz Cerar
Underneath a deployment resource there can be a large tree of runtime-only resources.
Those resources are not getting the correct value for their isRuntime() property.
DeploymentModelUtils.getOrCreate() should call Resource.Factory.create(true) instead of
just Resource.Factory.create().
Note this may break the console if it is doing a recursive read of deployment resources
and not including the include-runtime=true param.