Re: ConcurrentModificationException while calling REST service using camel-cxf component

2021-04-14 Thread Anand Kumar
HI Team Please update on issue. This issue is intermittent. We are not able to replicate this issue at our end. Thanks & Regards Anand Kumar On Thu, Apr 8, 2021 at 9:00 PM Anand Kumar wrote: > HI Claus > > We are using 2.23.2 version for camel and cxf > > Regards > Anand Kumar > > On Thu, Apr

Re: ConcurrentModificationException while calling REST service using camel-cxf component

2021-04-08 Thread Anand Kumar
HI Claus We are using 2.23.2 version for camel and cxf Regards Anand Kumar On Thu, Apr 8, 2021 at 5:38 PM Claus Ibsen wrote: > What Camel and CXF version are you using? > > On Thu, Apr 8, 2021 at 11:53 AM Anand Kumar > wrote: > > > > Hi Team > > > > > > We are getting below error while

Re: ConcurrentModificationException while calling REST service using camel-cxf component

2021-04-08 Thread Claus Ibsen
What Camel and CXF version are you using? On Thu, Apr 8, 2021 at 11:53 AM Anand Kumar wrote: > > Hi Team > > > We are getting below error while calling REST service using camel-cxf > component > > java.lang.RuntimeException: java.util.ConcurrentModificationException > at >

ConcurrentModificationException while calling REST service using camel-cxf component

2021-04-08 Thread Anand Kumar
Hi Team We are getting below error while calling REST service using camel-cxf component java.lang.RuntimeException: java.util.ConcurrentModificationException at org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.createWebClient(JAXRSClientFactoryBean.java:233) at