craigalansmith opened a new issue, #1333: URL: https://github.com/apache/shiro/issues/1333
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no similar issues. ### Question Hi, Any help or advice on this issue would be greatly appreciated! I am trying to use Apache Shiro v1.13.0 with Karaf. I have used it successfully with an older version of Shiro which had fewer modules (and therefore fewer karaf bundles). When I use version 1.13.0 I get the following error when the Karaf container starts up: `java.lang.ClassNotFoundException: org.apache.shiro.config.IniSecurityManagerFactory not found by org.apache.shiro.config.core` It seems to me that the problem here is that Karaf is trying to load a class from the wrong bundle - the class is actually in org.apache.shiro.config. But the fact that the org.apache.shiro.config package is exported from both bundles seems to be confusing it. I think this needs to be addressed on the maven side in the configuration of the bundles. What would a standard configuration look like? I don't see anything in the docs describing how to get this set up so any help would be much appreciated. Regards, CS -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
