rcp « osgi « Java Enterprise Q&A





1. How do I get the OSGi BundleContext for an Eclipse RCP application?    stackoverflow.com

I have just gotten started with an Eclipse RCP application, it is basically just one of the provided "hello world" samples. When the application boots up, I would like to look at ...

2. Assimilate existing apps?    stackoverflow.com

I read all lot about rich client platforms and the OSGi framework, but stuck with this question: Is it possible to assimilate existing applications (either java-based or win32-based) in one application ...

3. Eclipse rcp classloader hell: moved class still visible at compiletime but not at runtime anymore    stackoverflow.com

I've a strange and new issue with an eclipse 3.5 rcp application: Everything worked fine, then I changed the running system and moved a single class from one plugin to a ...

4. Eclipse RCP Application Fails to launch second time    stackoverflow.com

I have an Eclipse RCP application that will launch properly after a clean install (right after build). The issue is that if I try to launch the application a second time the ...

5. Why my RCP project cannot build-generate update site?    stackoverflow.com

Why my RCP project cannot build-generate update site? I've created 3 projects for my Eclipse RCP application:

a plug-in project named 'formicary-client2';
a feature project named 'formicary-client-feature';
a update site project named 'formicary-client-site'.
Now the plug-in ...

6. Effective ways to deploy rcp applications outside eclipse    stackoverflow.com

Dear all, I would like to know if there is any best practice or effective way to deploy a set of eclipse osgi bundles (developed with eclipse RCP) outside the eclipse IDE. ...

7. Eclipse plugin won't go from RESOLVED to ACTIVE    stackoverflow.com

I have a Eclipse plugin Bundle I've created which won't go from the RESOLVED state to ACTIVE. I've tried opening the OSGI console to see why the bundle won't start but there ...

8. Log4j under OSGI (Eclipse RCP)    stackoverflow.com

After many tests i concluded that the Log4j is not working under OSGI. I do not use Log4j directly, but i need third party plugins to log with it. I made a plain ...

9. Running a headless Eclipse RCP Application without the osgi console    stackoverflow.com

i want to create a headless Eclipse RCP Application that can be started from console. Currently i'm using this parameter in the .ini file:

-consoleLog
The problem is this opens an ...





10. eclipse rcp : class loading problem    stackoverflow.com

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 ...

11. Why can't I load persistence.xml from OSGi/RCP/EclipseLink application?    stackoverflow.com

We're making an RCP application using EclipseLink that is deployed into OSGi bundle. When we run the application in eclipse it works perfectly, after deploying on linux it works well, but ...

12. Add plugins with auto start to eclipse RCP application    stackoverflow.com

I have an Eclipse RCP application, and I am trying with no luck to install a plugin I have created that should be deployed separately to the aforementioned application. To do so, ...