[
https://issues.apache.org/jira/browse/DIRSERVER-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Seelmann closed DIRSERVER-1086.
--------------------------------------
Resolution: Fixed
Fix Version/s: bigbang
This problem seems to be fixed in the current bigbang branch. I uncommented the
test case that fails with 1.5.1.
http://svn.apache.org/viewvc?rev=603758&view=rev
> Modrdn operation on an entry with child entries kills the DIT
> -------------------------------------------------------------
>
> Key: DIRSERVER-1086
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1086
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 1.5.1
> Reporter: Stefan Seelmann
> Fix For: bigbang
>
>
> Having the following DIT structure:
> ou=system
> |
> - ou=Writers
> |
> - cn=Tori Amos
> The modrdn operation to rename ou=Writers to ou=Singers works fine.
> But performing a one-level search on ou=Singers with
> returningAttributes=objectClass fails:
> javax.naming.NamingException: [LDAP: error code 36 - failed on search
> operation: Unexpected exception.]; remaining name ''
> Also reading cn=Tori Amos directly fails:
> javax.naming.NameNotFoundException: [LDAP: error code 32 - failed on search
> operation: Attempt to search under non-existant entry: 2.5.4.3=tori
> amos,2.5.4.11=singers,2.5.4.11=system]; remaining name 'cn=Tori Amos'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.