[equinox-dev] org.osgi.util.promise

2018-03-09 Thread Scott Lewis
Hi, I want to verify:   org.osgi.util.promise (via org.eclipse.osgi.util) doesn't seem to be in Eclipse Neon, but is available in Oxygen+. Is that right? Scott ___ equinox-dev mailing list equinox-dev@eclipse.org To change your delivery options, r

Re: [equinox-dev] Meta-Type Annotations

2017-04-04 Thread Scott Lewis
Hi Peter, FWIW, ECF depends upon and distributes org.osgi.service.remoteserviceadmin.* as part of ECF's RSA impl. We use a piggy back CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=8527 Not that I'm recommending this for metatype annotation classes. Seems to me it would be better place

Re: [equinox-dev] scr, cm, and metatype

2017-01-27 Thread Scott Lewis
going work towards R7 is being done in a branch (twatson/osgiR7). Again this is not planned to be included in Oxygen because the specification likely will not complete in time. We could consider it for Oxygen.1 though. Tom From: Scott Lewis To: equinox-dev@eclipse.org Date: 01/19/201

Re: [equinox-dev] scr, cm, and metatype

2017-01-19 Thread Scott Lewis
that there were some proposed CM/DS additions for R7. Are those to be in Equinox Oxygen or not likely? Scott Tom From: Scott Lewis To: Equinox development mailing list Date: 01/19/2017 12:40 PM Subject: [equinox-dev] scr, cm, and metatype Sent by: equinox-dev-boun...@eclipse.org

[equinox-dev] scr, cm, and metatype

2017-01-19 Thread Scott Lewis
As per bug [1], Equinox and Eclipse are moving to use Felix SCR v2.0.8 for Oxygen. My understanding is that the Equinox ConfigAdmin and Metatype implementations are rather old now...and don't support OSGi R6 versions of those services. Would it be possible to add Apache Felix of ConfigAdmin

[equinox-dev] Felix SCR

2016-11-28 Thread Scott Lewis
Hi, I thought I remembered that Equinox/Eclipse was going with the replacing the SCR impl that it's currently using with the Felix SCR implementation sometime during the Oxygen release cycle. Is that still right? If so, when is it planned to happen? And one final question: I assume it

Re: [equinox-dev] Convergence between p2 and the OSGi resolver+repository

2016-11-15 Thread Scott Lewis
On 11/15/2016 6:44 PM, Pascal Rapicault wrote: Specifically: - Is it possible to publish the bundle generic capabilities/requirements to the p2 repository? Yes this should be possible. The underlying p2 capability / requirement model is really extensible and the current limitation is o

Re: [equinox-dev] osgi application service

2016-02-03 Thread Scott Lewis
On 2/3/2016 11:45 AM, Thomas Watson wrote: Is there much interest in the osgi application service? I can only tell you that there is some ;-). Thanks for the technical comments. Scott ___ equinox-dev mailing list equinox-dev@eclipse.org To change y

[equinox-dev] osgi application service

2016-02-03 Thread Scott Lewis
Equinox implements the osgi application service (org.osgi.service.application) via this bundle: org.eclipse.equinox.app This bundle has compile-time dependencies on both the equinox service registry (org.eclipse.equinox.registry), and PackageAdmin which for some environments are a disadvantag

Re: [equinox-dev] Getting equinox artifacts using maven

2015-09-24 Thread Scott Lewis
On 7/20/2015 1:49 PM, Thomas Watson wrote: The Equinox SDK includes several bundles that are not actually developed as part of the Equinox project. I'm not sure I want to have Equinox publish other Eclipse project's bundles. I would like to start with publishing only the Equinox bits that imp

Re: [equinox-dev] Getting equinox artifacts using maven

2015-07-20 Thread Scott Lewis
On 7/20/2015 5:39 AM, Thomas Watson wrote: I think it would be great if we could make this happen for all of Equinox. BTW jobs is not part of Equinox, it is part of the Eclipse project. It appears to be in the Equinox Mars SDK...would it be possible to include it in what's being discussed?

Re: [equinox-dev] Getting equinox artifacts using maven

2015-07-17 Thread Scott Lewis
4, Christian Schneider <mailto:ch...@die-schneider.net>> a écrit : I am currently helping Scott Lewis to bring ECF to Apache Karaf. Our biggest problem with this is that ECF needs a bunch of equinox bundles that are not available in maven central. See this http://download.eclipse.org/

