Return-Path: Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: (qmail 48980 invoked from network); 21 Dec 2008 10:37:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2008 10:37:33 -0000 Received: (qmail 74125 invoked by uid 500); 21 Dec 2008 10:37:33 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 74092 invoked by uid 500); 21 Dec 2008 10:37:33 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 74072 invoked by uid 99); 21 Dec 2008 10:37:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2008 02:37:33 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2008 10:37:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 24566234C40B for ; Sun, 21 Dec 2008 02:37:11 -0800 (PST) Message-ID: <442915967.1229855831147.JavaMail.jira@brutus> Date: Sun, 21 Dec 2008 02:37:11 -0800 (PST) From: "Andrus Adamchik (JIRA)" To: commits@cayenne.apache.org Subject: [jira] Closed: (CAY-1155) Modeler template for SQLServer driver has a typo in the driver name In-Reply-To: <1466246523.1229855831119.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/cayenne/browse/CAY-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrus Adamchik closed CAY-1155. -------------------------------- Resolution: Fixed > Modeler template for SQLServer driver has a typo in the driver name > ------------------------------------------------------------------- > > Key: CAY-1155 > URL: https://issues.apache.org/cayenne/browse/CAY-1155 > Project: Cayenne > Issue Type: Bug > Components: CayenneModeler GUI > Affects Versions: 3.0M5 > Reporter: Andrus Adamchik > Assignee: Andrus Adamchik > Priority: Trivial > Fix For: 3.0M6 > > > When creating a SQLServer DataSource, incorrect driver name is used: > --- a/framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/util/AdapterMapping.java > +++ b/framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/util/AdapterMapping.java > @@ -151,7 +151,7 @@ public class AdapterMapping { > "com.openbase.jdbc.ObDriver"); > adapterToJDBCDriverMap.put( > SQLServerAdapter.class.getName(), > - "com.microsoft.jdbc.sqlserver.SQLServerDriver"); > + "com.microsoft.sqlserver.jdbc.SQLServerDriver"); > adapterToJDBCDriverMap.put( > DerbyAdapter.class.getName(), > "org.apache.derby.jdbc.EmbeddedDriver"); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.