| 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 Assembly | Assignee: | Ryan Zhang <rzhang> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Winkler <mwinkler> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0.0 | CC: | 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: | |
Yes, Thanks Marek! Fixed. Verified on BRMS 6.0.0 ER5. |
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