« 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 elecharny-2 :: Rate this Message:

Reply to Author | View in Thread

Haaa !!!


bad bad bad :)

Don't use ADS 1.0.0, it won't work with Dynamic schema !!!

Emmanuel

PS : I now have the test working, hmmm, failing, but differently :)


Ole Ersoy a écrit :

> 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");