Hi everyone, I'm trying to run a Web Application into an OSGi container (Equinox).
By instrumenting the manifest file, I managed to build a WAB (Web Application Bundle). Problem: one of the dependency of my webapp is JackRabbit Core, that uses java.util.ServiceLoader. When I try to start my WAB, I have the issue shown here: http://blog.osgi.org/2013/02/javautilserviceloader-in-osgi.html Question: how can I manage to make my WAB run? I tried in many ways, but I couldn't find a solution. Thanks in advance. Cheers. -- View this message in context: http://jackrabbit.510166.n4.nabble.com/OSGi-use-Jackrabbit-into-Web-Application-Bundle-tp4659710.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