[equinox-dev] R6 httpservice impl in equinox

2015-06-04 Thread Scott Lewis
Ray and Thomas, Regarding the OSGi R6 httpservice impl in equinox: Are all the same equinox bundles required (any new or removed)? Are there any equinox-specific examples, tests, or docs? Thanksinadvance, Scott ___ equinox-dev mailing list eq

Re: [equinox-dev] Jetty version for Luna?

2015-03-12 Thread Scott Lewis
On 9/18/2014 10:04 AM, Thomas Watson wrote: We are looking to move up the Jetty 9 for Equinox. But from the perspective of the http service impl in Equinox it is expected to work across multiple container implementations and Servlet specification levels. Jetty 9 is attractive for several reas

Re: [equinox-dev] Jetty version for Luna?

2015-03-11 Thread Scott Lewis
On 3/11/2015 12:33 PM, Thomas Watson wrote: One clarification. The specification for the Http Whiteboard is nearly final. As Raymond stated, there are a couple of 'small' loose ends they are finalizing now. I think we are pretty good shape that the spec will be finalized in the next 1-2 mont

Re: [equinox-dev] Jetty version for Luna?

2015-03-11 Thread Scott Lewis
On 3/11/2015 11:31 AM, Raymond Auge wrote: So far, that is the case. All the Mars builds since M4 have the latest, greatest equinox.http.servlet which implements, as of last week, all known parts of the R6 http.whiteboard draft. Cool! Thanks Ray. Feedback is very welcome. Ok. I hope t

Re: [equinox-dev] equinox ds

2015-02-20 Thread Scott Lewis
On 2/20/2015 9:10 AM, Cristiano Gavião wrote: Hi Scott, Felix SCR guys already implemented some tasks related to RFC 190: https://issues.apache.org/jira/browse/FELIX-4403 https://issues.apache.org/jira/browse/FELIX-4769 https://issues.apache.org/jira/browse/FELIX-4405 https://issues.apache.org/

Re: [equinox-dev] equinox ds

2015-02-19 Thread Scott Lewis
On 2/19/2015 5:26 PM, BJ Hargrave wrote: See http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg08088.html Thanks. I can't seem to find the SCR version at felix.apache.org that supports RFC190. Would you please point me in the right direction there? And given Thomas' plans for Mars (using

[equinox-dev] equinox ds

2015-02-19 Thread Scott Lewis
Questions: 1) Has the org.eclipse.equinox.ds implementation of Declarative Services yet incorporated the additions from RFC190? The version in Mars M5 appears to be org.eclipse.equinox.ds_1.4.200.v20131126-2331 which based upon qualifier I would guess doesn't have support for RFC190, but want

Re: [equinox-dev] Jetty version for Luna?

2014-09-18 Thread Scott Lewis
On 9/18/2014 10:04 AM, Thomas Watson wrote: We are looking to move up the Jetty 9 for Equinox. But from the perspective of the http service impl in Equinox it is expected to work across multiple container implementations and Servlet specification levels. Jetty 9 is attractive for several reas

Re: [equinox-dev] Jetty version for Luna?

2014-09-18 Thread Scott Lewis
ECF's resources for new commitments are limited, however, as many are probably aware. Thanks, Scott [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=401784 On 4/17/2014 2:44 PM, Scott Lewis wrote: Hi, I assume that since the current Equinox HttpService impl is provided by Jetty tha

[equinox-dev] Running junit plugin tests with security manager

2014-07-21 Thread Scott Lewis
We/ECF would like to be able to run some junit plugin tests (junit 3 at least, 4 if possible) with the java security manager running in the target. Has anyone previously created/got the .java.security policy and appropriate permission.perms that would allow this to happen? I fussed with crea

Re: [equinox-dev] PDE DS annotations?

2014-06-04 Thread Scott Lewis
https://bugs.eclipse.org/bugs/show_bug.cgi?id=376950 On 6/4/2014 7:04 PM, Raymond Auge wrote: Does anyone know if PDE supports DS annotations? It seems not in Kepler, but I'm holding out hope until I hear no from you all. -- *Raymond Augé* (

Re: [equinox-dev] Jetty version for Luna?

2014-04-17 Thread Scott Lewis
out with a quick point release that has a critical fix in it, or something. But will stay on 8.x stream, if that's more to the point? HTH From: Scott Lewis To: Equinox development mailing list , Date: 04/17/2014 05:45 PM Subject: [equinox-dev] Jetty version for Luna? Sent by: equinox-

