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

bingo chen (Jira) issues at jboss.org
Thu Dec 26 02:52:00 EST 2019


    [ https://issues.redhat.com/browse/AG-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939906#comment-13939906 ] 

bingo chen commented on AG-134:
-------------------------------

By looking at the source code, we resolved this issue by put 'URL' property to jdbc properties.

Can some one close this issue, thank you.

> 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
>
> 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