Re: [equinox-dev] Eclipse ViewPart and OSGI Declarative Servicesproblem

2010-11-02 Thread O'Flynn, Dennis
Another dependency-injection approach is Spring. Martin Libbert provided a way to bridge extension points w/ spring beans. See his blog at: * http://martinlippert.blogspot.com/2008/05/dependency-injection-for-extensions.html -Original Message- From: equinox-dev-boun...@eclipse.org

Re: [equinox-dev] Re: [p2-dev] who should declare dependencies on ds?

2010-04-03 Thread O'Flynn, Dennis
: [p2-dev] who should declare dependencies on ds?yes, partially. Features do not allow you ot set start levels, properties and command line args. So, they are part of the story certainly but products are the tasty recipe.JeffOn 2010-04-03, at 12:29 PM, O'Flynn, Dennis wrote: In your analog, sounds

[equinox-dev] P2 Repo for Orbit

2009-06-30 Thread O'Flynn, Dennis
Does anyone know if the Orbit P2 repository hosted at download.eclipse.org is valid? When I try to access it, I get the following error. URL: http://download.eclipse.org/eclipse/tools/orbit/downloads/drops/R2009052 9135407/updateSite/content.jar ERROR: Access Forbidden The file

[equinox-dev] FW: Classloader problem

2009-06-05 Thread O'Flynn, Dennis
are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. From: Hawkins, Joel Sent: Friday, June 05, 2009 1:27 PM To: O'Flynn, Dennis Subject: Classloader problem

RE: [equinox-dev] Equinox Features

2009-04-23 Thread O'Flynn, Dennis
Created bugz: https://bugs.eclipse.org/bugs/show_bug.cgi?id=273405 BTW - also attached patch From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of O'Flynn, Dennis Sent: Wednesday, April 22, 2009 5:10 PM To: Equinox development mailing list Subject

[equinox-dev] Equinox Features

2009-04-22 Thread O'Flynn, Dennis
I noticed that the recent I-Build (I20090421-0930) now splits Equinox plug-ins into 2 features: org.eclipse.equinox.core.sdk org.eclipse.equinox.core.sdk. Previously, these were (mostly) provided by a single feature: org.eclipse.equinox. I believe there is a slight problem with the new

RE: [equinox-dev] Autostarting Bundles

2009-04-16 Thread O'Flynn, Dennis
Chris, FYI - I tried using the product def’n editor to set the bundles start levels. I had a problem when using the “default” start level. It set the entry in the config.ini to �...@0”. This caused an error when starting the server-side Eclipse environment. Once I changed these to a

RE: [equinox-dev] Required bundles for P2 in a server-side equinoxapplication

2009-04-15 Thread O'Flynn, Dennis
(note: this may be better suited for the p2-dev email list) I have been trying to something similar. I created by own server-side p2 feature with the following plugins. There are some exec env specific plug-ins that you may/may not need. * org.eclipse.ecf * org.eclipse.ecf.filetransfer *

RE: [equinox-dev] Equinox Lauchers for S390

2009-01-14 Thread O'Flynn, Dennis
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 Sent by: equinox-dev-boun...@eclipse.org 01/14/2009 10:27 AM Please respond to Equinox development mailing list equinox-dev

RE: [equinox-dev] Starting all dependent bundles

2009-01-07 Thread O'Flynn, Dennis
You could provide your own customized config.ini. The product configuration editor allows you to specify the config.ini to use. This is defined within the Configuration tab. From: equinox-dev-boun...@eclipse.org [mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Leen Toelen Sent:

RE: [equinox-dev] tests are needed for compendium implementations

2008-08-25 Thread O'Flynn, Dennis
FYI - not sure if this would be of any interest to your testing needs... Corona has a test framework that runs within an Equinox environment. It allows for a mixture of JUnit 3.8 and 4.1 test cases. We use it to run logical (class-based) test cases as well as integration (service-based)

RE: [equinox-dev] Equinox IP log

2008-04-21 Thread O'Flynn, Dennis
The Orbit download page contains a zip of all of the Orbit bundles. For example, the Orbit build S20080326131619 provides the zip orbit-S20080326131619.zip that contains all of the Orbit bundles for that release. * see: http://download.eclipse.org/tools/orbit/downloads/drops/S20080326131619/

RE: [equinox-dev] DS invocation order of bind and activate(timing issue???)

2008-02-25 Thread O'Flynn, Dennis
Not sure if the following is related. Maybe someone more familiar w/ equinox ds/util could comment on this. 1) equinox ds imports packages from util 2) equinox util is NOT lazy started Q: Is equinox ds dependent upon service provide by equinox util that may not be yet registered when ds is