Salome HOME
SimulationContextFacade has been moved into Siman-Common. Import document action...
[tools/siman.git] / Workspace / Siman-Common / src / spring / businessServiceContext.xml
index d4abfbc97b28ba28b7dc6bed0fee1c7acee8a8dd..51146ad2083c68709a57044da5d7d69a4e6a1f95 100644 (file)
@@ -102,13 +102,19 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
                <property name="projectElementDAO" ref="projectElementDAO" />
        </bean>
 
-       <bean id="simulationContextService"
-               class="org.splat.service.SimulationContextServiceImpl">
-               <property name="simulationContextDAO"
-                       ref="simulationContextDAO" />
-               <property name="simulationContextTypeDAO"
-                       ref="simulationContextTypeDAO" />
-       </bean>
+    <bean id="simulationContextService"
+        class="org.splat.service.SimulationContextServiceImpl">
+        <property name="simulationContextDAO"
+            ref="simulationContextDAO" />
+        <property name="simulationContextTypeDAO"
+            ref="simulationContextTypeDAO" />
+    </bean>
+
+    <bean id="simulationContextTypeService"
+        class="org.splat.service.SimulationContextTypeServiceImpl">
+        <property name="simulationContextTypeDAO"
+            ref="simulationContextTypeDAO" />
+    </bean>
 
        <bean id="studyService"
                class="org.splat.service.StudyServiceImpl">