You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Peter Donald <pe...@apache.org> on 2001/12/05 22:46:06 UTC

Re: DynamicProxy improvement

On Thu, 6 Dec 2001 05:21, Gregory Steuck wrote:
> Hi Peter,
>
> May I suggest the following small change to DynamicProxy? The goal of
> the change is to make the proxy really transparent. With the current
> code, the proxy object users will be getting an ugly agregate of
>
> UndeclaredThrowableException(InvocationTargetException(OriginalException))
>
> if the original method throws OriginalException (which is not an
> instance of RuntimeException).

Thanks for that. We actually caught fixed another version of DynamicProxy but 
somehow we missed fixing this one. Thanks for the catch.

-- 
Cheers,

Pete

------------------------------------------------------------
 militant agnostic: i don't know, and you don't know either.
------------------------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: DynamicProxy improvement

Posted by Paul Hammant <Pa...@yahoo.com>.
Peter,

>Thanks for that. We actually caught fixed another version of DynamicProxy but 
>somehow we missed fixing this one. Thanks for the catch.
>
My fault!  & Thanks.

- PH




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>