Dear Support Community, We have in use Apache Karaf 2.3.2 with Apache Camel 2.11.1.
There is a bundle with a Camel Route that creates a Web Service: This was already running smoothly with not problems. Now there was the requirement to lock this web service via Basic Authentication. Therefore I have read something about it how to do it in combination with Karaf and Jetty and I did it like here: http://camel.465427.n5.nabble.com/camel-jetty-authentication-JAAS-td3293819.html I have no bundle conflicts, but what I am facing now when Karaf starts is a NullpointerException: It looks like camel-cxf cannot read the URI *jetty:http://...* In my point of view all requirements are installed: karaf@root> features:list | grep -i jetty [installed ] [2.7.6 ] cxf-http-jetty cxf-2.7.6 [installed ] [2.11.1 ] camel-jetty camel-2.11.1 [installed ] [7.6.8.v20121106] jetty karaf-2.3.2 Provide Jetty engine sup port Any ideas? Kind regards, Hilderich -- View this message in context: http://camel.465427.n5.nabble.com/Adding-jaas-authentication-to-a-cxf-endpoint-in-karaf-tp5758340.html Sent from the Camel - Users mailing list archive at Nabble.com.
