do I need to   use a pool of cxf clients in my web application ?  I am uisng
cxf 2.2.6 ?  I create client 

<jaxws:client id="findGrantsClient"
serviceClass="grantsSearch.service.GrantsSearchService" 
address="http://mycompany.com:7001/myapp/cxf/findGrants";>

I inject this client into my services , will this work  thread safe  in a
web application?


fachhoch wrote:
> 
> I created client as per all the examples  .I injected this client into my
> service  class.   Do I need to worry about thread issues, like make  
> single thread access to  the method which uses client to call webservice 
> or is it thread safe ?
>   
> 
> 

-- 
View this message in context: 
http://old.nabble.com/thread-and-cxf-client-tp28027567p28027683.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to