]> SALOME platform Git repositories - tools/siman.git/commitdiff
Salome HOME
ImportDocumentAction spring definition is fixed. Import document is working now.
authorrkv <rkv@opencascade.com>
Wed, 17 Oct 2012 08:20:00 +0000 (08:20 +0000)
committerrkv <rkv@opencascade.com>
Wed, 17 Oct 2012 08:20:00 +0000 (08:20 +0000)
Workspace/Siman/src/spring/applicationContext.xml

index ad3192f2f21a9d87d008fee9822407b168161240..8348daa250f012c25e37afd8523858771a01b7d3 100644 (file)
@@ -74,6 +74,15 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                <property name="studyService" ref="studyService" />
        </bean>
 
+       <bean id="importDocumentAction"
+               class="org.splat.simer.ImportDocumentAction" scope="prototype"
+               parent="baseAction">
+               <property name="stepService" ref="stepService" />
+               <property name="projectSettings" ref="projectSettings" />
+               <property name="publicationService" ref="publicationService" />
+               <property name="repositoryService" ref="repositoryService" />
+       </bean>
+
        <bean id="displayStudyStepAction"
                class="org.splat.simer.DisplayStudyStepAction" parent="baseAction"
                scope="prototype">
@@ -178,14 +187,6 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                <property name="repositoryService" ref="repositoryService" />
        </bean>
 
-       <bean id="importDocumentAction"
-               class="org.splat.simer.ImportDocumentAction" scope="prototype">
-               <property name="stepService" ref="stepService" />
-               <property name="projectSettings" ref="projectSettings" />
-               <property name="publicationService" ref="publicationService" />
-               <property name="repositoryService" ref="repositoryService" />
-       </bean>
-
        <bean id="versionDocumentAction"
                class="org.splat.simer.VersionDocumentAction" scope="prototype">
                <property name="projectSettings" ref="projectSettings" />