Remove legacy apps.properties files, clean spring config
[gpl/argeo-suite.git] / org.argeo.suite.app / META-INF / spring / backend-services.xml
index e0c9d98f2179052c3f60a945a709f84cc549ca8d..bae10344d3e25d2b2795b8c3c2f0bc7dcd3c6c8f 100644 (file)
@@ -4,8 +4,7 @@
        xsi:schemaLocation="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="userAdminService" class="org.argeo.connect.core.UserAdminServiceImpl"\r
-               scope="singleton" lazy-init="false">\r
+       <bean id="userAdminService" class="org.argeo.connect.core.UserAdminServiceImpl">\r
                <property name="userTransaction" ref="userTransaction" />\r
                <property name="userAdmin" ref="userAdmin" />\r
                <property name="userAdminServiceReference" ref="userAdmin" />\r
@@ -29,7 +28,7 @@
 \r
        <bean id="documentsService" class="org.argeo.documents.DocumentsService" />\r
 \r
-       <!--order is important -->\r
+       <!-- order is important -->\r
        <util:list id="knownAppServices">\r
                <ref bean="peopleService" />\r
                <ref bean="trackerService" />\r