[jboss-jira] [JBoss JIRA] (AS7-4892) jboss-descriptor-property-replacement element is not processed properly
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Fri May 25 06:20:17 EDT 2012
Carlo de Wolf created AS7-4892:
----------------------------------
Summary: jboss-descriptor-property-replacement element is not processed properly
Key: AS7-4892
URL: https://issues.jboss.org/browse/AS7-4892
Project: Application Server 7
Issue Type: Bug
Components: EE
Affects Versions: 7.1.2.Final (EAP)
Reporter: Carlo de Wolf
Assignee: David Lloyd
Priority: Blocker
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
The following operation:
{noformat}
{
"operation" => "add",
"address" => [("subsystem" => "ee")],
"spec-descriptor-property-replacement" => false,
"jboss-descriptor-property-replacement" => false,
"global-modules" => undefined,
"ear-subdeployments-isolated" => undefined
}
{noformat}
Results in the following model:
{noformat}
{
"global-modules" => undefined,
"ear-subdeployments-isolated" => undefined,
"spec-descriptor-property-replacement" => false
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list