DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13527>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13527 ExceptionUtils cannot handle J2EE-Exception in a default way Summary: ExceptionUtils cannot handle J2EE-Exception in a default way Product: Commons Version: 1.0 Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Lang AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The ExceptionUtils are not usable in a default way (getCause(), getRootCause(), ...) if I have J2EE-exceptions (EJBException.getCausedByException, ServletException.getRootCause). For getCause() I have the possibility of using getCause() with methodnames as params - but not for getRootCause(). So either you should add the J2EE-exception names to the static final array or make it possible to dynamically add recorgnized exception names. Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
