-
Bug
-
Resolution: Won't Do
-
Major
-
7.0.5.GA
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
-
JBEAP-10410 [GSS](7.1.0) WFCORE-1399 Failure when resolving an expression with the default value containing a '$' at the end
- Closed
- is incorporated by
-
JBEAP-13430 (7.0.z) Upgrade WildFly Core from 2.1.19 to 2.1.20
- Closed
- links to