Salome HOME
Copyrights update 2015.
[tools/siman.git] / Workspace / Siman-Common / src / spring / technicalServiceContext.xml
index 2c368a54e59ada6f4faac38d8fc2be9aec647af4..6def9c89c809f601e0e3c0ab2e60960fe3d24b73 100644 (file)
@@ -14,11 +14,17 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
        <bean id="repositoryService"
                class="org.splat.service.technical.RepositoryServiceImpl" />
 
+    <bean id="stepsConfigService"
+        class="org.splat.service.technical.StepsConfigServiceImpl"/>
+        
        <bean id="projectSettings"
-               class="org.splat.service.technical.ProjectSettingsServiceImpl">
+               class="org.splat.service.technical.ProjectSettingsServiceImpl"
+               init-method="configure">
+               <property name="config" value="${wapp.configuration}" />
+        <property name="stepsConfigService" ref="stepsConfigService" />
                <property name="database" ref="database" />
-               <property name="simulationContextService"
-                       ref="simulationContextService" />
+               <property name="simulationContextTypeService"
+                       ref="simulationContextTypeService" />
                <property name="documentTypeService" ref="documentTypeService" />
                <property name="knowledgeElementTypeService"
                        ref="knowledgeElementTypeService" />