[equinox-dev] Build submission for Galileo I-Build

2009-01-26 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 239035. JavaSE-1.6 profile is missing some packages (FIXED) + Bug 258333. Messages from Jetty written to log (FIXED) + Bug 260421. org.eclipse.equinox.http.jetty_2.0.0: org.osgi.service.http.port.secure won't be evaluated correctly

RE: [equinox-dev] Adding Equinox Declarative Services (DS) to theEclipse SDK

2009-01-26 Thread BJ Hargrave
+1 -- BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance hargr...@us.ibm.com office: +1 386 848 1781 mobile: +1 386 848 3788 From: "Toedter, Kai" To: "Equinox development mailing list" , "General development mailing list of the Eclipse project." Date:

Re: [equinox-dev] Adding Equinox Declarative Services (DS) to the Eclipse SDK

2009-01-26 Thread Neil Bartlett
+1 However there are still issues related to the interoperability of extensions and services, due to the lifecycle mismatch. This is the case whether services are implemented using DS, or Spring-DM, or the good old fashioned way with spit and elbow grease Eclipse applications will be mostly based

RE: [equinox-dev] Adding Equinox Declarative Services (DS) to theEclipse SDK

2009-01-26 Thread Toedter, Kai
+1 Actually, a few month ago I have filed a bug for adding DS to the Eclipse SDK, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=253926 Kai From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Chris Aniszczyk Sent: Montag, 26. Januar 2009 17:

[equinox-dev] Adding Equinox Declarative Services (DS) to the Eclipse SDK

2009-01-26 Thread Chris Aniszczyk
Howdy y'all. I like to raise the question of us adding Equinox DS to the Eclipse SDK. DS provides a powerful way to deal with OSGi services and in my opinion, greatly simplifies the development of services. As we forge towards Eclipse 3.5, we made a lot of steps to make DS easier to use in the Ecli

[equinox-dev] bundle resource URLs format has changed

2009-01-26 Thread Thomas Watson
The failure in org.eclipse.core.tests.runtime (org.eclipse.core.tests.internal.runtime.FileLocatorTest.testFileLocatorFind) is a result of the fix to bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=252303 In this bug we changed the format of the bundle resource URLs to encode a framework insta

Re: [equinox-dev] [DS] servicefactory=true

2009-01-26 Thread Simon J Archer
Faron I'm pretty sure that while DS supports the service factory concept, your component implementation class does not need to implement org.osgi.framework.ServiceFactory and MUST implement each of its provided service interfaces. Please give that a try. Alternatively, please repost to the ma