From torque-dev-return-11957-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Sun Oct 7 07:39:04 2012 Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAB40D280 for ; Sun, 7 Oct 2012 07:39:04 +0000 (UTC) Received: (qmail 64346 invoked by uid 500); 7 Oct 2012 07:39:04 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 64319 invoked by uid 500); 7 Oct 2012 07:39:04 -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 64303 invoked by uid 99); 7 Oct 2012 07:39:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 07:39:04 +0000 Date: Sun, 7 Oct 2012 07:39:04 +0000 (UTC) From: "Thomas Fox (JIRA)" To: torque-dev@db.apache.org Message-ID: <1882562972.6177.1349595544249.JavaMail.jiratomcat@arcas> In-Reply-To: <1460627970.4466.1349494682893.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (TORQUE-232) generated peer's initDatabaseMap() methods should call the init method of the DatabaseMapInit class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TORQUE-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Fox resolved TORQUE-232. ------------------------------- Resolution: Fixed Fix Version/s: 4.0-beta2 > generated peer's initDatabaseMap() methods should call the init method of the DatabaseMapInit class > --------------------------------------------------------------------------------------------------- > > Key: TORQUE-232 > URL: https://issues.apache.org/jira/browse/TORQUE-232 > Project: Torque > Issue Type: Bug > Reporter: Thomas Fox > Assignee: Thomas Fox > Priority: Trivial > Fix For: 4.0-beta2 > > > Currently, the generated peer's initDatabaseMap() methods call the init method of the BaseDatabaseMapInit class. As with all other calls to generated methods, teh call should not be on the Base class, but on the inherited class. This gives the user the opportunity to override the behaviour of the method. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org