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
