Camel Tracer

2018-08-29 Thread Ercan Canlıer
Hi, I am using the latest version of *Apache Camel, 2.22.0.* I have seen that tracer is deprecated so far. However, the docs say that we are able to enable tracing by setting the boolean value *camelContext.setTracing(true)* I configured the CAMEL_MESSAGETRACED entity to be auto scanned by spring

Re: CXF endpoint getting resolved at the time of initialization of the route

2018-08-29 Thread Claus Ibsen
Hi Its just to use toD instead of to On Wed, Aug 29, 2018 at 3:39 PM Hemant Pekhale wrote: > > Hi Calus, > > thanks for your reply. > can you show a sample code here. I am using java DSLProcessor. So wanted to > have a look at the sample. > > On Wed, Aug 29, 2018 at 6:33 PM Claus Ibsen wrote: >

Re: CXF endpoint getting resolved at the time of initialization of the route

2018-08-29 Thread Hemant Pekhale
Hi Calus, thanks for your reply. can you show a sample code here. I am using java DSLProcessor. So wanted to have a look at the sample. On Wed, Aug 29, 2018 at 6:33 PM Claus Ibsen wrote: > Hi > > You can use toD and set ignoreInvalidEndpoint=true > On Wed, Aug 29, 2018 at 2:52 PM Hemant

Re: CXF endpoint getting resolved at the time of initialization of the route

2018-08-29 Thread Claus Ibsen
Hi You can use toD and set ignoreInvalidEndpoint=true On Wed, Aug 29, 2018 at 2:52 PM Hemant Pekhale wrote: > > Hi All, > > I've a route which has CXF in middle of it. But when I start the route it > throws error "Could not resolve endpoint" that endpoint is indeed not > accessible but I want

CXF endpoint getting resolved at the time of initialization of the route

2018-08-29 Thread Hemant Pekhale
Hi All, I've a route which has CXF in middle of it. But when I start the route it throws error "Could not resolve endpoint" that endpoint is indeed not accessible but I want this to happen when a message is actually reach to the cxf. Is there any way to prevent this. I red somewhere that