Bug 1002448 - System property org.kie.demo defined in standalone*.xml cannot be overriden from command line
Summary: System property org.kie.demo defined in standalone*.xml cannot be overriden f...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Build and Assembly
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ER5
: 6.0.0
Assignee: Ryan Zhang
QA Contact: Marek Winkler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-29 08:51 UTC by Marek Winkler
Modified: 2014-08-06 20:20 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:20:20 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.