No problem Paul ! And thanks for sharing. By the way, I created KARAF-6808 related to that.
Regards JB > Le 12 août 2020 à 11:32, Paul Fraser <pa...@qnenet.com> a écrit : > > Thanks, JB, > > On the ball again, copied to user list for the benefit of others. > > Paul > > > On 12/08/2020 5:52 pm, Jean-Baptiste Onofre wrote: >> That’s because the requirement service >> org.osgi.service.component.ComponentFactory is not present. >> >> A simple workaround is to provide this capability in the src feature (or >> your own feature), adding: >> >> >> <capability> >> >> osgi.service;objectClass=org.osgi.service.component.ComponentFactory;effective:=active >> </capability> >> >> So, no need new bnd version or whatever, just have to provide the capability. >> >> I will add this in the scr feature for convenience. >> >> Regards >> JB >> > > <paulf.vcf>