]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/spring/applicationContext.xml
Salome HOME
ImportDocumentAction got rid of Database class usage. EditSimulationContextAction...
[tools/siman.git] / Workspace / Siman / src / spring / applicationContext.xml
index 33a9369a91003067b8cea740cbf356586c2d12d6..c7f34a55ecfb26c90725e2eaf70923668bf7d15d 100644 (file)
@@ -114,7 +114,8 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                <property name="projectSettings" ref="projectSettings" />
                <property name="publicationService" ref="publicationService" />
                <property name="repositoryService" ref="repositoryService" />
-               <property name="documentTypeService" ref="documentTypeService" />
+        <property name="documentService" ref="documentService" />
+        <property name="documentTypeService" ref="documentTypeService" />
        </bean>
 
        <bean id="displayStudyStepAction"
@@ -148,8 +149,10 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                class="org.splat.simer.EditSimulationContextAction" scope="prototype"
                parent="displayStudyStepAction">
                <property name="stepService" ref="stepService" />
-               <property name="simulationContextService"
-                       ref="simulationContextService" />
+        <property name="simulationContextService"
+            ref="simulationContextService" />
+        <property name="simulationContextTypeService"
+            ref="simulationContextTypeService" />
        </bean>
 
        <bean id="editDocumentAction"