[
https://issues.jboss.org/browse/WFLY-2367?page=com.atlassian.jira.plugin....
]
Alexey Loubyansky resolved WFLY-2367.
-------------------------------------
Fix Version/s: 8.0.0.CR1
Resolution: Done
This is implemented and merged into the current master.
Properties may appear and will automatically be resolved in:
- the operation address part of the operation request (as node types and/or names);
- operation name;
- operation parameter names;
- header names and values;
- command names;
- command argument names.
Note, that parameter/argument values WILL NOT be automatically resolved unless
resolve-parameter-values is true in the jboss-cli.xml.
Enable full property substitution in .cli file when using CLI to
configure resource adapter
-------------------------------------------------------------------------------------------
Key: WFLY-2367
URL:
https://issues.jboss.org/browse/WFLY-2367
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: CLI
Affects Versions: No Release
Environment: EAP 6.1
Reporter: Van Halbert
Assignee: Alexey Loubyansky
Fix For: 8.0.0.CR1
Not sure if this has be rectified, but in EAP 6.1, when using the --properties option
when calling jboss-cli.sh, not all properties defined in the .cli script are substituted
for. In this case, its the name of the resource adapter. Example:
/subsystem=resource-adapters/resource-adapter=${ra.name}:add(module=org.jboss.teiid.resource-adapter.ldap)
The ${ra.name} is what is found in the standalone.xml after running the script.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira