I meant to say but my finger slipped:

catch (java.lang.reflect.InvocationTargetException
ite) {
    log.error("Target exception", ite.getCause());
}

--- Ted Toth <[EMAIL PROTECTED]> wrote:

> In the RMRunnableInvoker run methods catch add
> something like:
> catch (java.lang.reflect.InvocationTargetException
> ite) {
> log.error("Target exception", e.getCause());
>  
> so that we can track down problems more quickly.
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to