[equinox-dev] [prov] p2 mixing extensions and services?

2008-06-13 Thread Fredrik Alströmer
Hi people, I've been digging through the source code of p2 a bit, and I'm a little bit confused by the inhomogeneous use of extensions (touchpoints) and services (pretty much everything else as far as I can tell). Why can't the touchpoints simply be OSGi services? The reason I'm asking is that

Re: [equinox-dev] [prov] p2 mixing extensions and services?

2008-06-18 Thread Fredrik Alströmer
frameworks. They are just another way to compose your system. As for the singleton nature of the TouchpointManager, it is just lazynsess, convenience. Could you elaborate on the use-case requiring it to be non-singleton? HTH, PaScaL [image: Inactive hide details for Fredrik Alströmer

[equinox-dev] [prov] Can't figure it out how the actions are called..?

2008-07-02 Thread Fredrik Alströmer
Hi people, this will probably turn out terribly embarrassing for me, but I just can't figure this out, so please help.. :) I'm looking at the content.xml from the Ganymede repository,

Re: [equinox-dev] What bundle class loaded from

2008-11-26 Thread Fredrik Alströmer
On a similar note, is there a way to access the actual bundle file? Like for running an external javac-process (think tomcat jasper), which needs a classpath. On Mon, Nov 24, 2008 at 18:15, BJ Hargrave [EMAIL PROTECTED] wrote: PackageAdmin.getBundle(Class) -- BJ Hargrave Senior Technical

Re: [equinox-dev] What bundle class loaded from

2008-11-26 Thread Fredrik Alströmer
: Fredrik Alströmer [EMAIL PROTECTED] To: Equinox development mailing list equinox-dev@eclipse.org Date: 2008/11/26 08:46 Subject: Re: [equinox-dev] What bundle class loaded from Sent by: [EMAIL PROTECTED] On a similar note, is there a way to access the actual

[equinox-dev] querying the state of declarative services.

2009-01-14 Thread Fredrik Alströmer
Hi, is there any API in the Equinox implementation of declarative services which can be used to query the current state? With state I mean, which are the services known to the SCR, and of those which are not active, which are not satisfied, and of those which are not satisfied, why are they not?

Re: [equinox-dev] Determining imports.

2009-02-17 Thread Fredrik Alströmer
-boun...@eclipse.org on behalf of Fredrik Alströmer Sent: Tue 2/17/2009 3:07 AM To: equinox-dev@eclipse.org Subject: [equinox-dev] Determining imports. Hi, I'm playing around with some legacy stuff which is doing its own class loading.. I made a wrapper 'class-loader' which forwards