[equinox-dev] Implementation for Foreign App Admin.?

2008-03-03 Thread Srijith Kochunni
Hi All, Is there an equinox implementation for Foreign Application Admin Service as defined in the OSGi specification. I went through the eclipse OSGi downloads section, but could not find anything related. Thanks, Srijith.

Re: [equinox-dev] Implementation for Foreign App Admin.?

2008-03-03 Thread Thomas Watson
The Equinox application container, which is implemented in the org.eclipse.equinox.app bundle, is a container for running Eclipse applications which are defined by the org.eclipse.core.runtime.applications extension point. This application container is not considered a Foreign application

[equinox-dev] [prov] Changed repository version numbers

2008-03-03 Thread John Arthorne
We made a number of breaking changes to p2 metadata and artifact repository formats last week in preparation for integration with the platform. Attempting to use old repositories sometimes appears to work but can fail in strange ways. To avoid these subtle problems as we migrate into the

[equinox-dev] j9 class sharing and CL.getResource

2008-03-03 Thread Martin Lippert
Hi! I have a question regarding J9 class sharing and the adaptor hooks: I have an adaptor hook that uses specialized bundle file objects to delegate to the j9 class sharing. This implementation is done for all path parameters that end with .class. Now a library that I use calls

[equinox-dev] programmatically recognizing that a file is a bundle?

2008-03-03 Thread Susan Franklin McCourt
I have a user workflow where I want to treat a jar file that is a bundle differently than I treat a jar file that is just some archive of stuff. Is there a definitive way that I should programmatically examine a jar file and decide this is a bundle. I thought this would be relatively easy to