]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server.repo/META-INF/spring/repo-osgi.xml
Adapt after refactoring
[gpl/argeo-slc.git] / org.argeo.slc.server.repo / META-INF / spring / repo-osgi.xml
index 1da4dba75e4c189ef0ce265fb43f4a770c4f1576..af033c6f1e511777d2260e7fcecf63b62529154a 100644 (file)
        <service ref="rpmProxyService" interface="org.argeo.slc.rpmfactory.RpmProxyService" />\r
 \r
        <!-- LABEL -->\r
-       <beans:bean class="org.argeo.security.core.OsgiModuleLabel">\r
+       <beans:bean class="org.argeo.cms.spring.osgi.OsgiModuleLabel">\r
                <beans:property name="bundleContext" ref="bundleContext" />\r
        </beans:bean>\r
 \r
        <!-- ROLES -->\r
        <beans:bean id="ROLE_SLC"\r
-               class="org.argeo.security.core.SimpleRoleRegistration" init-method="run">\r
+               class="org.argeo.cms.spring.SimpleRoleRegistration" init-method="run">\r
                <beans:property name="role" value="org.argeo.slc.user" />\r
                <beans:property name="userAdmin" ref="userAdmin" />\r
                <beans:property name="userTransaction" ref="userTransaction" />\r
        </beans:bean>\r
 \r
        <beans:bean\r
-               class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">\r
+               class="org.argeo.cms.spring.AuthenticatedApplicationContextInitialization">\r
        </beans:bean>\r
 </beans:beans>\r
 \r