Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 19872 invoked from network); 14 Dec 2010 15:39:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Dec 2010 15:39:25 -0000 Received: (qmail 30678 invoked by uid 500); 14 Dec 2010 15:39:25 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 30539 invoked by uid 500); 14 Dec 2010 15:39:25 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 30531 invoked by uid 99); 14 Dec 2010 15:39:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 15:39:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 15:39:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBEFd18Y020513 for ; Tue, 14 Dec 2010 15:39:01 GMT Message-ID: <13627544.114821292341141426.JavaMail.jira@thor> Date: Tue, 14 Dec 2010 10:39:01 -0500 (EST) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2492) Microsoft SQL Server JDBC Driver 2.0 not recognized MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-2492: ---------------------------- Fix Version/s: (was: 5.4.0) (was: 5.3.1) 5.5.0 > 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.5.0 > > 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.