[equinox-dev] Jetty version for Luna?

2014-04-17 Thread Scott Lewis
Hi, I assume that since the current Equinox HttpService impl is provided by Jetty that some version of Jetty will be used for Equinox Luna. If that's right, what version of Jetty will be used? Thanks, Scott ___ equinox-dev mailing list equinox-dev@

Re: [equinox-dev] R6 httpservice update

2014-03-15 Thread Scott Lewis
Hi Gunnar, On 3/15/2014 6:49 AM, Gunnar Wagenknecht wrote: On 2014-03-07 16:58:17 +, sle...@composent.com said: 3) Both orgs are already using Jetty...and are looking to continue this I believe, the approaches are totally different from a technical point of view. Currently...perhaps.

Re: [equinox-dev] subsystem spec

2013-12-20 Thread Scott Lewis
se.org/projects/rt.equinox/releases/4.4.0 Scott Lewis ---12/19/2013 12:38:45 PM---Hi, I'm interested in whether there are any desires and/or plans for Equinox From: Scott Lewis To: Equinox deve

[equinox-dev] subsystem spec

2013-12-19 Thread Scott Lewis
Hi, I'm interested in whether there are any desires and/or plans for Equinox to implement the EEG Subsystem Spec (chap 134) in Luna or post timeframe? I went to the Equinox plan [1] and something seems to be wrong with accessing the page right now so I couldn't see whether it's in the proje

Re: [equinox-dev] TrustEngine in supplemental?

2013-12-11 Thread Scott Lewis
On 12/11/2013 1:35 PM, Thomas Watson wrote: > From: Scott Lewis > > Hi Tom, > >> On 12/11/2013 5:47 AM, Thomas Watson wrote: >> We may be able to put org.eclipse.osgi.service.security package in >> supplemental, but would it be possible to have others suppl

Re: [equinox-dev] TrustEngine in supplemental?

2013-12-11 Thread Scott Lewis
consumers I just want to find out what it would take for people people to use *.ssl on non-Equinox frameworks. Scott Tom Scott Lewis ---12/10/2013 02:52:57 PM---ECF is restructuring our

[equinox-dev] TrustEngine in supplemental?

2013-12-10 Thread Scott Lewis
ECF is restructuring our features so that our bundles can more easily be installed in non-Eclipse runtime environments [1]. We also would like to continue to produce distributions that can run on Felix and/or other frameworks while providing as much of our own functionality as possible...parti

Re: [equinox-dev] simpleconfigurator on other frameworks?

2013-07-24 Thread Scott Lewis
Tom Scott Lewis ---07/23/2013 03:34:37 PM---Hi Folks, A couple of questions about simpleconfigurator (and simpleconfigurator From: Scott Lewis To: Equinox development mailing list , Date: 07/23/2013 03:34

[equinox-dev] simpleconfigurator on other frameworks?

2013-07-23 Thread Scott Lewis
Hi Folks, A couple of questions about simpleconfigurator (and simpleconfigurator manipulator): 1) I see from a casual look at the dependencies that it only imports org.osgi packages...does this mean that SC/SCM can run on other frameworks (e.g. Felix)? 2) I assume that simple configurator de

[equinox-dev] Impl of OSGi Subsystem spec?

2013-06-03 Thread Scott Lewis
Hi Folks, First question: Does Equinox Kepler implement the OSGI R5 Subsystem specification? A broader question: Does the RT project have a listing of the various OSGi specs/chapters...and what implementations are provided by RT projects for given specs? ECF, for example, has impls of b

Re: [equinox-dev] How to use web services in an Equinox OSGi container.

2013-04-22 Thread Scott Lewis
ECF is another option for OSGi remote services (and Remote Service Admin). RS/RSA was formerly known as DOSGI. http://wiki.eclipse.org/ECF#OSGi_Remote_Services ECF has a provider architecture for remote services [1]...which allows the use of a variety of existing transportsincluding Restl

Re: [equinox-dev] equinox event question

2013-01-17 Thread Scott Lewis
t by generating a thread dump for us to look at. Tom Scott Lewis ---01/17/2013 11:51:11 AM---Greetings, We/ECF uses Equinox event for our implementation of the Remote Service From: Scott Lewis

[equinox-dev] equinox event question

