Microsoft SQL Server JDBC Driver 2.0 not recognized ---------------------------------------------------
Key: AMQ-2492 URL: https://issues.apache.org/activemq/browse/AMQ-2492 Project: ActiveMQ Issue Type: Improvement Components: Broker Affects Versions: 5.3.0 Reporter: Steffen Enni 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.basicdatasou...@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.