]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/spring/applicationContext.xml
Salome HOME
Preliminary version of the "Remove study" action is implemented.
[tools/siman.git] / Workspace / Siman / src / spring / applicationContext.xml
index 643374cdb757d747ba1ec5446074897963927514..a7ce2df303515eec1ab9eff97b06b4f132df67ba 100644 (file)
@@ -156,6 +156,11 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                <property name="studyService" ref="studyService" />
        </bean>
 
+    <bean id="removeStudyAction" class="org.splat.simer.RemoveStudyAction"
+        scope="prototype" parent="baseAction">
+        <property name="studyService" ref="studyService" />
+    </bean>
+
        <!--========= Inherited from displayStudyStepAction ========= -->
 
        <bean id="studyPropertiesAction"
@@ -165,11 +170,10 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                <property name="userService" ref="userService" />
        </bean>
 
-       <bean id="editStudyAction" class="org.splat.simer.EditStudyAction"
-               scope="prototype" parent="displayStudyStepAction">
-               <property name="studyService" ref="studyService" />
-       </bean>
-
+    <bean id="editStudyAction" class="org.splat.simer.EditStudyAction"
+        scope="prototype" parent="displayStudyStepAction">
+    </bean>
+    
        <bean id="editScenarioPropertiesAction"
                class="org.splat.simer.EditScenarioPropertiesAction" scope="prototype"
                parent="displayStudyStepAction">
@@ -292,6 +296,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                <property name="projectSettings" ref="projectSettings" />
                <property name="publicationService" ref="publicationService" />
                <property name="stepService" ref="stepService" />
+        <property name="studyService" ref="studyService" />
                <property name="repositoryService" ref="repositoryService" />
        </bean>