I have this scenario, I have three declarative services that provide the same interface (say a reader interf开发者_运维问答ace and I have readerimpl1-database- readerimpl2-flat file- readerimpl3-memor
I have a quite complex equinox application that I start in Eclipse with a usual launch configuration. It takes about 2 minutes to start so I don\'t want to restart it each time I make some minor code
How to convert plugin.xml file to manifest.mf file as some tags like: <runtime> <library name=\"aaa.jar\">
I get a run time error when trying to run a grails application on Eclipse Equinox. java.lang.NoClassDefFoundError: org/apache/commons/collections/Transformer
I am trying to get a web service client working from OSGi, I am using Felix as my container. So far I have tried using Apache CXF.This would not work with my web service as it is RPC/encoded and not
I have plugin A which depends on Plugin B, I am trying to load a class defined in Plugin B from plugin A. And I am sure the class is in the exported packages. but I got ClassNotFoundException, did I m
When you develop OSGi bundles using eclipse, there are many denpendent bundles to be imported and opened. When there\'re many bundles, setting up proje开发者_开发技巧cts is time-comsuming and difficul
I have a WAR file that was built using grails framework and OSGi plugin. When I try to deploy it in Eclipse Virgo it fails because the related dependencies are not yet deployed.
I have an existing application that exists as multiple Spring projects.Project A\'s Spring context XML file improts B\'s Spring context XML file using
I try to learn how osgi works. I\'ve written my first hello-world bundle which gives some console output when the start-method of the bundle activator class is executed. Now, I\'ve read about the lazy