]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/agent/org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml
Manages results in JCR
[gpl/argeo-slc.git] / modules / agent / org.argeo.slc.agent.jcr / META-INF / spring / jcr.xml
index 9826c454364a9297b439b98e989b66a3ffd34a2f..6c1f43c42803bc253bf18778b9dcd037e9880215 100644 (file)
                </property>\r
        </bean>\r
 \r
+       <bean id="resultListener" class="org.argeo.slc.jcr.execution.JcrResultListener">\r
+               <property name="session" ref="session" />\r
+       </bean>\r
+\r
+\r
        <bean id="session" class="org.argeo.security.jcr.SecureThreadBoundSession">\r
                <property name="repository" ref="repository" />\r
        </bean>\r
 \r
-       <bean class="org.argeo.security.core.SystemExecutionBeanPostProcessor">\r
+       <bean\r
+               class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">\r
                <property name="authenticationManager" ref="authenticationManager" />\r
        </bean>\r
 </beans>
\ No newline at end of file