Bug 1054214
Summary: | System property variables in CLI scripts are replaced in server configuration XML | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | sgilda |
Component: | CLI | Assignee: | James Perkins <jperkins> |
Status: | CLOSED DUPLICATE | QA Contact: | Petr Kremensky <pkremens> |
Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | brian.stansberry, olubyans |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-05 17:35:53 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: | |
Embargoed: |
Description
sgilda
2014-01-16 13:22:39 UTC
Tom Jenkinson did some more testing. In WildFly he said it works. His standalone.xml ended up with: <core-environment node-identifier="${jboss.tx.node.id}"> He tried it in EAP 6.3 (CR2) and it came out with: <core-environment node-identifier="$"> James, since you are looking at this, I reassigned it to you. Feel free reassign as needed. Correction. The server was started with the argument '-Djboss.tx.node.id=node1' so the resulting configuration should be: <core-environment node-identifier="${jboss.tx.node.id}"> Yes, there was a bug in the CLI parsing system properties and leaving '$'. It's fixed. Alexey, can you provide more information about when it was fixed and when it will be in the product? Is there another bug for this? I think it was fixed as https://issues.jboss.org/browse/WFLY-2051 and the corresponding https://bugzilla.redhat.com/show_bug.cgi?id=988283 Thanks. So this sounds like a duplicate of Bug 988283. *** This bug has been marked as a duplicate of bug 988283 *** |