Thanks for your quick response, I now found that the NPE is triggered by my
client code:
new Reflections("my.package", MyClass.class.getClassLoader())This happens due to the given classloader reference. When I omit this, the NPE goes away. Only problem now remains that .getSubTypesOf(...) yields no result. Have to look into this. -- View this message in context: http://karaf.922171.n3.nabble.com/NPE-with-org-reflections-tp4046252p4046255.html Sent from the Karaf - User mailing list archive at Nabble.com.
