We are embedding Karaf within an existing application which is using JAAS for user login handling. As we want to use the Karaf console as well, we need to have JAAS available both in the existing application's "static" code, and in the OSGI container.
How is this best set up? - let application refer to JAAS service in OSGI - or, let OSGI refer to statically loaded JAAS in application - or, somehow load two independent JAAS implementations ? Thanks Mike Wilson