2013-01-17 Thread Scott Lewis
Greetings, We/ECF uses Equinox event for our implementation of the Remote Service Admin specification. One of our consumers has been using ECF remote services/RSA, Equinox, DS and their own code, and has experienced a problem that we are attempting to diagnose. See the full description on

[equinox-dev] TrustEngine and other security services

2012-12-28 Thread Scott Lewis
Hello, Is there documentation on Equinox security services like org.eclipse.osgi.service.security.TrustEngine service...and implementation? I looked in the Equinox Security area [1], but didn't find a lot of service/API docs. Is/are there examples of using the TrustEngine service(s)? Tha

Re: [equinox-dev] target version of osgi specs for juno

2012-07-03 Thread Scott Lewis
On 7/3/2012 10:48 AM, BJ Hargrave wrote: Several of the OSGi spec implementations in Equinox Juno are used as RI for OSGi Compendium 4.3: DS, Metatype, Coordinator, Initial Provisioning, Event Admin, Wire Admin. So all those implementations are at the Compendium 4.3 level. I don't know the st

Re: [equinox-dev] looking up binaries

2012-06-10 Thread Scott Lewis
Could capabilities be used to represent dependencies between native libraries? Scott On 6/10/2012 2:23 PM, BJ Hargrave wrote: 'cause that is the way it was designed in Java? System.loadLibrary is typically called from some class' static initializer to define the native methods of the class. S

Re: [equinox-dev] policies wrt use of Bundle-ActivationPolicy

2012-03-13 Thread Scott Lewis
Hi Richard, On 3/13/2012 11:58 AM, Richard S. Hall wrote: However, I can talk about general OSGi policy: If your bundle is expected to provide functionality to client bundles and client bundles can reasonably expect to obtain (or witness or whatever) your provided functionality without bei

Re: [equinox-dev] policies wrt use of Bundle-ActivationPolicy

2012-03-13 Thread Scott Lewis
Hi Richard, On 3/13/2012 9:40 AM, Richard S. Hall wrote: To be clear, this has nothing to do with running on other framework impls, it is an artifact of using a lazy activation policy. If you have a bundle that is lazy and other bundles are waiting for it to do something in order to procee

[equinox-dev] policies wrt use of Bundle-ActivationPolicy

2012-03-13 Thread Scott Lewis
Hi, ECF has consumers that use our OSGi remote services implementation in client-server use cases. Some of these also use other framework impls (e.g. felix) for the remote service host and/or consumer. As a plugin to Eclipse, we use Bundle-ActivationPolicy: lazy for many/most of our bundle

Re: [equinox-dev] ds properties

2011-05-11 Thread Scott Lewis
On 5/11/2011 2:04 PM, Neil Bartlett wrote: Scott, Is this what you're looking for? http://wiki.eclipse.org/Equinox/RuntimeOptions Yes...exactly. Thanks kindly Neil and Thomas. Scott ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.

Re: [equinox-dev] ds properties

2011-05-11 Thread Scott Lewis
enabled through the tracing tab on the Eclipse launch configuration. Not sure if these trace options would provide the information you are looking for though. Tom Scott Lewis ---05/11/2011 01:22:29 PM---I believe ther

[equinox-dev] ds properties

2011-05-11 Thread Scott Lewis
I believe there are some system properties that can change the org.eclipse.equinox.ds defaults...e.g. wrt timeouts and tracing and such. Is this right? If so, is there some documentation on those properties (e.g. names, defaults, etc)? I didn't find anything through a couple of searches thro

[equinox-dev] OSGi Remote Service Admin

2010-09-24 Thread Scott Lewis
Greetings, As planned, the ECF project is approaching completion of an ECF-based implementation of the remote service admin OSGi 4.2 specification [1]. For those unfamiliar, the remote service admin spec is part of the OSGi enterprise spec. As appropriate for our project scope, our intenti

Re: [equinox-dev] Meeting minutes and provide status

2010-09-21 Thread Scott Lewis
Thomas, Although I was unable to attend this call and probably won't be able to attend future calls at the chosen time/day, I would like to request a review as per my mailing list posting below. I would like to make sure this request is not lost in the usual shuffle. Thanks, Scott ---e

[equinox-dev] request for equinox concurrent API review and graduation

2010-09-07 Thread Scott Lewis
This is a request to have the org.eclipse.equinox.concurrent API reviewed, accentuated (if desired...e.g. integration with jobs API), and ultimately graduated (from provisional) for ultimate inclusion in Equinox 3.7. Please see the attachment on this bug: https://bugs.eclipse.org/bugs/show_

