Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Multiple applications bundled in a single product / DS conflicts
Multiple applications bundled in a single product / DS conflicts [message #665986] Mon, 18 April 2011 13:23
Christophe Fondacci is currently offline Christophe FondacciFriend
Messages: 95
Registered: July 2009
Location: Paris
Member
Hello all,

I got a little problem with OSGi service injection when I try to play with several application.

Here it is :
1. I have one RCP application bundled as a product with one feature
2. Now I want to expose some of the logic of this app in the command-line, so I created another "headless" application
3. The headless application has been created in a new plugin. Services declared by this plugin have a negative ranking, so that when embedded with the RCP UI app, the services declared anywhere else (typically the UI plugins) override headless service declaration.

In debug, everything works fine :
* When I run my headless app, only non-ui plugins are in the launch config and it works like a charm
* When I run the UI application, I can select every plugin and it works as expected.

Now the problem comes from the packaging :
I would have liked a single archive providing everything. The user would have an executable which runs the UI app, as usual, and another shortcut that run headless application.

I run the headless application through a command line like :
java -jar plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application com.neXtep.designer.headless.batch.application


The problem is that in this situation, all plugins from the "plugins" folder are considered, and all UI declared services override my headless services so nothing works.

So here is my question :
* Is there a solution to this ? Wink
* In other words, is it possible to restrict the plugins which are being "loaded" when starting an application ?
* I think that everything would work fine if I create another headless product based on a new feature containing only the plugins I want and that I package separately... But it seems to me very much work for this little constraint.

But I am sure you guys will have a great idea / workaround !
Thanks,
Christophe
http://www.nextep-softwares.com
Previous Topic:add remove widget from composite @ runtime
Next Topic:Decorator Problem
Goto Forum:
  


Current Time: Thu Apr 25 22:21:03 GMT 2024

Powered by FUDForum. Page generated in 0.02347 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top