How to handle ReadOnlyUsersLDAPRepository Connection Failures

2011-12-02 Thread Steve Brewin
Hi org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository obtains its connection to the LDAP repository during init() processing and thereafter assumes it to be valid. When, as may sometimes temporarily or permanently occur, the connection becomes invalid the resulting javax.naming.CommunicationEx

svn commit: r1209479 - /james/server/trunk/ldap/src/main/java/org/apache/james/user/ldap/ReadOnlyUsersLDAPRepository.java

2011-12-02 Thread sbrewin
Author: sbrewin Date: Fri Dec 2 13:50:03 2011 New Revision: 1209479 URL: http://svn.apache.org/viewvc?rev=1209479&view=rev Log: JAMES-1351 principal and credentials now optional Modified: james/server/trunk/ldap/src/main/java/org/apache/james/user/ldap/ReadOnlyUsersLDAPRepository.java Modi