Re: [equinox-dev] threadpool?

2010-09-03 Thread Scott Lewis
Hi Pascal, On 9/3/2010 8:59 AM, Pascal Rapicault wrote: Don't you want to use the jobs API? I am also using the jobs API...but want to provide some alternatives. Scott ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/ma

[equinox-dev] threadpool?

2010-09-03 Thread Scott Lewis
Hi Folks, Is there a threadpool impl available in Equinox somewhere? (non-internal packages of course). Thanks, Scott ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Lazar Kirchev on rt.equinox.incubator by Scott Lewis

2010-06-28 Thread portal on behalf of Scott Lewis
Scott Lewis voted: +1 Welcome Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] context classloader support specifics?

2010-06-09 Thread Scott Lewis
Hi, Would someone be able to point me at docs on the context classloader support specifics in Equinox? Thanks, Scott ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] concurrent.future provisional api

2010-04-14 Thread Scott Lewis
l API we will not be automatically breaking clients. Only if we find something that must change will clients be broken when it becomes API. Tom Inactive hide details for Scott Lewis ---04/13/2010 09:33:38 PM---Hi Folks,Scott Lewis ---04/13/2010 09:33:38 PM---Hi Folks, From: Scott Lewi

[equinox-dev] concurrent.future provisional api

2010-04-13 Thread Scott Lewis
Hi Folks, The org.eclipse.equinox.concurrent bundle has a package in it: org.eclipse.equinox.concurrent.future that is exported, but is currently marked x-internal:="true" since it's been considered provisional since being introduce Jan 2009. I would like to consider removing x-internal="tru

Re: [equinox-dev] How much of the R4.2 spec is implemented in Equinox

2010-04-05 Thread Scott Lewis
Sorry...here are the refs: [1] http://eclipseecf.blogspot.com/2010/02/ecf-32-now-available.html [2] http://eclipseecf.blogspot.com/2010/01/osgi-remote-services-from-ecf.html Scott Lewis wrote: Hi Jens, Jens Lauterbach wrote: So I'm curious about the other specs not listed on this

Re: [equinox-dev] How much of the R4.2 spec is implemented in Equinox

2010-04-05 Thread Scott Lewis
Hi Jens, Jens Lauterbach wrote: So I'm curious about the other specs not listed on this page: • UPnP Device Service • Remote Services The Eclipse Communication Framework (3.2) project (part of EclipseRT, but not Equinox project specifically) fully implements the Remote

Re: [equinox-dev] Re: [GSoC] Restlet integration with Equinox

2010-04-05 Thread Scott Lewis
Hi Rob, Rob Heittman wrote: Inline: On Sun, Apr 4, 2010 at 6:01 PM, Scott Lewis <mailto:sle...@composent.com>> wrote: My only comment about discovery is that ECF also has a discovery API (org.eclipse.ecf.discovery) ... [snip] The OSGi remote services spec define

Re: [equinox-dev] Re: [GSoC] Restlet integration with Equinox

2010-04-04 Thread Scott Lewis
Hi Rob, Thanks for the comments. A couple of reactions inline below: Rob Heittman wrote: Restlet is already fairly far down the road of "bundleization" (sounds German). The project delivers many bundles which provide different extension capabilities and compatibilities, and at least at the

Re: [equinox-dev] Re: [GSoC] Restlet integration with Equinox

2010-04-04 Thread Scott Lewis
n copy the various persons interested in this Equinox/Restlet GSoC project(s) as I'm not sure how many follow this list. Sorry for any duplicate email. Le 29/03/2010 19:33, Scott Lewis a écrit : Hi Jerome, Jerome Louvel wrote: Hi Scott, Rajeev and all, Thanks for your interest Rajeev in th

Re: [equinox-dev] Re: [GSoC] Restlet integration with Equinox

2010-03-29 Thread Scott Lewis
Hi Jerome, Jerome Louvel wrote: Hi Scott, Rajeev and all, Thanks for your interest Rajeev in this GSoC project. Scott, it seems that the integration of Restlet with ECF could give you with fully-featured server-side REST support. This would also be a nice use case for the GSoC "Restlet integ

[equinox-dev] [Fwd: Re: [GSoC] Restlet integration with Equinox]

