Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 15392 invoked from network); 4 Nov 2005 14:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 14:56:42 -0000 Received: (qmail 98346 invoked by uid 500); 4 Nov 2005 14:56:41 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 98304 invoked by uid 500); 4 Nov 2005 14:56:40 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 98291 invoked by uid 99); 4 Nov 2005 14:56:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2005 06:56:40 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.75.234.2] (HELO smtpgate.saa-cons.co.uk) (194.75.234.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2005 06:56:35 -0800 Received: (from uucp@localhost) by smtpgate.saa-cons.co.uk (8.8.8/8.8.8) id OAA29753 for ; Fri, 4 Nov 2005 14:55:36 GMT (envelope-from Simon.Temple@saaconsultants.com) Received: from domino-mail.saa-cons.co.uk(10.10.10.4) by smtpgate.saa-cons.co.uk via smap (V2.1) id xma029748; Fri, 4 Nov 05 14:55:21 GMT In-Reply-To: <4368F26B.3010807@bellsouth.net> Subject: Re: 0.9.3 JAR question To: "Apache Directory Developers List" X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: From: Simon.Temple@saaconsultants.com Date: Fri, 4 Nov 2005 14:56:00 +0000 X-MIMETrack: Serialize by Router on domino-mail/Saa(Release 6.5.1|January 21, 2004) at 04/11/2005 14:56:01 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Alex I'm trying to run as an embedded server under JBoss. ("embedded" but does also require some external LDAP access). I don't think I can use apacheds-main-0.9.3.jar as it contains classes from other open source projects already on our classpath (and I don't want classloader problems). So I opted for using apacheds-core-0.9.3.jar, apacheds-shared-0.9.3.jar and all the dependent jars (gained from looking at the maven XML file). I had intended to start the server using the MutableServerStartupConfiguration but... I'd appreciate your advise on this. TIA Simon Temple Alex Karasulu To Apache Directory Developers List 02/11/2005 17:07 cc Please respond to Subject "Apache Directory Re: 0.9.3 JAR question Developers List" Simon.Temple@saaconsultants.com wrote: > > >MutableServerStartupConfiguration is not in apacheds-core-0.9.3.jar but is >in apacheds-main-0.9.3.jar. > > This is what was desired. In the core jar you have MutableStartupConfiguration for the heart of the server without firing up any wire protocols like LDAP, Kerberos, NTP or Changepw. The Server configuration is in the main which starts all these protocols. Would you like us to separate main into two jars. 1 containing the configuration beans and context factory for starting services and another for just the application main? We've been thinking and talking about doing this. Just wondering what users think. Thanks, Alex