Re: Jetty HTTPS 2way

2015-04-09 Thread garethahealy
Hi Willem, I am using Fuse 6.1-redhat-379. Cheers. -- View this message in context: http://camel.465427.n5.nabble.com/Jetty-HTTPS-2way-tp5765296p5765502.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Jetty HTTPS 2way

2015-04-07 Thread garethahealy
Hi Willem, Switched to camel-http4 and works. Cheers. -- View this message in context: http://camel.465427.n5.nabble.com/Jetty-HTTPS-2way-tp5765296p5765431.html Sent from the Camel - Users mailing list archive at Nabble.com.

Jetty HTTPS 2way

2015-04-03 Thread garethahealy
.nabble.com/Camel-CXF-HTTPS-http-tlsClientParameters-not-attaching-td5755601.html [2] https://gist.github.com/garethahealy/014fcfe6d59eb53b -- View this message in context: http://camel.465427.n5.nabble.com/Jetty-HTTPS-2way-tp5765296.html Sent from the Camel - Users mailing list archive

Re: CXF-RS get but no response

2015-03-28 Thread garethahealy
I worked out what i was doing wrong. The from uri for cxf was acting as a proxy, so i needed to add a bean call. [1]https://github.com/garethahealy/jboss-fuse-examples/blob/master/ws-restful/src/main/resources/OSGI-INF/blueprint/ws-restful-context.xml#L56 -- View this message in context: http

CXF-RS get but no response

2015-03-14 Thread garethahealy
/garethahealy/jboss-fuse-examples/tree/master/ws-restful [2]https://github.com/garethahealy/jboss-fuse-examples/blob/master/ws-restful/src/main/java/com/garethahealy/ws/restful/services/DefaultHelloWorldService.java#L49 [3]https://gist.github.com/garethahealy/a163900ab1ab700204e4 -- View this message

Get the URI from a processor

2015-02-10 Thread garethahealy
easy to break, due to it expecting certain types. So the question is. Whats the best way to retrieve the URI from a processor? [1] https://github.com/garethahealy/camel-dynamic-loadbalancer [2] https://github.com/garethahealy/camel-dynamic-loadbalancer/blob/master/dynamic-lb-core/src/main/java/com

Re: CXF with WS-Security using JAAS

2014-11-03 Thread garethahealy
I've also added the code my to github account @ https://github.com/garethahealy/jboss-fuse-examples - ws-security-* -- View this message in context: http://camel.465427.n5.nabble.com/CXF-with-WS-Security-using-JAAS-tp5758345p5758447.html Sent from the Camel - Users mailing list archive

CXF with WS-Security using JAAS

2014-10-30 Thread garethahealy
I am trying to secure a CXF endpoint with JAAS. But am hitting an issue/not fully understanding how to get the PasswordDigest working. I have the solution working when the password type is PasswordText.So I've created a new realm, which points to a file as per below: lt;jaas:config