Did you replace the ".n" with a startlevel number e.g.;

felix.auto.install.1

because it should work if you pass it into the felix instance.
Otherwise, have a look at:

http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html

regards,

Karl

On Mon, Dec 6, 2010 at 2:31 PM, Gebo Uniken <[email protected]> wrote:
> Hi,
>
> I'm using Felix in http-bridge mode following the sample located here:
> http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/
>
> The webapp I'm building pre-packages some bundles that should be started
> when the framework starts. However I'm running into a problem when
> auto-deploying a fragment bundle. Obviously, these shouldn't be started by
> Felix. And if I'm correctly reading the documentation, Felix in standard
> mode provides the configuration property felix.auto.install.n to handle this
> situation. However, this is a _configuration_ property. And it seems that
> setting felix.auto.install.n as a system property doesn't work. When
> constructing Felix I only know how to pass system properties: new
> Felix(sysProps).
>
> Can someone point me to some code where I can learn how to initialize felix
> from my webapp so that I can either pass configuration properties if that is
> possible or else tell felix some other way to not try to start my fragment
> bundles.
>
> Thanks,
> Gebo
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Karl Pauls
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to