From torque-dev-return-11951-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Sat Oct 6 03:38:06 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 588B1DE59 for ; Sat, 6 Oct 2012 03:38:06 +0000 (UTC) Received: (qmail 66113 invoked by uid 500); 6 Oct 2012 03:38:05 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 66061 invoked by uid 500); 6 Oct 2012 03:38:03 -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 66031 invoked by uid 99); 6 Oct 2012 03:38:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 03:38:02 +0000 Date: Sat, 6 Oct 2012 03:38:02 +0000 (UTC) From: "Thomas Fox (JIRA)" To: torque-dev@db.apache.org Message-ID: <1460627970.4466.1349494682893.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (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 Thomas Fox created TORQUE-232: --------------------------------- Summary: 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 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