]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui.rap/META-INF/spring/commands.xml
Improve and simplify OSGi Boot
[lgpl/argeo-commons.git] / org.argeo.security.ui.rap / META-INF / spring / commands.xml
index 3dd037a3c3c1b022fccca68f362bd6fbaf5edf90..802d31de6414e1a4d70c4f4ca76c82cc6827983b 100644 (file)
@@ -6,13 +6,14 @@
 
        <bean id="openChangePasswordDialog" class="org.argeo.security.ui.commands.OpenChangePasswordDialog"
                scope="prototype">
-               <property name="userDetailsManager" ref="userDetailsManager" />
+               <property name="userAdmin" ref="userAdmin" />
+               <property name="userTransaction" ref="userTransaction" />
        </bean>
 
 
        <!-- RAP Specific command and corresponding service to enable open file -->
-       <bean id="org.argeo.security.ui.specific.openFile" class="org.argeo.eclipse.ui.specific.OpenFile"
-               scope="prototype">
+       <bean id="org.argeo.eclipse.ui.workbench.openFile" class="org.argeo.eclipse.ui.workbench.commands.OpenFile"
+       scope="prototype">
                <property name="openFileServiceId"
                        value="org.argeo.security.ui.specific.openFileService" />
        </bean>