]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/spring/businessServiceContext.xml
Salome HOME
Refactoring of Database, replacing SQL by DAOs calls. Methods for search by criteria...
[tools/siman.git] / Workspace / Siman-Common / src / spring / businessServiceContext.xml
index 337c839f4780d7043d032561d1ef55a0823e031f..0e2805f78be722d999041c8947167c7d259fa796 100644 (file)
@@ -25,6 +25,7 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
                class="org.splat.service.DocumentServiceImpl">
                <property name="projectSettings" ref="projectSettings" />
                <property name="studyService" ref="studyService" />
+               <property name="documentDAO" ref="documentDAO" />
        </bean>
 
        <bean id="knowledgeElementService"
@@ -60,6 +61,16 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
        <bean id="stepService" class="org.splat.service.StepServiceImpl">
                <property name="indexService" ref="indexService" />
                <property name="documentService" ref="documentService" />
+               <property name="simulationContextService"
+                       ref="simulationContextService" />
+       </bean>
+
+       <bean id="simulationContextService"
+               class="org.splat.service.SimulationContextServiceImpl">
+               <property name="simulationContextDAO"
+                       ref="simulationContextDAO" />
+               <property name="simulationContextTypeDAO"
+                       ref="simulationContextTypeDAO" />
        </bean>
 
        <bean id="studyService"
@@ -69,7 +80,8 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
                        ref="projectElementService" />
                <property name="projectSettings" ref="projectSettings" />
                <property name="scenarioService" ref="scenarioService" />
-               <property name="stepService" ref="stepService" />
+        <property name="stepService" ref="stepService" />
+        <property name="studyDAO" ref="studyDAO" />
        </bean>
 
 </beans>
\ No newline at end of file