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=20729>. 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=20729 [patch] Rethrow exceptions in method execution Summary: [patch] Rethrow exceptions in method execution Product: Commons Version: 1.0 Beta 2 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: JEXL AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Current ASTMethod just prints any methods during method execution to the console. This is undesirable in unattended server processes unless someone is always monitoring STDERR. The attached patch causes the thrown exception to flow out of jexl, and the calling program can deal with it accordingly. The patch also modifies UberspectImpl to remove a containing InvocationTargetException. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