2010-03-26 Thread Scott Lewis
.blogspot.com/2010/02/osgi-remote-services-and-sync-vs-async.html Best regards, Jerome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com Le 24/03/2010 18:55, Scott Lewis a écrit : Hi Rajeev, Simon, Bryan, FYI, there is already q

[equinox-dev] Re: [GSoC] Restlet integration with Equinox

2010-03-26 Thread Scott Lewis
p://www.restlet.org Noelios Technologies ~ http://www.noelios.com Le 24/03/2010 18:55, Scott Lewis a écrit : Hi Rajeev, Simon, Bryan, FYI, there is already quite a lot of REST support in the Eclipse Communication Framework (ECF) project, which is part of Eclipse RT along with Equinox. Below are

Re: [equinox-dev] [GSoC] Restlet integration with Equinox

2010-03-24 Thread Scott Lewis
Hi Rajeev, Simon, Bryan, FYI, there is already quite a lot of REST support in the Eclipse Communication Framework (ECF) project, which is part of Eclipse RT along with Equinox. Below are some relevant links to the existing work here. One of the things that we *haven't* completed/done with RES

Re: [equinox-dev] JXTA and Equinox

2010-03-22 Thread Scott Lewis
Hi Ali, The Eclipse Communication Framework [1] project has a provider architecture, allowing the use of arbitrary protocols to implement common APIs. Some years ago, one of our committers (Pierre Henry-Perret) did some work to implement a jxta provider [2]. This work was not completed...h

Re: [equinox-dev] Instructions for server side equinox appear to be incomplete... please help

2009-07-22 Thread Scott Lewis
Hi Keith, FWIW, I've created a feature and product that can be used to build a servletbridge-based server with 3.5 PDE...it's on bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=245267 The intention here is that people (like yourself) can/could simply add features to the .product based upon

Re: [equinox-dev] SCRManager

2009-05-18 Thread Scott Lewis
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 have not had a lot of time to work on it. Neil On Mon, May 18, 2009 at 8:17 AM, Stoyan Boshev wrote: Scott L

[equinox-dev] servletbridge + p2

2009-05-17 Thread Scott Lewis
For those interested, I've created an enhancement request easier servletbridge-based equinox servers, with p2 bundles included. https://bugs.eclipse.org/bugs/show_bug.cgi?id=275762 I've attached a contribution that is a feature and product-definition for creating such a server/servers. Any th

[equinox-dev] SCRManager

2009-05-17 Thread Scott Lewis
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 ServiceComponents, etc

Re: [equinox-dev] Autostarting Bundles

2009-04-17 Thread Scott Lewis
09 at 11:54 AM, Scott Lewis wrote: Hi JB, J B wrote: I was able to get the P2 console started, but haven't been able to figure out how to provision a bundle using yet. Anyone have experience with doing that? Yes. The main things to do: 1) Create a 'gr

Re: [equinox-dev] Autostarting Bundles

2009-04-17 Thread Scott Lewis
Hi JB, J B wrote: I was able to get the P2 console started, but haven't been able to figure out how to provision a bundle using yet. Anyone have experience with doing that? Yes. The main things to do: 1) Create a 'group iu' in your repository. This can easily be done by (e.g.) c

Re: [equinox-dev] Autostarting Bundles

2009-04-16 Thread Scott Lewis
Hi Dennis, O'Flynn, Dennis wrote: Timing is everything – thx for the fix. I’ll try it w/ the next I-Build. Re: including simpleconfigurator · I do include it. My product def’n is based upon feature configurations. I have a primary feature, that includes secondary features.

Re: [equinox-dev] P2 and the transport layer

2009-04-08 Thread Scott Lewis
Hi All, Yes this is one use case that ECF was introduced to support. Incidently, we do already have JMS-based providers for ECF...although there is a small amount of remaining work to support the filetransfer API. See/join the ecf-dev mailing list here: https://dev.eclipse.org/mailman/list

Re: [equinox-dev] Request to remove Constants#SERVICE_TYPE constant

2009-03-30 Thread Scott Lewis
Hi Thomas, As it turns out, the RFC 119 spec removed SERVICE_TYPE usage some time ago, so we (ECF) didn't even have a chance to reference it in our impl. ...so we're +1 on immediate removal. Scott Thomas Watson wrote: Hello fellow Equinox team. In the past Equinox was under the Eclipse P

Re: [equinox-dev] org.osgi.framework.hooks.service.PublishHook renamed to EventHook

