0
votes
3answers
125 views
How to change value of ‘Read timeout’ of Eclipse’s Update Manager?
How to change value of 'Read timeout' of Eclipse's Update Manager?
I have slow internet connection and I cannot install any plugin, because Eclipse's Update manager throws me exce …
1
vote
2answers
72 views
Can Eclipse 3.5 discover all bundles in the plugins dir?
Simple usecase: assemble an Eclipse product using simple scripts, just dumping bundles into the plugins dir.
This used to work with 3.3 - with 3.5 it's broken: my application does …
0
votes
2answers
48 views
Equinox p2 for an arbitrary OSGi application?
Hello.
I am designing a software system which I think I am going to implement on an OSGi platform. It is going to be a software system running on self-service terminals. OSGi idea …
1
vote
1answer
55 views
Adding extra system properties to an Eclipse programmatic restart
I have a plugin that forces a restart of Eclipse by using:
Workbench.getInstance().restart();
However, I need this restart to include a new environment variable:
eclipse.refres …
0
votes
2answers
75 views
How to get classloader for a bundle in equinox?
How can I get the classloader for a osgi bundle in eclipse equinox setup.
Thanks,
Suraj
0
votes
0answers
10 views
Split away Selection Service from o.e.ui.workbench bundle
I want to use Selection Service feature from the eclipse RCP in my swing project. Currently the o.e.ui.workbench bundle which contains the related interface is around 3.7 MB, that' …
0
votes
1answer
38 views
Can we contribute a new plugin.xml to ExtensionRegistry
I have a some additional xml files(containing standard eclipse extensions) that lie outside the bundle. Is there a way that I could contribute the extns/extnpoints in those files t …
0
votes
1answer
21 views
Equinox Bundle import conflict
1) Bundle A reexports package com.X, which it gets from bundle C
2) Bundle B exports package com.X
3) Now bunlde D has dependency on both A and B.
From where will the bund …
1
vote
1answer
80 views
Who loads javax.swing.* classes in Equinox osgi container?
I read some equinox code and doc. I came to understand that, at present, only class loading for java.* packages are delegated to the parent classloader(given that i have not modifi …
1
vote
2answers
116 views
Including additional resources with OSGi bundles
I'm working on an OSGi bundle which implements a service as a wrapper around a native executable. That is, the service runs the executable with ProcessBuilder, feeds it some data, …
2
votes
1answer
195 views
How to setup bundle development environment (Eclipse Equinox Maven)
Hi,
I'am trying to setup eclipse environment to develop bundles (With maven-bundle-plugin-bnd)
and run & debug that bundles equinox from eclipse
I created sample bundles wit …
1
vote
2answers
89 views
Configure Equinox to modify the management of the “local bundle cache”
Relating to a previous question, how let OSGi to reuse your configuration via Config Admin, I am still trying to solve this problem in the Equinox Framework.
Pavol Juhos wrote:
…
2
votes
2answers
531 views
Equinox (OSGi) and JPA/Hibernate - Finding Entities
I am trying to use Hibernate/Spring in an OSGi (Equinox) environment. It works great if I explicitly point it to the Entity classes in the Persistence.xml:
<class>com.es.t …
3
votes
2answers
94 views
OSGi and legacy libraries
I've been looking into OSGi for a while and I'm wondering about the best way to deal with "legacy" libraries (that are released as plain JARs, not as OSGi bundles).
What do you th …
0
votes
4answers
168 views
Remoting and OSGi
Is there an elegant way to use Services across or between OSGi containers?
Is it even possible?
For instance, lets say I have a service interface on my local machine. What met …
