]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/org.argeo.slc.akb.services/META-INF/spring/services.xml
Base tree structure and first draft for the AKB App.
[gpl/argeo-slc.git] / modules / org.argeo.slc.akb.services / META-INF / spring / services.xml
diff --git a/modules/org.argeo.slc.akb.services/META-INF/spring/services.xml b/modules/org.argeo.slc.akb.services/META-INF/spring/services.xml
new file mode 100644 (file)
index 0000000..22c33a6
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<beans xmlns="http://www.springframework.org/schema/beans"\r
+       xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="\r
+               http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
+               http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">\r
+\r
+       <!-- <bean id="akbService" class="org.argeo.slc.akb.core.AkbServiceImpl" \r
+               init-method="init" destroy-method="destroy"> <property name="repository" \r
+               ref="peopleRepository" /> <property name="managedRoles" ref="managedRoles" \r
+               /> </bean> -->\r
+       <bean\r
+               class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">\r
+               <property name="authenticationManager" ref="authenticationManager" />\r
+       </bean>\r
+</beans>