Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 93887 invoked from network); 7 Jul 2005 22:15:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2005 22:15:33 -0000 Received: (qmail 88354 invoked by uid 500); 7 Jul 2005 22:15:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 88289 invoked by uid 500); 7 Jul 2005 22:15:27 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 88249 invoked by uid 99); 7 Jul 2005 22:15:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2005 15:15:13 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E58FA16 for ; Fri, 8 Jul 2005 00:15:09 +0200 (CEST) Message-ID: <932856721.1120774509905.JavaMail.jira@ajax.apache.org> Date: Fri, 8 Jul 2005 00:15:09 +0200 (CEST) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-725) Patch to support new PK Generator syntax Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Patch to support new PK Generator syntax ---------------------------------------- Key: GERONIMO-725 URL: http://issues.apache.org/jira/browse/GERONIMO-725 Project: Geronimo Type: Improvement Components: OpenEJB Reporter: Aaron Mulder Attachments: pkgen.patch The new PKGenerator code constructs some PK generators directly instead of using GBeans and delegates. This patch changes the TranQL EJB class to use the PrimaryKeyGenerator interface instead of the PrimaryKeyGeneratorDelegate class, which means it works for both new and old PKGenerator construction routines. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira