From 8d560fe39a453fdf0701917fd6fdd04e0160ce59 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Tue, 5 Feb 2013 09:26:37 +0000 Subject: [PATCH] =?UTF-8?q?AMQ-3914:=20MS=20SQL=20JDBC=20driver=204.0=20fi?= =?UTF-8?q?xed.=20Thanks=20to=20Petr=20N=C3=ADdl=20for=20the=20details.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1442517 13f79535-47bb-0310-9956-ffa450edef68 --- .../microsoft_jdbc_driver_4_0_for_sql_server | 17 +++++++++++++++++ ...=> microsoft_jdbc_driver_4_0_for_sql_server} | 0 2 files changed, 17 insertions(+) create mode 100644 activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/lock/microsoft_jdbc_driver_4_0_for_sql_server rename activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/{microsoft_sql_server_jdbc_driver_4_0 => microsoft_jdbc_driver_4_0_for_sql_server} (100%) diff --git a/activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/lock/microsoft_jdbc_driver_4_0_for_sql_server b/activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/lock/microsoft_jdbc_driver_4_0_for_sql_server new file mode 100644 index 0000000000..8eb77e58f0 --- /dev/null +++ b/activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/lock/microsoft_jdbc_driver_4_0_for_sql_server @@ -0,0 +1,17 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## --------------------------------------------------------------------------- +class=org.apache.activemq.store.jdbc.adapter.TransactDatabaseLocker \ No newline at end of file diff --git a/activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/microsoft_sql_server_jdbc_driver_4_0 b/activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/microsoft_jdbc_driver_4_0_for_sql_server similarity index 100% rename from activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/microsoft_sql_server_jdbc_driver_4_0 rename to activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/microsoft_jdbc_driver_4_0_for_sql_server