osgi
Building OSGi Module with Scala using Eclipse PDE and Scala IDE
How to build an OSGi bundle that use Scala (2.9.1.RC3) with PDE (Eclipse Helios). I\'m using Scala IDE (2.0.0-beta) to build the project and converting this to PDE project.[详细]
2023-03-29 15:53 分类:问答How can I find out the pid of a running equinox instance, is there a pid file?
How can I find out the pid of a running equinox instance, is there a pid file somewhere or is it configura开发者_运维问答ble where it places a pid file?[详细]
2023-03-29 12:17 分类:问答Eclipse OSGi bundle reqiure another bundle's fragment
This might be simple question but have confused me开发者_如何学运维 for sometime. I\'m developing an OSGi bundle which rely on google guice. Google guice has one main bundle and several fragment like[详细]
2023-03-29 12:02 分类:问答How do I configure the SpringSource OBR in Eclipse?
If I understand it properly, SpringSource has a public OBR which contains OSGi bundles for many third party jars. I would like to use it in Eclipse, but I can\'t get Eclipse to connect to it.[详细]
2023-03-29 09:06 分类:问答Using OSGi to implement auto-update
What I\'d like to do is create a \"launcher\" framework for my code that, given a URL and a predefined versioning scheme:[详细]
2023-03-28 15:00 分类:问答How to Compose OSGi Based project with C++ based project?
I am extending a project that it has been initiated with C++ language. Now I am developing a new part of the project. a开发者_如何学Gond it will be based on OSGi (Java).[详细]
2023-03-28 10:46 分类:问答OSGI Spring MVC JSP framework
Is there a way to create a \"plug-in\" framework for web applications that have these features: Seemless for the developer - can use existing technologies[详细]
2023-03-28 10:07 分类:问答Ant BND task does not produce bundle containing any items
I\'m having trouble producing a bundle after converting a maven project to an ant project.The bnd ant task creates test.jar but the file only includes a META-INF.The eclipse project is named testproj.[详细]
2023-03-27 18:02 分类:问答Problems using two OSGI applications in Tomcat
whenever I start and access BIRT and an Eclipse RAP application deployed in Tomcat, Tomcat \"crashes\" (does not accept any new requests). This does not always happen immediately after the first acces[详细]
2023-03-27 16:29 分类:问答Can OSGi fragments have other fragments as hosts?
Is this legal? MANIFEST.MF for org.fragment1 (org.host is a normal bundle, not a fragment): Bundle-SymbolicName: org.fragment1[详细]
2023-03-27 13:55 分类:问答