]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml
Provide SlcAgentFactory in the core agent
[gpl/argeo-slc.git] / modules / org.argeo.slc.agent.jcr / META-INF / spring / jcr.xml
index eb662a0a08b965b2d1c49617af6fbade925c4a2e..dffc68eb061cc0837db4752ea0aa6c7f56f34310 100644 (file)
                <property name="repository" ref="repository" />\r
        </bean>\r
 \r
-       <bean id="resultListener" class="org.argeo.slc.jcr.execution.JcrResultListener">\r
-               <property name="session" ref="session" />\r
-       </bean>\r
-\r
        <bean id="attachmentUploader" class="org.argeo.slc.jcr.execution.JcrAttachmentUploader">\r
                <property name="session" ref="session" />\r
        </bean>\r
@@ -35,4 +31,9 @@
                class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">\r
                <property name="authenticationManager" ref="authenticationManager" />\r
        </bean>\r
+\r
+\r
+       <bean name="fileSystemManager" class="org.apache.commons.vfs.impl.StandardFileSystemManager"\r
+               init-method="init" destroy-method="close" />\r
+\r
 </beans>
\ No newline at end of file