Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 35437 invoked from network); 9 Nov 2005 18:59:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 18:59:06 -0000 Received: (qmail 83326 invoked by uid 500); 9 Nov 2005 18:59:06 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 83305 invoked by uid 500); 9 Nov 2005 18:59:05 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 83294 invoked by uid 99); 9 Nov 2005 18:59:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 10:59:05 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.23.125.30] (HELO mx.scriptall.com) (216.23.125.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 10:58:58 -0800 Received: (qmail 13693 invoked by uid 512); 9 Nov 2005 13:58:54 -0500 Received: from chris@bluesunrise.com by edison by uid 509 with qmail-scanner-1.22-st-qms (clamdscan: 0.75. spamassassin: 2.63. Clear:RC:1(66.125.236.214):. Processed in 0.02827 secs); 09 Nov 2005 18:58:54 -0000 X-Antivirus-MYDOMAIN-Mail-From: chris@bluesunrise.com via edison X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:1(66.125.236.214):. Processed in 0.02827 secs Process 13689) Received: from adsl-66-125-236-214.dsl.sntc01.pacbell.net (HELO [10.1.1.141]) (chris@bluesunrise.com@66.125.236.214) by mx.scriptall.com with SMTP; Wed, 09 Nov 2005 13:58:53 -0500 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <74A6CB5A-998B-4130-BFCB-10FA30E98BC8@bluesunrise.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: ddlutils-user@db.apache.org From: Chris Schaefer Subject: while reading torque XML files. BOOLEANINT not working. Date: Wed, 9 Nov 2005 10:58:41 -0800 X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've got a torque based XML schema that I'd rather use with DDLUtils. The problem is that we have some column types BOOLEANINT When those read it I'm getting an error: Exception in thread "main" org.apache.ddlutils.model.ModelException: The column nr. 6 in table FOLDER has no type at org.apache.ddlutils.model.Database.initialize(Database.java:286) Throwing this in the debugger shows that the BeanReader is coming back with that column set to "null." I'd love to be able to user DDLUtils, does anyone understand what's up? -C-