Re: [equinox-dev] Is this a bug?

2008-09-24 Thread Thomas Watson
quinox development mailing list Date: 09/24/2008 08:23 AM Subject:

Re: [equinox-dev] Is this a bug?

2008-09-24 Thread BJ Hargrave
3788 [EMAIL PROTECTED] wrote on 2008/09/24 09:02:52 AM: > [image removed] > > Re: [equinox-dev] Is this a bug? > > Stuart McCulloch > > to: > > Equinox development mailing list > > 2008/09/24 09:04 AM > > Sent by: > > [EMAIL PROTECTED] >

Re: [equinox-dev] Is this a bug?

2008-09-24 Thread Danail Nachev
Such behavior is not spec'ed, but I think every OSGi implementation supports some form of reference installation. BR, -- Danail Nachev Senior Software Engineer/Development Tools ProSyst Labs EOOD - stay in touch with your product. ---

Re: [equinox-dev] Is this a bug?

2008-09-24 Thread Stuart McCulloch
2008/9/24 Niclas Hedhman <[EMAIL PROTECTED]> > On Wed, Sep 24, 2008 at 5:12 PM, Danail Nachev <[EMAIL PROTECTED]>wrote: > >> If bundles are installed by reference (via reference: URL) Equinox >> doesn't guarantee anything to bundles which you replace, while they are >> still running. Although OSGi

Re: [equinox-dev] Is this a bug?

2008-09-24 Thread Vinayak Joshi
- in that case I think I should be able to achieve what I am trying i.e dynamically loading/updating modules when needed. Regards, Vin. --- On Wed, 9/24/08, Danail Nachev <[EMAIL PROTECTED]> wrote: From: Danail Nachev <[EMAIL PROTECTED]> Subject: Re: [equinox-dev] Is this a bug

Re: [equinox-dev] Is this a bug?

2008-09-24 Thread Niclas Hedhman
On Wed, Sep 24, 2008 at 5:12 PM, Danail Nachev <[EMAIL PROTECTED]> wrote: > If bundles are installed by reference (via reference: URL) Equinox > doesn't guarantee anything to bundles which you replace, while they are > still running. Although OSGi is considered dynamic, such scenarios are > not su

Re: [equinox-dev] Is this a bug?

2008-09-24 Thread Danail Nachev
If bundles are installed by reference (via reference: URL) Equinox doesn't guarantee anything to bundles which you replace, while they are still running. Although OSGi is considered dynamic, such scenarios are not supported. AFAIK, p2 and old Eclipse Update installs all bundles by reference. Such

[equinox-dev] Is this a bug?

2008-09-24 Thread Vinayak Joshi
Considering OSGI allows dynamic updates of running modules, I prototyped a situation where the equinox (v 3.4) is launched with a test bundle. Before calling any methods on the bundle, I replace the test bundle's jar file on the disk with a different copy - thereafter, the test bundle starts to