Re: OpenLDAP to ApacheDS Migration | Help Needed

2013-04-30 Thread Tanguy tlrx
Hi Emmanuel, There is a serious bug that has been detected last week - and introduced > in M11 - that makes the backend unstable. Basically, using a schema with > some AttributeType without an Equality MatchingRule leads yo NPE which > breaks the backend. This bug has been fixed at the end of last

Re: OpenLDAP to ApacheDS Migration | Help Needed

2013-04-29 Thread Tanguy tlrx
Hi Pradyumna, We encountered few bugs on ApacheDS 2.0.M11 (ex: server doesn't restart and need reinstall), and we are currently evaluating the cost of migrating from ApacheDS 2.0.M11 to OpenLdap 2.24. I would be interested to know why you migrate from OpenLDAP to ApacheDS? Thanks, -- Tanguy

Filters does not work anymore after server restart

2013-04-10 Thread Tanguy tlrx
Hi all, On ApacheDS M10, I can retrieve entries when searching with the filters "(uid=tanguy)" or "(objectClass=myclass)" or "(cn=tanguy)" or "(sn=*)". After a server restart, the filters "(uid=tanguy)" and "(cn=tanguy)" doesn't retrieve any results. "(objectClass=myclass)" and "(sn=*)" work as

Re: LDAP error code 80 when recursively delete entry

2013-03-21 Thread Tanguy tlrx
ler=DEBUG > > > You will get a trace with the delete requests. > > > I wonder if they are received in the right order. > > Also you should switch to ApacheDS 2.0.0-M11, there are ciritical fixes > in this version (although they should not be teh cause of your issue)

LDAP error code 80 when recursively delete entry

2013-03-21 Thread Tanguy tlrx
Hi all, We are using the Spring LDAP framework (1.3.1.RELEASE) to create/update and delete LDAP entries in an ApacheDS (2.0.0-M10) server. In a custom partition, we create entries with a custom objectClass defined in our schema. Theses entries have sub-entries, also with a custom objectClass. We