Return-Path: Mailing-List: contact turbine-torque-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-torque-dev@jakarta.apache.org Received: (qmail 19838 invoked by uid 98); 9 Dec 2002 10:22:59 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 19779 invoked from network); 9 Dec 2002 10:22:56 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 9 Dec 2002 10:22:56 -0000 Received: (qmail 60520 invoked by uid 500); 9 Dec 2002 10:21:16 -0000 Received: (qmail 60480 invoked from network); 9 Dec 2002 10:21:16 -0000 Received: from unknown (HELO eng.werken.com) (66.216.68.111) by daedalus.apache.org with SMTP; 9 Dec 2002 10:21:16 -0000 Received: from eng.werken.com (localhost [127.0.0.1]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id gB9AvkK22379; Mon, 9 Dec 2002 04:57:46 -0600 Message-ID: <2514972.1039431466810.JavaMail.jmcnally@localhost> Date: Mon, 9 Dec 2002 04:57:46 -0600 (CST) From: Andreas Andreou Reply-To: Scarab Admistrator To: Ben Litchfield Subject: [SOURCE] Issue #TRQS89 modified Cc: "turbine-torque-dev@jakarta.apache.org" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Issue TRQS89 has just been modified by user andyhot You can view the issue detail at the following URL: The following modifications were made to this issue: Are there any plans for converting database.dtd into database.xsd ? This would prevent such errors at creation time, since the user would be able to fully validate his schema.xml file... Anyway, I've made a small change in doFinalInitialization() of Database.java that first displays the error and then lets the NPE be thrown... I'm attaching the u-diff