]
James Perkins moved WFCORE-4847 to WFLY-13092:
----------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-13092 (was: WFCORE-4847)
Component/s: Build System
(was: Build System)
The quoted FILE parameter in the Galleon configuration causes the
server to fail to build
-----------------------------------------------------------------------------------------
Key: WFLY-13092
URL:
https://issues.redhat.com/browse/WFLY-13092
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: James Perkins
Assignee: James Perkins
Priority: Major
In the {{domain-profile.xml}} and the {{domain-load-balancer.xml}} Galleon configuration
files there is a parameter value of {{[""FILE""]}}.
Galleon attempts to use the quoted value, {{"FILE"}}, in the capability name.
This results in the capability not being found as the quotes are stripped for the
capability name.
As a workaround the quotes should be removed from the XML configurations.