Skip to main content



      Home
Home » Eclipse Projects » Equinox » Eclipse Plug-in development and OSGi framework dependency
Eclipse Plug-in development and OSGi framework dependency [message #510309] Wed, 27 January 2010 03:21
Eclipse UserFriend
Hello All,

Hello All,

I've a plugin that represents a server and some other plug-ins which
represent devices that interacts with the server using the OSGi
Framework. I've check the plug-ins using the "Run as-> OSGi Framework"
option of Eclipse and they are working fine. The problem cames when I
implement another plug-in which intention is to serve as an interface
of the plugin that is representing the server. This new plug-in is a
new View of eclipse which must obtain information from the server
bundle and display it. In order to see if the ui plugin is working
fine I use "Run as -> Eclipse Application" ,having set the server
plugin as required and started. In the plug-in development Eclipse I
can interact with OSGi using the console and check that the bundle
have been installed and started, whereas in the new instance of
Eclipse I don't know how to do it...Here is where my question arises:
It seems that the new Eclipse instace have is own OSGi framework
running in background, and indeed I do not have access to the server
bundle because is running in another OSGi framework...Is that correct?
If not, How should I run the ui plugin in order to see the content of
the server bundle?

Many thanks in advance
Previous Topic:P2 updates for Eclipse RCP applications
Next Topic:Tomcat in Equinox
Goto Forum:
  


Current Time: Thu Jul 10 01:10:08 EDT 2025

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

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

Back to the top