Top "Apache-felix" questions

Apache Felix is a community effort to implement the OSGi R4 Service Platform and other interesting OSGi-related technologies under the Apache license.

Getting java.lang.NoClassDefFoundError: javax/naming/NamingException error when I access the OSGI bundle with JPA support

I am using OpenJPA as JPA provider. I have created the small OSGI bundle project with the JPA2.0 support. This …

java osgi openjpa apache-felix osgi-bundle
Why are uses constraints violated when both chains end in the same bundle?

I have four bundles, each containing only a manifest. The bundles are app which imports com.example.foo.fragment and …

osgi jboss7.x apache-felix
How to start and use Apache Felix from code?

I can't find information about starting and using Apache Felix from code. I want do things which I am able (…

java module osgi apache-felix