Re: Failover for JAX-RS clients

2015-10-30 Thread sreeharsha
ring spreadsheetTransformServiceUrl = > >>> "http://localhost:8085/SpreadsheetTransformationService";; > >>> > >>> JAXRSClientFactoryBean bean = new > JAXRSClientFactoryBean(); > >>> bean.setAddress(spreadsheetT

Re: Failover for JAX-RS clients

2015-10-29 Thread Sergey Beryozkin
from the first call to the retry alternate address on failure. Appreciate your help. Thanks, Sree -- View this message in context: http://cxf.547215.n5.nabble.com/Failover-for-JAX-RS-clients-tp4494783p5762219.html Sent from the cxf-user mailing list archive at Nabble.com. -- Sergey Beryozkin

Re: Failover for JAX-RS clients

2015-10-27 Thread sreeharsha
eadsheetTransformationService/import";); > > final SpreadSheetTransformService service1 = > > bean.create(SpreadSheetTransformService.class); > > final Response response = > > service1.transformToJSON(multipartBody); > > final

Re: Failover for JAX-RS clients

2015-10-27 Thread Sergey Beryozkin
invoke to set the content type. Idea regarding the retry is right but i think there is bug in forwarding the headers from the first call to the retry alternate address on failure. Appreciate your help. Thanks, Sree -- View this message in context: http://cxf.547215.n5.nabble.com/Failover-for-

Re: Failover for JAX-RS clients

2015-10-23 Thread sreeharsha
a regarding the retry is right but i think there is bug in forwarding the headers from the first call to the retry alternate address on failure. Appreciate your help. Thanks, Sree -- View this message in context: http://cxf.547215.n5.nabble.com/Failover-for-JAX-RS-clients-tp4494783p5762219.html Sent from the cxf-user mailing list archive at Nabble.com.

Failover for JAX-RS clients

2011-06-16 Thread Sergey Beryozkin
Just FYI https://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS+Failover Cheers, Sergey