>Hi José, can you try adding this instruction:

>   <Import-Package>org.ow2.easybeans.osgi.ejbjar,*</Import-Package>

>ie. explicitly import the package containing your Activator - it may well
>be that this package is not referenced elsewhere, so isn't being found by
>the Bnd code analyzer (make sure you keep the wildcard in import-package)

I'm using <DynamicImport-Package>*</DynamicImport-Package> in the pom file.
I've checked the jar file were the activator is and in the manifest.mf it is
exporting the package I want. In OSGI environment, the package list of the
bundle is also exporting the package.

The suggestion you made I'd tried already but it still not working :(. The
dependency in the pom is declared with scope "provided". 

Cheers,
José Pacheco.

Reply via email to