-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR1
JBoss EAP 7.0.x fails to starts up when resolving an expression with the default value containing a '$' at the end.
For example, when the following system property is configured in standalone.xml:
<system-properties> <property name="regex_prop_test" value="${my.regex.test:^default$}"/> </system-properties>
start-up fails with the following ERROR message:
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("system-property" => "regex_prop_test")]) - failure description: "WFLYCTL0370: Incomplete expression: ${my.regex.test:^default$}"
Same issue was reported in the upstream JIRA WFCORE-1399 and already fixed in wildfly-core master branch. Please backport the fix to EAP 7.0.x's wildfly-core 2.x branch.
- clones
-
WFCORE-1399 Failure when resolving an expression with the default value containing a '$' at the end
- Resolved
- is cloned by
-
JBEAP-10406 [GSS](7.0.z) WFCORE-1399 Failure when resolving an expression with the default value containing a '$' at the end
- Closed
- links to