I'll try that. Thanks! This would be helpfull information to add to the documentation on how to create an ApacheDS war, since the current example isn't very useful without a partition to get you started.
-- Thanks, Dan McLaughlin NOTICE: This e-mail message and all attachments transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is strictly prohibited. The contents of this e-mail are confidential and may be subject to work product privileges. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Need to schedule a meeting??? http://www.tungle.me/DanMcLaughlin On Wed, Mar 17, 2010 at 9:46 AM, Pierre-Arnaud Marcelot <[email protected]>wrote: > Hi Dan, > > On 17 mars 2010, at 15:24, Dan McLaughlin wrote: > > > I can see ou=test, 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 = new JdbmPartition(); > myTestPartition.setId( "test" ); > myTestPartition.setSuffix( "dc=test,dc=com" ); > service.addPartition( myTestPartition ); > > Hope this helps, > Pierre-Arnaud
