You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/01/25 22:37:23 UTC

DO NOT REPLY [Bug 6039] New: - [PATCH] Throw actual exception in AbstractSitemap.invokeMethod

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=6039>.
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=6039

[PATCH] Throw actual exception in AbstractSitemap.invokeMethod

           Summary: [PATCH] Throw actual exception in
                    AbstractSitemap.invokeMethod
           Product: Cocoon 2
           Version: 2.1alpha CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: proyal@managingpartners.com


AbstractSitemap.invokeMethod invokes a method via reflection. If an excpetion
occurs, it is wrapped in an InvocationTargetException. This patch peeks inside
that InvocationTargetException and throws the containing Exception or Error as
applicable.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org