Hi Alex,
2005/10/25, Alex Karasulu <aok123@bellsouth.net>:
>
> [0] http://issues.apache.org/jira/browse/DIREVE-164 (Trustin)
> My take on these issues:
>
> 0 - not worried about it since change can be made any time: we can push
> it out
I've found our implementation (apacheds-core) throws an LdapNamingException
with LDAP-specific error codes such as ALIASPROBLEM. I thought we can stop
all classes from throwing LdapNamingException and make them throw
NamingException instead, and then ExceptionService can convert them to
corresponding LdapNamingExceptions 1:1. But it's not 1:1 right now. So I
cannot divide ExceptionService into IntegrityService and ExceptionService
currently.
I guess we need to standardize which type of exceptions we should throw for
consistency. NamingException or LdapNamingException? I think
LdapNamingException is the way to go.
Once decided, I'll modify the core ASAP.
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
|