On Wed, Sep 2, 2009 at 4:20 PM, Cornelius, Martin
(DWBI)<martin.cornel...@smiths-heimann.com> wrote:
>
> Hi all, another dumb newbie question
>
> I'd like to auto-install a bundle (namely, slf4j-api-1.5.6.jar), which
> depends on a fragment-bundle (namely, slf4j-jdk14-1.5.6.jar).
>
> For auto-installing I use felix.auto.start.xxx entries in the felix
> config,properties file.
>
> If I omit the fragment-bundle in the felix config file, I get resolver
> errors when the fragment-host bundle is started.
>
> If I add the fragment to felix.aouto.start.xxx before the fragment host,
> I get an exception telling that a fragment cannot be started on felix
> startup. Is there a way to prevent this ?
>
> Tanks for any hints, Martin

Not 100% sure, but if you add

felix.auto.install.<bundle-level>=<your-bundle>

it should work.

-- 
Filippo Diotalevi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to