You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Ted Toth <te...@yahoo.com> on 2005/08/23 21:54:22 UTC

ThreadPoolInvokeStrategy suggestion

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


Re: ThreadPoolInvokeStrategy suggestion

Posted by ja...@opensource.lk.
Hi Ted,

Thanks for the idea. However then we have to use reflection in the service
invocation and IMHO is bit slow.

Thanks,

Jaliya


> I meant to say but my finger slipped:
>
> catch (java.lang.reflect.InvocationTargetException
> ite) {
>     log.error("Target exception", ite.getCause());
> }
>
> --- Ted Toth <te...@yahoo.com> 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:
>> sandesha-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail:
>> sandesha-dev-help@ws.apache.org
>>
>>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: sandesha-dev-help@ws.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: ThreadPoolInvokeStrategy suggestion

Posted by ja...@opensource.lk.
Hi Ted,

Thanks for the idea. However then we have to use reflection in the service
invocation and IMHO is bit slow.

Thanks,

Jaliya


> I meant to say but my finger slipped:
>
> catch (java.lang.reflect.InvocationTargetException
> ite) {
>     log.error("Target exception", ite.getCause());
> }
>
> --- Ted Toth <te...@yahoo.com> 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:
>> sandesha-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail:
>> sandesha-dev-help@ws.apache.org
>>
>>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: sandesha-dev-help@ws.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: ThreadPoolInvokeStrategy suggestion

Posted by Ted Toth <te...@yahoo.com>.
I meant to say but my finger slipped:

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

--- Ted Toth <te...@yahoo.com> 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:
> sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail:
> sandesha-dev-help@ws.apache.org
> 
> 


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

---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: ThreadPoolInvokeStrategy suggestion

Posted by Ted Toth <te...@yahoo.com>.
I meant to say but my finger slipped:

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

--- Ted Toth <te...@yahoo.com> 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:
> sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail:
> sandesha-dev-help@ws.apache.org
> 
> 


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

---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org