Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have done some development using FuseESB, but still very new to to it.

Currently I am trying to run steps from FuseESB security guide to achieve basic authentication with JAAS for camel-jetty and getting the following exception:

Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.plus.jaas.JAASLoginService not found from bundle [null] at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:103)

If some one has done these steps successfully, please send me some pointers as to what am I missing, thanks much appreciate it.

share|improve this question
Got it working, there was an error in my pom. – Rajeev Suri Feb 13 at 18:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.