i run the osgi using the java command: java -jar org.eclipse.osgi_3.5.1.R35x_v200908开发者_高级运维27.jar -console
I try to package an OSGI bundle using the maven-bundle-plugin (which uses BND). To run properly the bundle must import a package which is not in the classpath during development (because object refer
I am using Equinox, so the Equinox Aspect project seems like a no-brainer, but that project appears to 开发者_开发技巧be inactive and has only one page of documentation that leaves me hanging at the e
I\'m developing a web UI using GWT. While working only with the widgets I could debug from Eclipse using the Firefox extension, but now that I\'m integrating the UI with other OSGi bundles I cannot us
I\'m starting to delve into using Spring DM and OSGi services in an RCP application. I\'ve created a service which is used by another bundle in the RCP application. It does a lookup of the service via
I have installed the m2eclipse plugin with galelio. I want to create a hello world osgi bundle with this setup. A开发者_如何学Pythonppreciate if someone could point me to some tutorial or give some di
I\'m trying to create a plug-in to mimic the Eclipse open resource dialog (CTRL+SHIFT+R).I\'ve learned how to create a FilteredItemsSelectionDialog by following the example. 开发者_JS百科 But the miss
I have a project that references a number of open source libraries, some new, some not so new. That said, they are all stable and I wish to stick with my chosen versions until I have time to migrate t
Hello I am trying to deploy a web application in a Felix container. I have all the required configuration done with my web app like the setting up of the manifest headers:
Let\'s suppose I have a valid Ant build script which packs up and prepares my OSGi bundle. Now, I would like to make the build process install/update the bundle to my local Felix installation as the