]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml
Make core runtime features independent of Spring.
[gpl/argeo-slc.git] / org.argeo.slc.agent.jcr / META-INF / spring / jcr.xml
index 5fe028e1ff0559a9a39ff53fd991380d65947cef..b15866d498891d4e8d2b7ad18022c627135907ff 100644 (file)
@@ -12,7 +12,7 @@
 \r
        <bean id="agentCli" class="org.argeo.slc.core.execution.DefaultAgentCli">\r
                <property name="agent" ref="agent" />\r
-               <property name="authenticationManager" ref="authenticationManager" />\r
+<!--           <property name="authenticationManager" ref="authenticationManager" /> -->\r
        </bean>\r
 \r
        <bean id="executionModulesListener" class="org.argeo.slc.jcr.execution.JcrExecutionModulesListener"\r
 \r
        <!-- Thread-bound session is used when multiple threads with various authentication \r
                will call the component -->\r
-       <bean id="session" class="org.argeo.security.jcr.SecureThreadBoundSession">\r
-               <property name="repository" ref="repository" />\r
-       </bean>\r
+<!--   <bean id="session" class="org.argeo.security.jcr.SecureThreadBoundSession"> -->\r
+<!--           <property name="repository" ref="repository" /> -->\r
+<!--   </bean> -->\r
 \r
-       <bean id="attachmentUploader" class="org.argeo.slc.jcr.execution.JcrAttachmentUploader">\r
-               <property name="session" ref="session" />\r
-       </bean>\r
+<!--   <bean id="attachmentUploader" class="org.argeo.slc.jcr.execution.JcrAttachmentUploader"> -->\r
+<!--   </bean> -->\r
 \r
 \r
        <bean\r
-               class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">\r
-               <property name="authenticationManager" ref="authenticationManager" />\r
+               class="org.argeo.slc.spring.AuthenticatedApplicationContextInitialization">\r
        </bean>\r
 \r
 \r