Seems reasonable - presumably you wouldn't get a  
NoSuchAttributeException unless it could first get the entry to, um,  
not find the attribute on.

Can anyone see how this could bite us?  Trudi?

    - Chris

> Submitted By: Ronald Joseph (coffeesoft)
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jxplorer-devel



-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to