]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/spring/applicationContext.xml
Salome HOME
Beans initialization is fixed. Document can be added to study now.
[tools/siman.git] / Workspace / Siman / src / spring / applicationContext.xml
index d915f684acb3872180ae463859ecc1bd37473be5..f8cc9fd168fa3faa791f19826871b65d61c74237 100644 (file)
@@ -17,7 +17,9 @@ http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
                <property name="projectElementService"
                        ref="projectElementService" />
                <property name="projectSettings" ref="projectSettings" />
+               <property name="publicationService" ref="publicationService" />
                <property name="scenarioService" ref="scenarioService" />
+               <property name="stepService" ref="stepService" />
        </bean>
 
        <bean id="openKnowledge" class="org.splat.simer.OpenKnowledge"
@@ -119,6 +121,7 @@ http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
 
        <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" />
        </bean>
@@ -127,6 +130,7 @@ http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
                class="org.splat.simer.VersionDocumentAction" scope="prototype">
                <property name="projectSettings" ref="projectSettings" />
                <property name="publicationService" ref="publicationService" />
+               <property name="stepService" ref="stepService" />
        </bean>
 
        <bean id="editDocumentAction"