Exception handling by composition

2019-01-09 Thread Riggy Software
Hello, I'm looking for some hints, ideally a clear example if anybody can help. I try to write reusable route components wherever possible, and where I'm having difficulty is with the encapsulation of onException clauses to hide specialist exception classes from my generic route. Something

Re: Potential bug in BeanExpression/HttpMessage

2019-01-09 Thread Claus Ibsen
Hi Micael Yeah that smells like a bug. You are welcome to log a JIRA and if possible provide an unit test, and/or an attempted fix. We love contributions https://github.com/apache/camel/blob/master/CONTRIBUTING.md On Tue, Jan 8, 2019 at 6:36 PM Micael Kirouac wrote: > > Hi, > > I think I

Re: Camel & OpenWhisk

2019-01-09 Thread Zoran Regvart
Hi, Guillaume did some work on that take a look at: https://github.com/gnodet/openwhisk-runtime-camel https://github.com/gnodet/openwhisk-camel zoran On Tue, Jan 8, 2019 at 10:53 PM Krzysztof Sobkowiak wrote: > > Hi > > Is there somewhere a sample/demo with Apache OpenWhisk action using Apache

Implications of Netty vs REST configuration?

2019-01-09 Thread ranx
I have a bundle with a shared Netty server configured for port and it works fine from a unit test or curl call. However, if I add the Swagger API and then hit it with a browser, it doesn't show the port and the call from the plugin in fails. If I add the .host().port() shown below, it all

RE: Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-09 Thread Isaiah Inuwa
Hello Willem, Thank you for your response. Perhaps this could be my ignorance with Spring and CXF, but do it seems that the link you gave shows how to configure the incoming service to accept a username token rather than the outgoing service. Would either the wssec.xml file [1] or the Client