Return-Path: Delivered-To: apmail-incubator-river-dev-archive@minotaur.apache.org Received: (qmail 19245 invoked from network); 8 Jan 2011 13:54:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2011 13:54:01 -0000 Received: (qmail 87545 invoked by uid 500); 8 Jan 2011 13:54:01 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 87406 invoked by uid 500); 8 Jan 2011 13:53:59 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 87398 invoked by uid 99); 8 Jan 2011 13:53:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jan 2011 13:53:58 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [61.9.189.143] (HELO nschwmtas03p.mx.bigpond.com) (61.9.189.143) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jan 2011 13:53:52 +0000 Received: from nschwotgx02p.mx.bigpond.com ([61.9.223.241]) by nschwmtas03p.mx.bigpond.com with ESMTP id <20110108135329.LDLN8601.nschwmtas03p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com> for ; Sat, 8 Jan 2011 13:53:29 +0000 Received: from [10.1.1.2] (really [61.9.223.241]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20110108135328.PNTR13035.nschwotgx02p.mx.bigpond.com@[10.1.1.2]> for ; Sat, 8 Jan 2011 13:53:28 +0000 Message-ID: <4D286AE7.8070101@zeus.net.au> Date: Sat, 08 Jan 2011 23:47:19 +1000 From: Peter Firmstone User-Agent: Thunderbird 2.0.0.14 (X11/20080531) MIME-Version: 1.0 To: river-dev@incubator.apache.org Subject: Re: converting RegistrarImpl to public class References: <4D284C27.2090309@qcg.nl> <4D28514A.7020804@qcg.nl> In-Reply-To: <4D28514A.7020804@qcg.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.4D286C58.00B3,ss=1,fgs=0 Sim IJskes - QCG wrote: > On 08-01-11 12:53, Dan Creswell wrote: >> Motivation for the change? >> On 8 January 2011 11:36, Sim IJskes - QCG wrote: >>> Anybody objects to converting the RegistrarImpl class from pp to >>> public? > > To make an embedded deployment possible. > > Gr. Sim > Are you lacking dynamic class loading? Are you trying to create a local registrar for a jvm that can't do dynamic classloading but acts as a registrar and provide services to client jvm's that can classload? Just curious. Cheers, Peter.