Re: Camel with Karaf + Blueprint

2017-03-21 Thread Quinn Stevenson
Could you share you’re blueprint XML files? I use Blueprint + Karaf extensively, and I’ve always got into trouble if I mistakenly use the Spring namespace. I’d be interested to see what is different about your Blueprint XML files. > On Mar 9, 2017, at 8:24 AM, kumar wrote: > > > I found th

ExchangeTimedOutException

2017-03-21 Thread catequil
I have a route similar to the following: Everything once in a while I get the ExchangeTimedOutException, but I do not know from which route segment the ExchangeTimedOutException is happening. Does anyone know how to determine where the timeout is actually occurring? -- View this message in c

Re: ExchangeTimedOutException

2017-03-21 Thread souciance
You could try to use the exchange property ${property.CamelFailureEndpoint} and ${property.CamelFailureRouteId} to determine which route and endpoint failed. On Tue, Mar 21, 2017 at 4:40 PM, catequil [via Camel] < ml-node+s465427n5795836...@n5.nabble.com> wrote: > I have a route similar to the fo

Re: Message is lost while the connection to ActiveMQ is refreshed

2017-03-21 Thread Quinn Stevenson
Are you using a transacted session with ActiveMQ? > On Mar 20, 2017, at 12:49 PM, hammod wrote: > > I am receiving a message from a client using a netty interface and this > message should be sent to ActiveMQ to be saved. > All is good but if I dropped the connection between camel and ActiveMQ

Re: how to config two routes use the same endpoint?

2017-03-21 Thread Quinn Stevenson
Could you define route A to send the message to an intermediary (vm endpoint, jms, seda) and then have the other routes consume from there? > On Mar 8, 2017, at 4:54 AM, vonezzz <34618...@qq.com> wrote: > > i want to use two routedefine,not one route. > > > > -- > View this message in contex

Re: camel-jpa and PersistenceException

2017-03-21 Thread jamest
Anyone have feedback on the patched version? Manual testing with the patched version in our product was successful, basically just starting/stopping the database and observing that the component was always able to reconnect. Without this change it continues to throw the exception first reported

Re: ExchangeTimedOutException

2017-03-21 Thread catequil
Those pieces of information were too general. It reported "seda:processItemsJob" as the endpoint, but there is a lot of segments in that area. Any other suggestions? The other problem I am having is because of the parallel processing the log messages are getting all tangled together. It would be

Re: Camel JAXB - jaxb.index not found

2017-03-21 Thread contactreji
Made slight mods on the route and it worked. Thanks @Override public void configure() throws Exception { * JaxbDataFormat searchXmlRequestJaxb= new JaxbDataFormat(); searchXmlRequestJaxb.setContext(JAXBContext.newInstance(com.trvl.integration.domain.busbooking.tbo.search.xmlob

Re: ExchangeTimedOutException

2017-03-21 Thread catequil
I was hoping the messageHistory might have enough information in it to give me an idea of where to look. Added the following code to my TimeOutErrorProcessor When I finally got the exception this is what it printed out: Is there any way to get a more descriptive Node identifier rather than to,

Re: ExchangeTimedOutException

2017-03-21 Thread catequil
So what I discovered is this message history is the history starting from the onException. Which does not help me. I need the history from the original route before the exception occurred or maybe the whole route history to help me discover where this timeout is occurring. Or maybe we could reco

Re: Camel with Karaf + Blueprint

2017-03-21 Thread kumar
My Blueprint XML files has beans defined and Camel Context defined in it. remaining are routes files. with camel namespace Best Regards Kumar Phani: Touchpeak Software cell: +65 9821 8689 email: ku...@touchpeak.com On Tue, Mar 21, 2017 at 10:18 PM, Quinn Stevenson [via Camel] < ml-node+s465427n57