2009-01-22 Thread Scott Lewis
Wow...amazing timing. I/ECF are beginning to use the service hooks, but have not used PublishHook yet. It sounds like the change has been released to HEAD already, so I will update and proceed from there. Thanks for the notice. Scott Thomas Watson wrote: This note is for anyone that may

Re: [equinox-dev] a future with futures

2009-01-15 Thread Scott Lewis
usion. Scott Thomas Watson wrote: comments in-line. Tom Scott Lewis wrote: > Hi all, > > Although provisional API (for 1.5 years) seems a bit conservative...and > it will cause ECF/other potential clients of the API difficulties over > this time (i.e. we would like to have our ECF

Re: [equinox-dev] Support for RFC 119

2009-01-15 Thread Scott Lewis
Hi Tom, Thomas Watson wrote: > Ok, is this something I/we can track or is it OSGi members only? I suggest you open a bug against Equinox to track this. I will report back to that bug once the OSGi issue has been resolved. https://bugs.eclipse.org/bugs/show_bug.cgi?id=261237 Scott ___

Re: [equinox-dev] a future with futures

2009-01-15 Thread Scott Lewis
I am fine with org.eclipse.equinox.future as the bundle/package name. Thoughts? Tom Inactive hide details for Scott Lewis ---01/14/2009 09:25:49 PM---Hi Pascal,Scott Lewis ---01/14/2009 09:25:49 PM---Hi Pascal, From: Scott Lewis To: Equinox development mailing list Date: 01/1

Re: [equinox-dev] a future with futures

2009-01-15 Thread Scott Lewis
Hi Thomas, Thomas Watson wrote: How big is the code? I got the impression that is is not going to be that big (perhaps 20k or less)? The current class files are ~15k compressed jar (good guess Tom). Scott ___ equinox-dev mailing list equinox-de

Re: [equinox-dev] a future with futures

2009-01-14 Thread Scott Lewis
ckage naming do people suggest? Thanks, Scott Pascal Rapicault wrote: The code seems to be relatively well isolated, why not create a new bundle for it? Inactive hide details for Scott Lewis ---01/14/2009 07:17:19 PM---On this E4 enhancement request: https://bugs.eclipse.org/bugScott

[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 des

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/sho

[equinox-dev] Support for RFC 119

2009-01-14 Thread Scott Lewis
ECF is looking to implement OSGi 4.2 RFC 119 in the Galileo/ECF 3.0 release: https://bugs.eclipse.org/bugs/show_bug.cgi?id=249240 After reading the RFC 119 spec, it seems that there are only a very few implications for equinox itself: 1) RFC 119 depends upon RFC 126 (which is the Service Regi

Re: [equinox-dev] running startApp from equinox console

2008-08-27 Thread Scott Lewis
threading/cardinality options you want. You can open an enhancement bug if you want to investigate overriding properties of an applications extension when launching an application. Tom Inactive hide details for Scott Lewis ---08/27/2008 04:05:03 PM---Hi Thomas,Scott Lewis ---08/27/2008 04:05:03 PM--

Re: [equinox-dev] running startApp from equinox console

2008-08-27 Thread Scott Lewis
Hi Thomas, Thanks for the info...this does the job. One other question: Is there a way to specify these application properties from inside the console 'startApp'? Scott ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org

[equinox-dev] running startApp from equinox console

2008-08-27 Thread Scott Lewis
I'm trying to setup an Equinox server and run startApp from within the console. I'm successfully starting org.eclipse.equinox.app bundle upon framework start, and so see the application commands in the console of the OSGi server. But when I give the startApp command in console, the exception

Re: [equinox-dev] P2 authoring reaches first milestone

2008-07-01 Thread Scott Lewis
Scott Lewis wrote: and extend it heavily...to represent service ids, user ids, group ids, file ids, etc. It has minimal requirements (none other than CDC 1.0/Foundation 1.0). Sorry, I should have been clearer about this. It does also have a dep on org.eclipse.equinox.common (for

Re: [equinox-dev] P2 authoring reaches first milestone

2008-07-01 Thread Scott Lewis
Hi Henrik, Really Cool Stuff. I'm examining/trying it now. One comment I wanted to make on this list...you have a number of good questions about the p2 use of Namespaces and IDs on the wiki page (e.g. can new namespaces be added, what are constraints on IDs, etc). I just wanted to remark th

Re: [equinox-dev] [prov] linux read-only filesystems and p2?

2008-06-25 Thread Scott Lewis
n the shared instance has already been run then weird things happen. I know that Simon has been running frequently in this mode and so did Andrew O. so a bug with some details would be best. Thx PaScaL Inactive hide details for Scott Lewis ---06/25/2008 07:25:45 PM---Hi Folks, I was at Google yest

[equinox-dev] [prov] linux read-only filesystems and p2?

2008-06-25 Thread Scott Lewis
Hi Folks, I was at Google yesterday, and a person there was having troubles with p2 because they were trying to do plugin installs with Eclipse p2 on a read only filesystem. I haven't tried this myself, so I may not have all the details described correctly, but are there any known issues with

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

2008-06-18 Thread Scott Lewis
Hi Fredrik, Fredrik Alströmer wrote: As a hypothetical use-case you could probably also take remote invocation, if you have it as an OSGi service (for example) instead, there's nothing keeping the framework from giving you a proxy-implemenation doing RMI calls, which might be interesting in

Re: [equinox-dev] The metadataRepositories extension point

2008-06-13 Thread Scott Lewis
I agree that URIs would be desirable over URLs. One thing to point out though...there is no URI class in the CDC 1.0/Foundation 1.0 EE. That's the primary reason that the ECF filetransfer IFileIDFactory does not have a URI-based file id creation (it does have URL-based creation, of course), a

Re: [equinox-dev] [prov] ECF stream

2008-06-04 Thread Scott Lewis
My apologies...I forgot to notify this list. Thanks PaScaL for sending. Scott Pascal Rapicault wrote: Last week, Scott announced on the ECF mailing list that development leading to ECF 2.0 will be done in a branch called "Release_2_0". Therefore, if you have ECF loaded in your workspace, ple

Re: [equinox-dev] [prov] Discourages access

2008-05-30 Thread Scott Lewis
Jeff McAffer wrote: Darn! You have discovered the secret plan. By annoying people we will get more contributions… Hmmm, perhaps not. Good news is that in the next release you should expect to see some real API. Just for my clarification...is that next release 3.5 (eta June 2009) or someth

[equinox-dev] [prov] FYI: Remote provisioning using p2 and ECF

2008-05-19 Thread Scott Lewis
FYI, There's some interesting work just beginning on remote provisioning using p2 and ECF remote services described here: http://dev.eclipse.org/mhonarc/lists/ecf-dev/msg01570.html Scott ___ equinox-dev mailing list equinox-dev@eclipse.org https://d

Re: [equinox-dev] [sec] use of Equinox secure storage

2008-05-14 Thread Scott Lewis
uding p2. John *Scott Lewis <[EMAIL PROTECTED]>* Sent by: [EMAIL PROTECTED] 05/14/2008 01:15 PM Please respond to Equinox development mailing list To Equinox development mailing list cc Subject [equinox-dev] [sec] use of Equinox sec

[equinox-dev] [sec] use of Equinox secure storage

2008-05-14 Thread Scott Lewis
ECF has begun some work on using the new Equinox secure storage to persist ECF IDs (which are used by ECF to uniquely identify users, accounts, services, remote resources, other things). After Ganymede, we expect this to be usable for (e.g.) automatic login to remote accounts, single-sign on,

[equinox-dev] mysterious problem with classloader

2008-05-10 Thread Scott Lewis
Hi Equinoxers, ECF has a discovery provider that is based upon SLP (Service Locator Protocol...RFC 2608). The provider plugin depends upon/uses the java implementation of SLP called jSLP [1], originally developed by Jan Rellermeyer, who is now an ECF committer and has contributed jSLP to Orbi

Re: [equinox-dev] New API method in ECF (org.eclipse.ecf.identity) since 3.4M6

2008-05-09 Thread Scott Lewis
Hi Olivier, Olivier Thomann wrote: Hi Scott, This didn't cause any work for anybody except the build machine :-). The check is done during each build. It was easy to detect it without any extra work. That's nice to know...maybe releng would be willing to share the scripts to run the PDE

Re: [equinox-dev] New API method in ECF (org.eclipse.ecf.identity) since 3.4M6

2008-05-09 Thread Scott Lewis
Hi Olivier, This utility method was added as part of a bug fix to one of our provider bundles, and the committer didn't initially realize that the 6 ECF bundles going into the platform integration build were now under API freeze. When he realized that this method was added to a bundle under

  1   2   >