python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why are some OSGi bundles in Eclipse extracted into directoris instead of being packaged as JARs?
I am trying to piece together some bundles for our internal testing. We are using Eclipse Equinox as OSGi implementation. I have hit a missing bundle (org.eclipse.jdt.debug). I was looking for it and ...
wilx
Votes: 0
Answers: 1
Spring OSGi integration: ClassCastException when getting osgi service in springContext
New to OSGi. I'm trying to get a service from osgi in Spring. Git link for the code : https://github.com/shinevs/SpringIntegrationTest
Getting ClassCastException.
java.lang.ClassCastException: com.bun...
jAvA
Votes: 0
Answers: 1
OSGi bundle starting problem: missing requirement
Each time I try to start an OSGi bundle I get a missing requirement error, even though the compilation through mvn install is successful and all the necessary packages are exported.
When I start the b...
camelia
Votes: 0
Answers: 1
how to generate constructors from superclass programmatically
I need to extend a rather simple existing code generator that generates a subclass to an existing class. Until now the base class was basically always the same well known class and the superclass base...

Soundbytes
Votes: 0
Answers: 1