Error with consuming and exposing soap service with camel and sprint-boot

2018-06-12 Thread Jeisson Fabian Perez Rodriguez
Hello, Im trying to consume a SOAP WS and exposing it as soap too, using xml camel context file, so I defined the “cxf:cxfEndpoint” that would be the front end service exposed, and defined into the “camelcontext” tag an endpoint “callRealWebService” that contains the url of the SOAP WS.

Type converter misbehavior with camel-cxf and camel-mail

2018-06-12 Thread Bagwell, Allen F
I'm trying to integrate a CXF REST client into my camel route that already has a SMTP endpoint incorporated into it via camel-mail. (This is using Camel 2.18.5) When the client is invoked (this is configured via a blueprint), the CxfRsProducer class in camel-cxf has the resource class loaded

Is it possible to use request scoped beans with Camel CDI ?

2018-06-12 Thread Julien Rivière
Hello, First, thanks for the great framework. Second, I am kind of new to Apache Camel and I have a question regarding bean integration. Is it possible to use request scoped beans with Camel CDI ? I am using Camel CDI with Weld (Java DSL without Spring). The pattern I am trying to implement

Apache camel + cassadra integration

2018-06-12 Thread AMRUT MALAJI
Hi, I browsed thorough internet and couldnt find an example of storing data into cassandra table? should i be setting the column data as object in the Exchange Body and send it to the cassandra endpoint? if i do so? - will end up creating connection everytime i do an insert? kindly help me by