RE: SJMS2 durable subscription lazy re-connect

2020-08-20 Thread Shultz, Dmitry
Thanks Claus. I'm on v2.25.1 (TomEE + CDI) and didn't found any examples/docs about how to set the SupervisingRouteController, so here is what I did: @Produces @ApplicationScoped CamelContext customize() { SupervisingRouteController controller = new SupervisingRouteControlle

Re: Camel 3.4.3 REST DSL - valid JSON response?

2020-08-20 Thread Gerald Kallas
Perfect, thanks Alex, it works! > Alex Soto hat am 20.08.2020 18:32 geschrieben: > > > Your binding mode is JSON. > > > bindingMode=“json" > > You are supposed to return an object, but you are returning a JSON string. > Add bindingMode=“off” to this rest service. > > Best regards, > Alex

help route jms to -> from ?

2020-08-20 Thread Chandler, Peter E
Here are my camel routes. The issue is the "price" route (has a JMS consumer) never runs (receives a message)? It seems like the "taxes" never sents .to(finalPrice) message? : Any ideas? Thanks in advance, Peter. // workflow 1.1 (Entry Point & Add Tax) rest().post("/p

Re: Camel 3.4.3 REST DSL - valid JSON response?

2020-08-20 Thread Alex Soto
Your binding mode is JSON. bindingMode=“json" You are supposed to return an object, but you are returning a JSON string. Add bindingMode=“off” to this rest service. Best regards, Alex soto > On Aug 20, 2020, at 12:20 PM, Gerald Kallas wrote: > > bindingMode="json"

Camel 3.4.3 REST DSL - valid JSON response?

2020-08-20 Thread Gerald Kallas
Dear all, I've following Blueprint REST DSL configuration http://www.osgi.org/xmlns/blueprint/v1.0.0"; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:sc

Re: MethodNotFoundException upgrading to Camel 3.4.2 (Blueprint and Karaf)

2020-08-20 Thread Alex Soto
Done: https://issues.apache.org/jira/browse/CAMEL-15435 Best regards, Alex soto > On Aug 20, 2020, at 1:08 AM, Jean-Baptiste Onofre wrote: > > Hi Alex, > > Not yet, I will get back on this one asap. > Did you create a Jira about that ?