[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] querying the state of declarative services.

2009-01-14 Thread Stoyan Boshev
Fredrik Alströmer wrote: 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

RE: [equinox-dev] DS deployment question

2009-01-14 Thread Toedter, Kai
Thanks a lot, Chris! Using that parameter I got a very useful trace: ERROR 3 [SCR] Component definition XMLs not found in bundle com.siemens.ct.pm.application. The component header value is osgi-inf/selectionService.xml ERROR 3 [SCR] Component definition XMLs not found in bundle

RE: [equinox-dev] DS deployment question

2009-01-14 Thread Toedter, Kai
Problem solved: When deploying in a JAR file, directories are case sensitive, so osgi-inf is different to OSGI-INF J. After fixing this, everything worked fine…. Almost Kai From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Toedter, Kai Sent:

Re: [equinox-dev] Equinox Lauchers for S390

2009-01-14 Thread Andrew Niefer
I don't recall ever receiving any S390 binaries. We made the changes to create the fragment and modify the build, but I don't believe the results were ever contributed back. You could ask on the bug, perhaps releng has more details. -Andrew O'Flynn, Dennis dennis.ofl...@compuware.com

[equinox-dev] P2 modyfing - reducing GUI

2009-01-14 Thread rafal1000
Hello Issue with provisioning system equinox.p2 reused in my RCP application: Is it posible to reduce functionality for Update system such as presented on linked site ( http://www.richclient2.eu/2007_07_03/updates-for-rcp-dummies-restricting-the-update-manager/ ) Where can i find a list of

Re: [equinox-dev] P2 modyfing - reducing GUI

2009-01-14 Thread Susan Franklin McCourt
Configuring the UI in the 3.5 stream is discussed here: http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application For the 3.4 stream, it requires changes in the UI bundles, I'm not sure if anyone has tried it. I could answer any questions you might have (but let's move the

Re: [equinox-dev] P2 modyfing - reducing GUI

2009-01-14 Thread Pascal Rapicault
Please send this question to the p2-dev ML, where more of the p2 developers are listening. Thx | | From: | | --|

RE: [equinox-dev] Equinox Lauchers for S390

2009-01-14 Thread O'Flynn, Dennis
Found them. Thx From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Kim Moir Sent: Wednesday, January 14, 2009 3:23 PM To: Equinox development mailing list Subject: Re: [equinox-dev] Equinox Lauchers for S390 The S390 binaries were never

Re: [equinox-dev] Support for RFC 119

2009-01-14 Thread Scott Lewis
H Tom, Thanks for the responses. Follow up inline below. Scott Thomas Watson wrote: Comments in line below. Tom Scott Lewis wrote ECF is looking to implement OSGi 4.2 RFC 119 in the Galileo/ECF 3.0 release: This is great news. https://bugs.eclipse.org/bugs/show_bug.cgi?id=249240

[equinox-dev] a future with futures

2009-01-14 Thread Scott Lewis
On this E4 enhancement request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=253777 there has been a long and fruitful discussion about supporting asynchronous programming (for E4 as well as other projects including ECF, p2, DSDP) by adding the concept of a 'future' to Equinox. Various

Re: [equinox-dev] a future with futures

2009-01-14 Thread Pascal Rapicault
The code seems to be relatively well isolated, why not create a new bundle for it? | | From: | | -| |Scott Lewis