[equinox-dev] Equinox contribution to the next Galileo integration build

2009-05-18 Thread Thomas Watson
We had an extra unused osgi.jar in CVS that was really old and needed to be removed (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=244624). The following projects have changed: org.eclipse.equinox.supplement org.eclipse.osgi Tom ___ equinox-dev mai

Re: [equinox-dev] AutoStarting Bundles in a Feature Definition

2009-05-18 Thread cwolfing
Hi Martin - I saw this example and it works when I have access to the contained bundle's META-INF. The issue I have is that there are a number of cases where I do not have access to the contained bundle's META-INF (these are prepackaged bundles) and I would like to autostart the bundles during fe

Re: [equinox-dev] AutoStarting Bundles in a Feature Definition

2009-05-18 Thread Martin Lippert
Hi! This is an example that we use for automatically start some of the Equinox Aspects bundles after p2 installation: instructions.configure = \ setStartLevel(startLevel:4); \ markStarted(started: true); HTH, -Martin cwolfing wrote: Hello - Is there a way to use the p2.in

[equinox-dev] AutoStarting Bundles in a Feature Definition

2009-05-18 Thread cwolfing
Hello - Is there a way to use the p2.inf configuration on a feature to indicate which bundles to mark as started? -- View this message in context: http://www.nabble.com/AutoStarting-Bundles-in-a-Feature-Definition-tp23604530p23604530.html Sent from the Equinox - Dev mailing list archive at Nabbl

Re: [equinox-dev] SCRManager

2009-05-18 Thread Scott Lewis
Hi Stoyan and Neil, I've created enhancement request for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=276727 Thanks, Scott Neil Bartlett wrote: Yes I agree this would be very useful. In fact Felix's SCR already has such an introspection interface. Like Stoyan I think this would be

Re: [equinox-dev] SCRManager

2009-05-18 Thread Neil Bartlett
Yes I agree this would be very useful. In fact Felix's SCR already has such an introspection interface. Like Stoyan I think this would be best mandated by the DS spec so that it could be used independently of any framework or SCR implementation. I have started writing an RFP for this already but h

Re: [equinox-dev] SCRManager

2009-05-18 Thread Stoyan Boshev
Scott Lewis wrote: Question about the SCRManager class in the org.eclipse.equinox.ds declarative services implementation: Is there any way to get at the SCRManager instance programmatically? That is, there is already a command provider that allows console access to the SCRManager (and the S