From users-return-3034-apmail-directory-users-archive=directory.apache.org@directory.apache.org Wed Mar 17 14:47:07 2010 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 66623 invoked from network); 17 Mar 2010 14:47:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Mar 2010 14:47:06 -0000 Received: (qmail 56571 invoked by uid 500); 17 Mar 2010 14:47:06 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 56543 invoked by uid 500); 17 Mar 2010 14:47:06 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 56535 invoked by uid 99); 17 Mar 2010 14:47:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Mar 2010 14:47:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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 pajbam@gmail.com designates 209.85.218.227 as permitted sender) Received: from [209.85.218.227] (HELO mail-bw0-f227.google.com) (209.85.218.227) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Mar 2010 14:46:57 +0000 Received: by bwz27 with SMTP id 27so1089264bwz.17 for ; Wed, 17 Mar 2010 07:46:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:mime-version :content-type:subject:date:in-reply-to:to:references:message-id :x-mailer; bh=K9KQRMnYpkLZlKjzChYsLrxwYk9c8GkmNwuDS4WWFGg=; b=DzfiZuqgxF3CFFr5PLbTzzkecSkDjHVkh+3L+Gz0+WZcv8Jj8CSgww7UtY/RUZC3h9 kdoCX8SZSB+yNZiIMCLKiG45FWwl/TN5eK+zzFaADfMtBlnWxx3yUBv62Hc4YIq2XSk/ Dvx/xEqHUx67aKBz5iyjTTSabUaAiOM2eArMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer; b=K9qbgFhENVXj96UrEYsWCQkJgASNOSpYe0uDAZE6q+eEPpkdV2r1Oe6v2NqM7CLYGV bNciB0cO3Ka+nlsCPYc/pdF3tfQPt1ha5M1j74TAS68Avr5eam+P0AYG0WdEx2xStHPk kHxy+enlgTP9vDunLQs2pDCa2IAwPPeZzjkBc= Received: by 10.204.131.207 with SMTP id y15mr1186207bks.69.1268837196842; Wed, 17 Mar 2010 07:46:36 -0700 (PDT) Received: from [192.168.0.52] (lon92-10-78-226-4-211.fbx.proxad.net [78.226.4.211]) by mx.google.com with ESMTPS id 14sm4574713bwz.14.2010.03.17.07.46.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 07:46:34 -0700 (PDT) Sender: Pierre-Arnaud Marcelot From: Pierre-Arnaud Marcelot Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: multipart/alternative; boundary=Apple-Mail-1-619700296 Subject: Re: Tomcat, ApacheDS & Spring Date: Wed, 17 Mar 2010 15:46:32 +0100 In-Reply-To: To: users@directory.apache.org References: <4BA08545.5070407@labeo.de> Message-Id: <1D11D1C0-A17D-44BE-9894-4FC64C9EA0FA@marcelot.net> X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-1-619700296 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi Dan, On 17 mars 2010, at 15:24, Dan McLaughlin wrote: > I can see ou=3Dtest, but it's read only. Looking at the code in the > documentation it's obvious why. Instead of writing your own custom partition, I think you probably just = need to instantiate a JDBM partition. Partition myTestPartition =3D new JdbmPartition(); myTestPartition.setId( "test" ); myTestPartition.setSuffix( "dc=3Dtest,dc=3Dcom" ); service.addPartition( myTestPartition ); Hope this helps, Pierre-Arnaud= --Apple-Mail-1-619700296--