]
Lin Gao updated WFLY-6133:
--------------------------
Labels: downstream_dependency (was: )
Add --connection-properties to datasource add command
-----------------------------------------------------
Key: WFLY-6133
URL:
https://issues.jboss.org/browse/WFLY-6133
Project: WildFly
Issue Type: Task
Components: CLI, JCA
Reporter: Alexey Loubyansky
Assignee: Lin Gao
Labels: downstream_dependency
It isn't possible to add connection-properties using {{datasource add}} command. They
can be added after the DS is created by directly working on
{{/subsystem=datasources/data-source=XX/connection-properties}}
It would be nice to have parameter --connection-properties in datasource add command. It
could work the same way as {{xa-data-source add --name=DS --xa-datasource-properties=}}
After WFCORE-1362 has been merged, a test for it has to be added to
org.jboss.as.test.integration.management.cli.DataSourceTestCase.