Hi James,

James Carman wrote on Friday, September 09, 2005 1:33 PM:

> What good would a runtime exception do me at that point?  The
> method interceptor which contains that code is executing the
> method invocation in another thread using an Executor (JDK5).
>  So, the runtime exception wouldn't get back to the caller.
> At best it would probably just get printed to standard error
> or something.  That's why I chose to actually log the error in the
> first place. 

this is the typical use case for monitors (see 
http://wiki.apache.org/avalon/AvalonNoLogging for background). Just invent a 
monitor for the proxy package, that is called for different events. Then it's 
up to a user, to register a monitor that will act on such an event.

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to