]
James Perkins updated WFCORE-4847:
----------------------------------
Summary: The quoted FILE parameter in the Galleon configuration causes the server to
fail to build (was: The quoted FILE parameter in the galleon configuration causes the
server to fail to build)
The quoted FILE parameter in the Galleon configuration causes the
server to fail to build
-----------------------------------------------------------------------------------------
Key: WFCORE-4847
URL:
https://issues.redhat.com/browse/WFCORE-4847
Project: WildFly Core
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.