[jboss-jira] [JBoss JIRA] (WFCORE-503) Child resources under the deployment=XXX resource should be marked as runtime-only
Tomaz Cerar (JIRA)
issues at jboss.org
Thu Jan 15 15:54:49 EST 2015
[ https://issues.jboss.org/browse/WFCORE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032911#comment-13032911 ]
Tomaz Cerar edited comment on WFCORE-503 at 1/15/15 3:53 PM:
-------------------------------------------------------------
Console should be fine at least looking at the code: fine https://github.com/hal/core/blob/master/gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentStore.java#L220
was (Author: ctomc):
Console should be at least looking at the code: fine https://github.com/hal/core/blob/master/gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentStore.java#L220
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list