Uploaded image for project: 'Agroal'
  1. Agroal
  2. AG-134

Some issues in when use MSSQL SQLServerXADataSource

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 1.8
    • 1.7
    • pool
    • None

    Description

      We use MSSQL as our data base server and use 'com.microsoft.sqlserver.jdbc.SQLServerXADataSource' as driver class.
      Here some issues occured, the SQLServerXADataSource url property name is 'URL' not 'url', so we can't connect the data base server.

      Environments:

      1.JDBC driver is 'mssql-jdbc.7.2.2.jre8'
      <dependency>
      <groupId>com.microsoft.sqlserver</groupId>
      <artifactId>mssql-jdbc</artifactId>
      <version>7.2.2.jre8</version>
      </dependency>
      2.Agroal 1.7
      <dependency>
      <groupId>io.agroal</groupId>
      <artifactId>agroal-api</artifactId>
      <version>1.7</version>
      </dependency>
      <dependency>
      <groupId>io.agroal</groupId>
      <artifactId>agroal-pool</artifactId>
      <version>1.7</version>
      </dependency>
      <dependency>
      <groupId>io.agroal</groupId>
      <artifactId>agroal-narayana</artifactId>
      <version>1.7</version>
      </dependency>

      Attachments

        Activity

          People

            lbarreiro-1 Luis Barreiro
            finesoft-1 bingo chen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: