Extends Jackrabbit factory capabilities
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 9 Feb 2012 14:15:02 +0000 (14:15 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 9 Feb 2012 14:15:02 +0000 (14:15 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5031 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/modules/org.argeo.node.repofactory.jackrabbit/META-INF/spring/repofactory.xml

index 266f2673fd54dceff8d8adaeb59a6574e6740e8c..a00c9b00d825288c58396a9adcd99a70f00e80a6 100644 (file)
@@ -3,7 +3,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
 
-       <bean id="repositoryFactory" class="org.argeo.jackrabbit.JackrabbitRepositoryFactory">
+       <bean id="repositoryFactory" class="org.argeo.jackrabbit.OsgiJackrabbitRepositoryFactory">
                <property name="bundleContext" ref="bundleContext" />
        </bean>