Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 48065 invoked from network); 7 Sep 2009 15:39:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Sep 2009 15:39:20 -0000 Received: (qmail 68109 invoked by uid 500); 7 Sep 2009 15:39:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 68011 invoked by uid 500); 7 Sep 2009 15:39:20 -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 68003 invoked by uid 99); 7 Sep 2009 15:39:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 15:39:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 15:39:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D47EC234C495 for ; Mon, 7 Sep 2009 08:38:57 -0700 (PDT) Message-ID: <1518092667.1252337937869.JavaMail.jira@brutus> Date: Mon, 7 Sep 2009 08:38:57 -0700 (PDT) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-4853) Can't define tomcat connector with GBean. In-Reply-To: <1428238344.1252336857649.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang resolved GERONIMO-4853. ----------------------------------- Resolution: Fixed Fixed in 22 branch and trunk. 1, add needed @persistent to setXXX of connectorGBeans. 2, avoid to duplicate connectorGBean generation for connector defined with GBean. > Can't define tomcat connector with GBean. > ----------------------------------------- > > Key: GERONIMO-4853 > URL: https://issues.apache.org/jira/browse/GERONIMO-4853 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 2.2 > Reporter: Shawn Jiang > Assignee: Shawn Jiang > > Can't define tomcat connector with GBean. Because persistent annotation are missed in getXXX of connector GBeans. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.