You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/06/12 21:38:21 UTC

DO NOT REPLY [Bug 20729] New: - [patch] Rethrow exceptions in method execution

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: commons-dev@jakarta.apache.org
        ReportedBy: proyal@apache.org


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org