]
RH Bugzilla Integration commented on WFCORE-544:
------------------------------------------------
Vladimir Dosoudil <dosoudil(a)redhat.com> changed the Status of [bug
Inconsistent handling of system properties.
--------------------------------------------
Key: WFCORE-544
URL:
https://issues.jboss.org/browse/WFCORE-544
Project: WildFly Core
Issue Type: Bug
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
Fix For: 1.0.0.Alpha19
Description of problem:
Having a domain with a single server group and two eap hosts (all on localhost),
following system property cause server to fail on startup:
<property name="org.jbpm.designer.perspective"
value="${org.jbpm.designer.perspective:full}"/>
The problem occurs only in definition with possibility to override default value -
<property name="X" value="${Y:default}"/>, where X = Y
Please see the error message in attached server log excerpt.
More interesting is the fact that the issue shows with domain mode only, standalone mode
works with properties defined as above.