Does not work in OSGi enviroionment
See original GitHub issueIt would be nice if it worked in OSGi, if the JAR had the right manifest etc.
For example in your jar, your META-INF/MANIFEST.MF looks like the following which is not enough for OSGi:
Manifest-Version: 1.0
Built-By: integer
Created-By: Apache Maven 3.3.9
Build-Jdk: 1.8.0_112
This has the consequence that I cannot use camel-docker component in Apache Karaf.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Unraveling Java and OSGi class loader problems
Learn how to address common Java and OSGi class loader problems in CICS OSGi and Liberty JVM servers.
Read more >Jersey web app in Karaf OSGI environment does not work
The root problem is that the javax.ws bundle's classloader does not find the org.glassfish.jersey.server.internal.RuntimeDelegateImpl in the ...
Read more >Description.getTestClass() does not work in OSGi environment
The method implementation tries to find a TestClass refectively via Class.forName(name). This does not work in an OSGi environment since JUnit will not...
Read more >Commons logging does not work in an osgi environment
Commons logging does not work in an osgi environment ... Commons logging should provide Manifest information for using it as an OSGI bundle....
Read more >OSGi - Wikipedia
OSGi is an open specification and open source project under the Eclipse Foundation. ... something that does not exist in standalone Java or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So is this PR correct and everuthing is ok https://github.com/docker-java/docker-java/pull/797 ?
@PhilAndrew you are right, I’ve changed my PR and now it exports
com.github.dockerjava.core
and subpackages.Thanks for testing on Karaf and Felix!