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.