[equinox-dev] ConcurrentModificationException in DS implementation

2007-11-05 Thread Lukasz Bobowiec
Hello, I encountered an issue related to the lack of thread-safe in Declarative Service resolver. I found the similar bug 164574 https://bugs.eclipse.org/bugs/show_bug.cgi?id=164574 There is also a patch already provided by the bug's originator. My question is why this defect is still in NEW

Re: [equinox-dev] ConcurrentModificationException in DS implementation

2007-11-05 Thread Thomas Watson
Equinox has retired the old DS implementation in favor of the prosyst implementation. The old implementation never officially made it out of incubator status. Our plan is to graduate the DS implementation contributed by Prosyst in 3.4. To be clear, the new DS implementation contributed by

[equinox-dev] Differences in classloading between standard activators and Declarative Services

2007-11-05 Thread Michael Furtak
Hi all, I have a quick question about a possible difference I am noticing between the way classes are loaded in standard Equinox activators and the DS SCR in equinox 3.4.I20071023-0800. Specifically, when transitioning to DS, I have started running into exceptions that I see commonly when

[equinox-dev] RMI and Equinox

2007-11-05 Thread Mickaƫl GAUVIN
Hello, I have a problem in using the RMI method rebind in the start method of my bundle. I have this source code : // - IMyObject myObject = new MyObject(); SecurityManager securityManager = null; securityManager = new RMISecurityManager();

[equinox-dev] Deploying plug-in with AOSGi aspects

2007-11-05 Thread Oren Mishali
Hi, Until now, I worked with AOSGi by running a new workbench from within eclipse. Now I'm interested in exporting a plug-in with the promoted aspects, start Eclipse and see the aspects in action. Could anyone provide some guidelines of how to do that, in particular, regarding the config.ini