Bug 1002448

Summary: System property org.kie.demo defined in standalone*.xml cannot be overriden from command line
Product: [Retired] JBoss BRMS Platform 6 Reporter: Marek Winkler <mwinkler>
Component: Build and AssemblyAssignee: Ryan Zhang <rzhang>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Winkler <mwinkler>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0.0CC: etirelli, rzhang
Target Milestone: ER5   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:20:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Marek Winkler 2013-08-29 08:51:02 UTC
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

Comment 1 Ryan Zhang 2013-11-14 04:50:25 UTC
Yes, Thanks Marek!

Fixed.

Comment 2 Marek Winkler 2013-12-10 17:07:50 UTC
Verified on BRMS 6.0.0 ER5.