Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 2299 invoked from network); 7 Sep 2006 10:49:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 10:49:34 -0000 Received: (qmail 74500 invoked by uid 500); 7 Sep 2006 10:49:31 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74446 invoked by uid 500); 7 Sep 2006 10:49:31 -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 74434 invoked by uid 99); 7 Sep 2006 10:49:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 03:49:31 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rickmcg@gmail.com designates 66.249.82.232 as permitted sender) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 03:49:30 -0700 Received: by wx-out-0506.google.com with SMTP id i27so191615wxd for ; Thu, 07 Sep 2006 03:49:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=dvjwYjREYm5iYZB3Q0XTYLwatejGoKLLxAyLKU57zFF5ws6Lehchww0xREzDIGg5DMk+cj4T7/wv3Dp3FdYsbARXceVh2CelzIuKOCdBQJR6SzV237/L0p84OHTqP5vU1dVfXD2nYe+zoFRCRbQhEvMtIoC2ibFvUM8ullTH/n4= Received: by 10.70.87.11 with SMTP id k11mr398428wxb; Thu, 07 Sep 2006 03:49:08 -0700 (PDT) Received: from ?192.168.1.101? ( [68.191.49.248]) by mx.gmail.com with ESMTP id 34sm563487wra.2006.09.07.03.49.07; Thu, 07 Sep 2006 03:49:07 -0700 (PDT) Message-ID: <44FFF92B.3080007@gmail.com> Date: Thu, 07 Sep 2006 06:49:15 -0400 From: Rick McGuire Reply-To: rickmcg@gmail.com User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Geronimo Dev Subject: Adding items to NameFactory Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 I'm going to be adding several new GBean types to openejb for ORB configuration as part of the Yoko work. Each of these new GBeans is defined with a j2ee type to be consistent with the other openejb CORBA GBeans. Right now, I'm using hard coded strings, but adding these types to NameFactory represents an interesting bootstrapping problem. It appears I need to add these to a build first, build and publish that build to my repository, then build my openejb code that uses the new NameFactory entries, then build my Geronimo code that dependent on the new openejb version (ugh). Is this assumption correct? Can I go and add the new NameFactory entries now in anticipation of my future need so I can avoid the bootstrapping problem? Rick