[jboss-jira] [JBoss JIRA] (AG-134) Some issues in when use MSSQL SQLServerXADataSource

Luis Barreiro (Jira) issues at jboss.org
Tue Mar 31 18:45:10 EDT 2020


     [ https://issues.redhat.com/browse/AG-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luis Barreiro resolved AG-134.
------------------------------
    Fix Version/s: 1.8
       Resolution: Done


> Some issues in when use MSSQL SQLServerXADataSource
> ---------------------------------------------------
>
>                 Key: AG-134
>                 URL: https://issues.redhat.com/browse/AG-134
>             Project: Agroal
>          Issue Type: Enhancement
>          Components: pool
>    Affects Versions: 1.7
>            Reporter: bingo chen
>            Assignee: Luis Barreiro
>            Priority: Major
>             Fix For: 1.8
>
>
> 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>
> 	



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list