Bugs item #1521649, was opened at 2006-07-13 09:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1521649&group_id=55394
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ronald Joseph (coffeesoft) Assigned to: Nobody/Anonymous (nobody) Summary: Can't connect to MS-Exchange-Server (include Patch) Initial Comment: Hello, if I try to connect to a MS-Exchange-Server, then I recieve a NoSuchAttribute-Exception form the JNDIOps.exist() methode. I have add a catch-statement in both exist() methodes to resolve this problem. Here is a fragment from JNDIOps from the latest source: ---snipp--- try { ctx.search(nodeDN, "(objectclass=*)", existanceConstraints); return true; } catch (NoSuchAttributeException nsaEx) { // maybe a Exchange-Server ? return true; } catch (NameNotFoundException e) // ugly as sin, but there seems no other way of doing things { return false; } ---snapp--- If is possible to integrate this Patch? Greetings from Germany and sorry for my english. Ronald (coffeesoft) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=480577&aid=1521649&group_id=55394 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jxplorer-devel mailing list Jxplorer-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jxplorer-devel