Issue with Non OSGi eclipse bundles [message #894804] |
Tue, 10 July 2012 11:04  |
Eclipse User |
|
|
|
Hello,
We are using the Virgo Server to build an OSGi based web application. Everything works fine as long as we have our bundle implementation which is targeted to run with OSGi framework.
We now have to use some legacy eclipse plugins which were initially targeted to run with eclipse. These are implemented as Eclipse Plugins which do not follow the OSGi specifications. Since many of them use the eclipse framework related plugins and VIRGO server is not able to start the eclipse bundles, we are facing the problem with this integration.
Could anyone please help us out.Thanks in advance for help.
~Murthy
P.S: I have also posted this in Virgo forum, but wanted to get an opinion from here as well.
|
|
|
|
|
|
Re: Issue with Non OSGi eclipse bundles [message #895371 is a reply to message #894928] |
Thu, 12 July 2012 11:19  |
Eclipse User |
|
|
|
If they have MANIFESTs they are OSGi bundles (as well as being eclipse plugins), they just require the org.eclipse.ui set of bundles to be included as well (the UI workbench + SWT, the equinox registry bundle, etc).
Since your plugins require workbench (UI) services to run, you won't be able to include them in a Virgo server unless you can 1) launch an entire workbench in the server, which doesn't make sense or 2) refactor your plugins so the differentiate between core services (headless) and UI services.
PW
|
|
|
Powered by
FUDForum. Page generated in 0.04402 seconds