Hello, I’m using Apache Felix in the bridged mode[0] to embed an OSGi runtime in a Tomcat6 web container.
I’m investigating ways to provide a JCR-like abstraction over a RDBMS persistence layer (Oracle). I stumbled across Apache Sling and Jackrabbit and was wondering if it was possible to: * use only the JCR and JackRabbit bundles from Sling (and skip the others) * configure JackRabbit to use Oracle for persistence Are there any issues with this approach? Any advice would be greatly appreciated. Thanks, Shreyas [0] http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html#using-the-servlet-bridge
