-
Quality Risk
-
Resolution: Done
-
Major
-
9.1
-
None
Due to the change of datasource in wildfly 10, create xa datasource cli like
/subsystem=datasources/xa-data-source=oracleXADS:add(jndi-name="${db.jndi_name}", driver-name=oracleXA, user-name="${db.user}", password="${db.password}", use-java-context=true)
It throw the following error
{ "outcome" => "failed", "failure-description" => "WFLYJCA0069: At least one xa-datasource-property is required for an xa-datasource", "rolled-back" => true }
This affects to the following cli scripts:
- db2/create-db2-xa-ds.cli
- mysql/create-mysql-xa-ds.cli
- oracle/create-oracle-xa-ds.cli
- postgresql/create-postgresql-xa-ds.cli
- sqlserver/native/create-ms-native-xa-ds.cli
- sqlserver/jtds/create-jtds-xa-ds.cli
- teiid/create-teiid-xa-ds.cli
- is blocked by
-
WFLY-6789 'xa-datasource-properties' is not found among the supported properties
-
- Closed
-
Merged the pull request.