Hide Forgot
Description of problem: The property is defined as follows (therefore its value cannot be overriden from the command line during EAP startup): <property name="org.kie.demo" value="false"/> Probably it should be defined like this: <property name="org.kie.demo" value="${org.kie.demo:false}"/> This way is also quite common in EAP configuration, so users might expect it. Version-Release number of selected component (if applicable): BRMS 6.0.0.ER2 EAP6 distribution
Yes, Thanks Marek! Fixed.
Verified on BRMS 6.0.0 ER5.