Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4306

xa datasource create cli not work due to datasource change in wildfly 10

    XMLWordPrintable

Details

    • Quality Risk
    • Resolution: Done
    • Major
    • 9.1
    • 9.1
    • JDBC Connector
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              kylinsoong.1214@gmail.com Kylin Soong (Inactive)
              kylinsoong.1214@gmail.com Kylin Soong (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: