Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Can I avoid having all my OSDI containers copied?

Thanks Tom -- news to me!

Then I suppose I should have said that reference URLs are not part of the OSGi specification. 

Neil

--
Neil Bartlett
Sent from a phone

On Tuesday, 19 November 2013 at 15:08, Thomas Watson wrote:

<graycol.gif>



Patrick,

I strongly suggest NOT using FileInstall. It simply doesn't support what you want it to do. It does have some nice features but it doesn't sound like they match with what you want.

Note also that the reference: URL feature is specific to Equinox. This is partially why FileInstall doesn't support it... FileInstall comes from the Felix project and is designed to be used with any OSGi framework implementation.

Regards,
Neil



On Tue, Nov 19, 2013 at 2:50 PM, Patrick Valsecchi <pvalsecc@xxxxxxxxx> wrote:
    Hi all,

    In the config.ini file, all my bundle paths start with "reference:". But only the core ones are loaded like that. Looking at how my other bundles are loaded, I found that this is done by org.apache.felix.fileinstall.

    I've looked at the documentation of this lib and found no way to make the  automatically installed bundle treated as references.

    I've started to look at the fileinstall code, and it's quite convoluted... so I have trouble to find where to add the "reference:". I'll continue my search tomorrow...

    The solution to remove my source bundles will be my last resort, I guess.

    Thanks everybody for your help.




    On 11/19/2013 03:14 PM, Thomas Watson wrote:
    <graycol.gif>

    _______________________________________________
    equinox-dev mailing list

    equinox-dev@xxxxxxxxxxx
    https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top