Top "Equinox" questions

Use this tag for questions about Equinox which is an implementation of the OSGi R4 core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems.

Java 8 & Missing required capability Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.8))"

I have using Eclipse Luna win32.x86_64 runing with Java 8. Here from the Help Menu > About > Installation Detail &…

eclipse eclipse-plugin osgi java-8 equinox
EclipseLink : No Persistence provider for EntityManager named

I'd like to create one Bundle that is able to use Java Persistence. To achieve this, I've created a plugin …

java jpa osgi eclipselink equinox
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 …

eclipse plugins equinox
HibernatePersistence class not found exception with JPA + Hibernate + OSGI

I am facing problem with jpa + hibernate in equinox environment. I am getting exception Caused by: org.springframework.beans.factory.…

hibernate jpa equinox
Equinox start error (console bundle is missed)

java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: …

osgi equinox
How to get classloader for a bundle in equinox?

I have read a lot of equinox code for this, but still can't figure out a non-hacky way of getting …

eclipse osgi classloader bundle equinox
Persistence.xml and OSGi (Equinox)

I am currently testing out using OSGi. I am running this through Eclipse. I want to have my DAO layer …

java jpa jakarta-ee osgi equinox
Starting OSGi bundle

I try to run OSGi plug in in Eclipse. It is empty bundle, but eclipse always send me errors There …

java osgi bundle equinox
Scala in OSGI container?

How can I code my bundle in Scala and then deploy it into OSGI container? Do I compile it into "…

scala osgi equinox apache-felix
How to start osgi console (Equinox)

I'm trying to start an OSGi console in Windows 7. I used this statement on a terminal window: java -jar org.…

osgi equinox