Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 42169 invoked from network); 9 Dec 2005 23:42:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 23:42:15 -0000 Received: (qmail 11236 invoked by uid 500); 9 Dec 2005 23:42:10 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11151 invoked by uid 500); 9 Dec 2005 23:42:09 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 11140 invoked by uid 99); 9 Dec 2005 23:42:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 15:42:09 -0800 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of duffymo@gmail.com designates 64.233.184.205 as permitted sender) Received: from [64.233.184.205] (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 15:42:08 -0800 Received: by wproxy.gmail.com with SMTP id i4so866555wra for ; Fri, 09 Dec 2005 15:41:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bUU0fAJ8mye/Y+auH6NYN4tro9epLesxfHB5VuzPArNb6sD2rD43fvFZdryjaOnPP5NFKcEMHbNreba0T75cDgOgLRYYBqWXvE+o+1yyqEQ/8wg18yElRdVrmVrUytY3I/HrUK+CwppmdqPSI4PpeQAZR+GrfzJ89S8kh1I8Wag= Received: by 10.54.109.14 with SMTP id h14mr5294996wrc; Fri, 09 Dec 2005 15:41:47 -0800 (PST) Received: by 10.54.149.2 with HTTP; Fri, 9 Dec 2005 15:41:47 -0800 (PST) Message-ID: Date: Fri, 9 Dec 2005 18:41:47 -0500 From: Michael Duffy To: user@ant.apache.org Subject: Problem With SchemaExport And Hibernate 3 In Ant 1.6.4 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9085_22579283.1134171707744" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_9085_22579283.1134171707744 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline SchemaExport task isn't working for me. I'm running Ant 1.6.4 under JDK 1.4.2_05 with Hibernate 3.0. I've generated the Hibernate .hbm.xml files using Ant and XDoclet. Those appear to be correct. One of those is named Option.hbm.xml. When I run the SchemaExport as a task, I get the following error: "Could not configure datastore from file: " Option.hbm.xml I believe my hibernate.cfg.xml is correct. It's being found and used without a problem by the Hibernate task that generates the mapping files. Google brings this error string back, but no solutions. Can anyone please advise where I've gone wrong? Thanks. % ------=_Part_9085_22579283.1134171707744--