From torque-dev-return-7812-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Thu Mar 29 15:04:36 2007 Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 2520 invoked from network); 29 Mar 2007 15:04:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 15:04:36 -0000 Received: (qmail 67971 invoked by uid 500); 29 Mar 2007 15:04:43 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 67952 invoked by uid 500); 29 Mar 2007 15:04:43 -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 67941 invoked by uid 99); 29 Mar 2007 15:04:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 08:04:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [203.202.1.123] (HELO barge.anchor.net.au) (203.202.1.123) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 08:04:34 -0700 Received: from [127.0.0.1] (dsl-58-6-32-215.nsw.westnet.com.au [58.6.32.215]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barge.anchor.net.au (Postfix) with ESMTP id 3C44A100F6 for ; Fri, 30 Mar 2007 01:04:22 +1000 (EST) Message-ID: <460BD4BF.3040001@backstagetech.com.au> Date: Fri, 30 Mar 2007 01:01:19 +1000 From: Scott Eade User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 To: Apache Torque Developers List Subject: Re: Torque 3.3.RC2 problem with turbine applications References: <45F63C92.8040708@backstagetech.com.au> <45F6D52F.1060200@tewisoft.de> <45F6E32C.3010900@brekke.org> <45F7A2E8.3050208@tewisoft.de> In-Reply-To: <45F7A2E8.3050208@tewisoft.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thomas Vandahl wrote: > Jeffrey D. Brekke wrote: >> Are you useing YAAFI inside turbine 2.3.2 instead of Avalon? > > Yes. I use YAAFI as an Avalon container to be precise. There is a > TurbineYaafiComponentService in the contrib-directory of YAAFI which > can replace the ECM-based AvalonComponentService of Turbine 2.3.2. > See https://issues.apache.org/jira/browse/TRB-27 for my patches to > make this 1:1 compatible. Thomas, this is really great. I have been using it all week in my development environment and it seems to have worked fine (torque-3.3.RC1/RC2 using the maven-jetty-plugin on Java 1.5). I have just pushed this over to a staging site that runs tomcat 5.0 on Java 1.4.2 - initially it worked with torque-3.3.RC1, but eventually it starts getting NPEs, either from BasePeer on line 1670: ColumnMap[] columnMaps = dbMap.getTable(table).getColumns(); or from SQLBuilder on line 494: ColumnMap column = dbMap.getTable(table).getColumn(columnName); With torque-3.3.RC2 it starts getting the NPEs immediately from BasePeer line 1632: ColumnMap[] columnMaps = dbMap.getTable(table).getColumns(); Would you have any suggestions as to what my problem might be? Thanks, Scott --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org