osgi
Osgi Declarative service conditional binding
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[详细]
2023-03-23 14:54 分类:问答Eclipse PDE: Redeploy bundle to running equinox osgi framework
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[详细]
2023-03-23 10:52 分类:问答How to convert old "plugin.xml" to new "manifest.mf" file?
How to convert plugin.xml file to manifest.mf file as some tags like: <runtime> <library name=\"aaa.jar\">[详细]
2023-03-23 01:46 分类:问答NoClassDefFoundError although OSGi bundle is there
I get a run time error when trying to run a grails application on Eclipse Equinox. java.lang.NoClassDefFoundError: org/apache/commons/collections/Transformer[详细]
2023-03-22 04:55 分类:问答OSGi SOAP web service client
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[详细]
2023-03-22 03:29 分类:问答eclipse rcp : class loading problem
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[详细]
2023-03-21 12:59 分类:问答Is there a way to develop OSGi bundles without opening or importing the dependent bundles in Eclipse?
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[详细]
2023-03-21 10:47 分类:问答Deploy a bundlet and get the dependent bundles from spring EBR
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.[详细]
2023-03-21 08:23 分类:问答OSGi bundle access Spring context file from another bundle
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[详细]
2023-03-21 03:54 分类:问答osgi bundle lifecycle question
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[详细]
2023-03-20 13:38 分类:问答