Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 21871 invoked from network); 5 Nov 2006 08:44:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2006 08:44:40 -0000 Received: (qmail 95287 invoked by uid 500); 5 Nov 2006 08:44:49 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 95249 invoked by uid 500); 5 Nov 2006 08:44:49 -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 95231 invoked by uid 99); 5 Nov 2006 08:44:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 00:44:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 00:44:37 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 12BBE7142BF for ; Sun, 5 Nov 2006 00:44:17 -0800 (PST) Message-ID: <28342288.1162716257058.JavaMail.root@brutus> Date: Sun, 5 Nov 2006 00:44:17 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-2541) Priority order for GBeans In-Reply-To: <12136979.1162498216493.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/GERONIMO-2541?page=all ] David Jencks updated GERONIMO-2541: ----------------------------------- Attachment: GERONIMO-2541.patch Attached patch implements priority ordering for loading gbeans. I don't see any problems with it except that it completely breaks backwards compatibility for configurations. I don't know if this is acceptable. > Priority order for GBeans > ------------------------- > > Key: GERONIMO-2541 > URL: http://issues.apache.org/jira/browse/GERONIMO-2541 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: kernel > Affects Versions: 1.2 > Reporter: David Jencks > Assigned To: David Jencks > Fix For: 1.2 > > Attachments: GERONIMO-2541.patch > > > Add a priority order to GBeanData to order attempted starts of GBeans. GBeanInfo can have a default. GBean dependencies will still override the priority, in that a priority ordering will determine the order in which we try to start gbeans, but one won't start until all its dependencies have started. > This will probably be useful in several contexts but right now I need to get the PersistenceUnitGBean to start first so it can install the class enhancer before any classes are loaded. -- 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