Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 569E7975E for ; Tue, 17 Apr 2012 13:33:42 +0000 (UTC) Received: (qmail 11076 invoked by uid 500); 17 Apr 2012 13:33:42 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 11049 invoked by uid 500); 17 Apr 2012 13:33:42 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 11041 invoked by uid 99); 17 Apr 2012 13:33:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 13:33:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 13:33:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7079139E4D8 for ; Tue, 17 Apr 2012 13:33:17 +0000 (UTC) Date: Tue, 17 Apr 2012 13:33:17 +0000 (UTC) From: "Thomas Fox (Resolved) (JIRA)" To: torque-dev@db.apache.org Message-ID: <1685492575.32874.1334669597462.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (TORQUE-39) Wrong database name in generated XML schema with jdbc task 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/TORQUE-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox resolved TORQUE-39. ------------------------------ Resolution: Fixed Fix Version/s: 4.0 Assignee: Thomas Fox The default schema name is now "default". It can be overridden by setting the torque.database.name option > Wrong database name in generated XML schema with jdbc task > ---------------------------------------------------------- > > Key: TORQUE-39 > URL: https://issues.apache.org/jira/browse/TORQUE-39 > Project: Torque > Issue Type: Bug > Components: Generator > Affects Versions: 3.2 > Reporter: Thoralf Rickert > Assignee: Thomas Fox > Fix For: 4.0 > > > In org.apache.torque.task.TorqueJDBCTransformTask#generateXML() is a bug in line 196. > 195: databaseNode = doc.createElement("database"); > 196: databaseNode.setAttribute("name", dbUser); > This would generate a wrong XML schema instead of ... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org