« Return to Thread: [jira] Created: (DIRSERVER-964) Binding does not return DirContext Object's when creating by doing ctx.createSubcontext("cn=test");

Re: [jira] Commented: (DIRSERVER-964) Binding does not return DirContext Object's when creating by doing ctx.createSubcontext("cn=test");

by Bugzilla from ole.ersoy@gmail.com :: Rate this Message:

Reply to Author | View in Thread

Howdy,

See if adding these dependencies help:

      <dependency>
         <groupId>org.apache.directory.server</groupId>
         <artifactId>apacheds-core</artifactId>
         <version>1.0.0</version>
      </dependency>
     
      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>nlog4j</artifactId>
         <version>1.2.25</version>
      </dependency>

The test creates a hot partition, so it needs the core dependency.

Hopefully that does the trick,
- Ole


 « Return to Thread: [jira] Created: (DIRSERVER-964) Binding does not return DirContext Object's when creating by doing ctx.createSubcontext("cn=test");