On Thu, Jun 9, 2011 at 7:59 PM,<[email protected]> wrote:============================================================================== --- directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/LdapCoreSessionConnection.java (original) +++ directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/LdapCoreSessionConnection.java Thu Jun 9 17:59:44 2011 @@ -151,7 +151,7 @@ public class LdapCoreSessionConnection i } catch ( Exception e ) { - throw new IOException( e.getMessage() ); + throw new IOException( e.getMessage(), e ); }The constructor java.io.IOException(String, Throwable) doesn't exists in Java5.
Rahhh... Will fix it -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
