From dev-return-7582-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri Mar 07 04:10:16 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 37251 invoked from network); 7 Mar 2008 04:10:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 04:10:16 -0000 Received: (qmail 85083 invoked by uid 500); 7 Mar 2008 04:10:12 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 85061 invoked by uid 500); 7 Mar 2008 04:10:12 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 85052 invoked by uid 99); 7 Mar 2008 04:10:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 20:10:12 -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; Fri, 07 Mar 2008 04:09:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E351F234C03E for ; Thu, 6 Mar 2008 20:08:57 -0800 (PST) Message-ID: <1732312696.1204862937916.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 20:08:57 -0800 (PST) From: "Albert Lee (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-532) SchemaTool performs no function if no pu is found. In-Reply-To: <1650190633.1204746940779.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/jira/browse/OPENJPA-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Lee resolved OPENJPA-532. -------------------------------- Resolution: Fixed > SchemaTool performs no function if no pu is found. > -------------------------------------------------- > > Key: OPENJPA-532 > URL: https://issues.apache.org/jira/browse/OPENJPA-532 > Project: OpenJPA > Issue Type: Bug > Components: jdbc > Affects Versions: 1.1.0 > Reporter: Albert Lee > Assignee: Albert Lee > Fix For: 1.1.0 > > Attachments: OPENJPA-532.patch > > > SchemaTools performs no function if no pu is found. It just returns without any message or feedback. E.g. > c:\> java org.apache.openjpa.jdbc.schema.SchemaTool -ConnectionDriverName com.ibm.db2.jcc.DB2Driver -ConnectionURL jdbc:db2:WSTEST -ConnectionUserName leealber -ConnectionPassword ******** -f schema.out -action reflect > c:\> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.