[ 
https://issues.apache.org/jira/browse/DIRSERVER-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503264
 ] 

Ole Ersoy commented on DIRSERVER-964:
-------------------------------------

Strange.  I bumped my apache-core dependency to 1.5.0 and then tried running 
your test Emmanuel (After closing eclipse and then opening again).  Now I get 
this exceptionN:

java.lang.NoSuchMethodError: 
org.apache.directory.server.core.configuration.MutableStartupConfiguration.setPartitionConfigurations(Ljava/util/Set;)V
        at 
org.apache.tuscany.das.ldap.selfcontained.test.SelfContainedBindingTest.createDASPartition(SelfContainedBindingTest.java:152)
        at 
org.apache.tuscany.das.ldap.selfcontained.test.SelfContainedBindingTest.setUp(SelfContainedBindingTest.java:32)

Are you using this dependency?

      <dependency>
         <groupId>org.apache.directory.server</groupId>
         <artifactId>apacheds-core</artifactId>
         <version>1.5.0</version>
      </dependency>

I tried running eclipse:clean eclipse:eclipse and I still get the same 
exception.

Thanks,
- Ole



> Binding does not return DirContext Object's when creating by doing 
> ctx.createSubcontext("cn=test");
> ---------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-964
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-964
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Ole Ersoy
>             Fix For: pre-2.0
>
>         Attachments: SelfContainedBindingTest.java, 
> SelfContainedBindingTest.java
>
>
> See test.  I expect assertNull(binding.getObject()); to fail, but it passes.  
> If I manually attempt to lookup the DirContext that the same DirContext 
> instance, I get a real directory context.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to