Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 2000 invoked from network); 29 Jun 2010 20:12:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 20:12:08 -0000 Received: (qmail 30505 invoked by uid 500); 29 Jun 2010 20:12:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 30442 invoked by uid 500); 29 Jun 2010 20:12:07 -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 30435 invoked by uid 99); 29 Jun 2010 20:12:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 20:12:06 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 74.125.83.54 as permitted sender) Received: from [74.125.83.54] (HELO mail-gw0-f54.google.com) (74.125.83.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 20:11:58 +0000 Received: by gwj16 with SMTP id 16so15564gwj.13 for ; Tue, 29 Jun 2010 13:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=SPMm8j7A2udHG4bsWgfxHQPxzhKlgUuJo9ZlrHr7gRU=; b=lmLYhVq9sHtz4JkdOKFvNHshEYIOHeRlgvSHxWnT9mmLbKJHZ2J2F2BOURZbSb3ABZ /6iWEC4/O5mcPgi05XFHriRp+pXBRwbHBQVRQ8uuGKZij2/kTzeSzyS5nhgIWPgwuVv3 T8cQtrl93H9KZLR23rmG2IMCXV0YO6nbCzmiI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=iXak+x167hqSCEeqzRIxo49tBgCB/7RSKRZTxUyt8fbPN7FBvYLRaJO3AUr1EzNZf+ MYXoZ6BnmUkfFYMBwzFuwLf0ReuB5HSdpx0Dsp8aF91GhvSMGenoy/2jXasheQBD7Pv9 n7r2rrpeA7D7py+Xuu9gL1Imn5nIyyG5SrHk4= Received: by 10.101.204.38 with SMTP id g38mr9141696anq.223.1277842236150; Tue, 29 Jun 2010 13:10:36 -0700 (PDT) Received: from [10.0.1.200] (cpe-075-189-199-238.nc.res.rr.com [75.189.199.238]) by mx.google.com with ESMTPS id f7sm60004301anb.27.2010.06.29.13.10.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Jun 2010 13:10:35 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: corbaEnvironment ResourceRefBuilder in connector-deployer From: Kevan Miller In-Reply-To: Date: Tue, 29 Jun 2010 16:10:34 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <610AD607-7D27-4353-9B86-962AD4EA410E@gmail.com> References: To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org On Jun 29, 2010, at 3:55 PM, David Jencks wrote: > ResouceRefBuilder has to be able to create resource refs to ORB's. = Dunno why we put a reference in to the whole plugin, it just needs the = org.omg.CORBA.ORB.class which can be loaded dynamically. >=20 > have the code... guess I need a jira. GERONIMO-5414 Thanks! --kevan=