From dev-return-27932-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri Nov 07 19:09:45 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 2535 invoked from network); 7 Nov 2008 19:09:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2008 19:09:45 -0000 Received: (qmail 155 invoked by uid 500); 7 Nov 2008 19:09:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 106 invoked by uid 500); 7 Nov 2008 19:09:51 -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 99994 invoked by uid 99); 7 Nov 2008 19:09:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 11:09:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xiphar@gmail.com designates 72.14.204.226 as permitted sender) Received: from [72.14.204.226] (HELO qb-out-0506.google.com) (72.14.204.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 19:08:31 +0000 Received: by qb-out-0506.google.com with SMTP id e12so1617890qbe.1 for ; Fri, 07 Nov 2008 11:09:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=Jr+VCg8cYWhpha4E4TA6y4dwwPBxiD2iMnDT2sBZ1A4=; b=EgJr5N1o8lTFkUVYdt4SnqE0pJ48V1c0ufvAONwD3/l0taTp8z3YYfYzkm8rXxEm7S lCkGTvoYdkApM2QP+zwaR1PrW2iVqqebPu/Ef7M9quSZy9AvsiyF6DZnPw85aZa/mYyc BPSXZDb13352ipLxRu5F2masnk05rk1mbsYmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=xvwTllZ/7XCDXygqlWlNStTVpxVTgD+eqbIQfQxVV/2+ZC1rdQEigVD04jWj5kjlYP 23PaDU08xSWUIeoMZPx5hAGTP5LudFZbh5uhki4djI7YMLGEggfIQ3affzGbk/v4PHB/ d7ne0X2pHI1hhszlVG7A3Loork/RNXd2XmbAY= Received: by 10.210.91.17 with SMTP id o17mr4295757ebb.117.1226084942687; Fri, 07 Nov 2008 11:09:02 -0800 (PST) Received: by 10.210.87.8 with HTTP; Fri, 7 Nov 2008 11:09:02 -0800 (PST) Message-ID: <3eff600b0811071109o40c05c6dracd92320c6ea9180@mail.gmail.com> Date: Fri, 7 Nov 2008 14:09:02 -0500 From: x To: "Apache Directory Developers List" Subject: Re: [ApacheDS] Problem with AbstratctBootstrapSchema In-Reply-To: <4911D0E5.40403@nextury.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42840_7928021.1226084942685" References: <3eff600b0811050843h589a6800k262915fd65c62715@mail.gmail.com> <4911D0E5.40403@nextury.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42840_7928021.1226084942685 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wed, Nov 5, 2008 at 11:59 AM, Emmanuel Lecharny wro= te: > x wrote: > >> Emmanuel, >> >> I was working with 1.5.4, but I'm now trying with the 1.5.5 source. I >> made >> the fix to set the package name, but now I am getting this stack trace: >> >> > Ok, nothing serious. Just do that : > > cd apacheds/bootstrap-partition > mvn clean install > > and it will work. > > This DBFILES file is containing all the LDAP elements needed to bootstrap > the server (the metabase), but sadly, if you simply build the server, the= n > do a mvn eclipse:eclipse, this file is wipped out. > > To summarize, if you want to build ADS : > - goto your root project (you will have the apacheds, shared, project, > daemon and install subdirectories there) > - mvn clean install > - mvn eclipse:eclipse > - cd apacheds/bootstrap-partition > - mvn clean install > > that's it ! > > -- > -- > cordialement, regards, > Emmanuel L=E9charny > www.iktek.com > directory.apache.org > > > I believe my issue is that there is something going on with how resources are loaded by the custom classloader I'm using. If I put the resource file= s into the system/server classloader, things work. I've putting this on the back burner for now due to other issues. Thanks for the ideas. ------=_Part_42840_7928021.1226084942685 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wed, Nov 5, 2008 at 11:59 AM, Emmanuel Lecharny <elecharny@gmail.com> wro= te:
x wrote:
Emmanuel,

I was working with 1.5.4, but I'm now trying with the 1.5.5 source. &nb= sp;I made
the fix to set the package name, but now I am getting this stack trace:
 
Ok, nothing serious. Just do that :

cd apacheds/bootstrap-partition
mvn clean install

and it will work.

This DBFILES file is containing all the LDAP elements needed to bootstrap t= he server (the metabase), but sadly, if you simply build the server, then d= o a mvn eclipse:eclipse, this file is wipped out.

To summarize, if you want to build ADS :
- goto your root project (you will have the apacheds, shared, project, daem= on  and install subdirectories there)
- mvn clean install
- mvn eclipse:eclipse
- cd apacheds/bootstrap-partition
- mvn clean install

that's it !

--
--
cordialement, regards,
Emmanuel L=E9charny
www.iktek.com
directory.apache.= org



I believe my issue is that there is something= going on with how resources are loaded by the custom classloader I'm u= sing.  If I put the resource files into the system/server classloader,= things work.  I've putting this on the back burner for now due to= other issues.  Thanks for the ideas.
------=_Part_42840_7928021.1226084942685--