camel-cxf/PAYLOAD and MTOM error

2017-02-18 Thread Giacomo Carnevale
Hi, I am invoking a soap service (ServiceA) that invokes another soap service (ServiceB) using CXF with dataFormat=PAYLOAD. ServiceB, using MTOM, returns a base64Binary field (pdfContent) that is to be returned from ServiceA to the client (using MTOM). CXF ENDPOINT *http://ws.a.service/v1

camel-cxf/PAYLOAD and MTOM error

2017-02-18 Thread carnevalegiacomo
Hi, I am invoking a soap service (ServiceA) that invokes another soap service (ServiceB) using CXF with dataFormat=PAYLOAD. ServiceB, using MTOM, returns a base64Binary field (pdfContent) that is to be returned from ServiceA to the client (using MTOM). CXF ENDPOINT /http://ws.a.service/v1";

Re: Error encrypting value using camel-jasypt-2.18.1.jar

2017-02-18 Thread Claus Ibsen
I logged a ticket https://issues.apache.org/jira/browse/CAMEL-10859 On Fri, Feb 17, 2017 at 9:39 AM, Claus Ibsen wrote: > Hi > > Ah that is a little shame. We would maybe need to update the docs to > tell about which other JARs you need to add. You are welcome to find > out and provide a github P

Re: Setting a route-id for REST DSL routes

2017-02-18 Thread Claus Ibsen
It uses the id of the verb if you dont have an embedded route get("xxx").id("myRouteIdHere") On Thu, Feb 16, 2017 at 8:11 PM, Rajith Muditha Attapattu wrote: > That doesn't work due to not being in the API for the REST DSL. > But you could do .route().routeId() > > Was expecting .routeId() to wo