I have a service A instantiated by blueprint. The constructor of service A has reference to a static object in Class B in a different bundle. Blueprint kept on giving me java.lang.NoClassDefFoundError and java.lang.ClassNotFoundException on Class B.
This seems to happen only on the first startup but resolves itself if I restart Karaf. It probably have to do with the fact that I prepare all the bundles in the deploy directory without defining any feature. I am running out of idea how to debug this issue. Your help would be greatly appreciated. Regards, - Triet -- View this message in context: http://karaf.922171.n3.nabble.com/ClassNotFoundException-problem-which-resolved-after-restarting-Karaf-tp2906583p2906583.html Sent from the Karaf - User mailing list archive at Nabble.com.
