We have an osgi project which uses JSF 1.2, this osgi project is part of ServletBridge.war (it’s a WEB Application which contains the OSGi container and other bundles which start the OSGi container) and this needs to be deployed on web logic 12C Server. We currently support our deployment only in weblogic 11g.
We tried multiple approach provided in the documentation (making backward compatibility of JSF1.2 and 2.0 jar, by adding shared library) but no luck.
Does weblogic12c support OSGi deployments with JSF usage (either by allow packaging jsf within their own bundles or referring from weblogic server's classpath)?