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 25307 invoked by uid 98); 7 Jan 2003 13:20:14 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 25278 invoked from network); 7 Jan 2003 13:20:12 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 7 Jan 2003 13:20:12 -0000 Received: (qmail 22244 invoked by uid 500); 7 Jan 2003 13:18:54 -0000 Received: (qmail 22237 invoked from network); 7 Jan 2003 13:18:54 -0000 Received: from unknown (HELO eng.werken.com) (66.216.68.111) by daedalus.apache.org with SMTP; 7 Jan 2003 13:18:54 -0000 Received: from eng.werken.com (localhost [127.0.0.1]) by eng.werken.com (8.11.6/8.11.6) with ESMTP id h07E6SK11680; Tue, 7 Jan 2003 08:06:29 -0600 Message-ID: <3361829.1041948388913.JavaMail.jmcnally@localhost> Date: Tue, 7 Jan 2003 08:06:28 -0600 (CST) From: David Wynter Reply-To: Scarab Admistrator To: David Wynter Subject: [SOURCE] Issue #TRQS114 - Object.vm as modified according to Extend TurbineUser How-To... 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 You can view the issue detail at the following URL: Type : Defect Issue Id : TRQS114 Reported by: David Wynter roamdave - (david@roamware.com) Details: Summary: Object.vm as modified according to Extend TurbineUser How-To breaks Description: According to the How To for Extending TurbineUser to save associated objects to the extended TurbineUserAlias class yuo need to modify the Object.vm as so: @@ -880,6 +880,9 @@ { alreadyInSave = true; #end + #if ($table.isAlias() && $table.Alias == "TurbineUser") + super.save(); + #else if (isModified()) { if (isNew()) This faisl to compile as the super.save() throws an Exception. Status: New Resolution: Later Database: MySQL Operating system: Windows Priority: Undecided