By the way, if you have a ClassNotFoundException, maybe you are using optional import. So, it means that the bundle will go in resolved state even if "required" packages are not there. It could explain the CNFE.
Regards JB On 06/11/2019 02:29, duan2ping wrote: > Hi JB > > If bundles NEED an order, that's probably something wrong.Is this a problem > with module design? That how to design correctly. > > For example, I have two Bundles, BundleA provides the API and then BundleB > implements the API of BundleA. In this way, BundleB relies on BundleA, which > causes BundleA to be started before BundleB. > > > Regards > duan > > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
