You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2010/12/14 16:37:01 UTC

[jira] Resolved: (AMQ-2492) Microsoft SQL Server JDBC Driver 2.0 not recognized

     [ https://issues.apache.org/jira/browse/AMQ-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2492.
-----------------------------

    Resolution: Fixed

thanks for pointing this out, file names renamed in r1049128

> Microsoft SQL Server JDBC Driver 2.0 not recognized
> ---------------------------------------------------
>
>                 Key: AMQ-2492
>                 URL: https://issues.apache.org/jira/browse/AMQ-2492
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.3.0
>            Reporter: Steffen Enni
>            Assignee: Gary Tully
>             Fix For: 5.4.0, 5.3.1
>
>         Attachments: MicrosoftSQLServerJDBCDriver_2_0.patch
>
>
> The sqljdbc4.jar driver from http://www.microsoft.com/downloads/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&displaylang=en is not recognized.
> The log says:
> INFO | Using Persistence Adapter: JDBCPersistenceAdapter(org.apache.commons.dbcp.BasicDataSource@47570945)
> WARN | Database lock driver override not found for : [microsoft_sql_server_jdbc_driver_2_0].  Will use default implementation.
> The fix is to add 
>     activemq-core\src\main\resources\META-INF\services\org\apache\activemq\store\jdbc\microsoft_sql_server_jdbc_2_0_driver 
>     activemq-core\src\main\resources\META-INF\services\org\apache\activemq\store\jdbc\lock\microsoft_sql_server_jdbc_2_0_driver
> With the same content as the microsoft_sql_server_2005_driver in both directories.
> I've attached a pach 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.