About exceptions

2010-03-12 Thread Emmanuel Lecharny
Hi, it's about time to talk about exceptions, as many methods will throw an exception, and it would be good to know what to throw ! We should first have a base exception, and I suggest using LdapException. Evey other exception will inherit this one. The second point is that the LDAP protoco

Re: ldap search problems against openldap

2010-03-12 Thread Kiran Ayyagari
hi Thomas, I have fixed the LdapConnection class on trunk, which I think should fix the problems you reported, can you try with the latest trunk? Kiran Ayyagari