Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [rt-pmc] Revisiting blanket and test/build CQs

Glyn,

Can you confirm then that:

1. there will be no shipped code from Virgo that imports classes/interfaces from these LGL libraries?

2. that there is no functionality of Virgo that will ship that can only be used when one of these LGPL libraries is on the classpath?

Doug
-----Original Message-----
From: Glyn Normington [mailto:gnormington@xxxxxxxxxx]
Sent: May 13, 2010 9:39 AM
To: Runtime Project PMC mailing list
Subject: Re: [rt-pmc] Revisiting blanket and test/build CQs


The generic thread context class loading support in Virgo is active all the time.

To use the support, the user places the relevant third party library in the Virgo repository and then deploys an application that used the third party library.

The user must ensure that their application bundles export packages for any classes that need to be loaded via a thread context class loader. The must also include their application bundles in a scoped plan if the application has more than one bundle.

Virgo ensures that a suitable thread context class loader is set when the third party library is invoked which the third party library can then use to load application classes.

I hope that's clear! :-)

Glyn

On 13 May 2010, at 14:13, Jesse McConnell wrote:

> Glyn,
> 
>> 2. There are no dependencies whatsoever from the Virgo runtime to the 3rd party library. For example, a 3rd party library used by Virgo applications uses thread context class loading. We have tests with such libraries to make sure Virgo's thread context class loading support works correctly.
> 
> 
> What does a user that wants this functionality have to do to make that
> sort of support active?  I suspect that will help clear things up some
> 
> cheers,
> jesse
> _______________________________________________
> rt-pmc mailing list
> rt-pmc@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/rt-pmc

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


Back to the top