]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/spring/technicalServiceContext.xml
Salome HOME
Refactoring of Database, replacing SQL by DAOs calls. Methods for search by criteria...
[tools/siman.git] / Workspace / Siman-Common / src / spring / technicalServiceContext.xml
index 2f8d9b5dec7d8787f1cd3c86bcca2a55536061f2..2e17609a083f0ff1964032efe14c9bb2fcfee354 100644 (file)
@@ -16,7 +16,8 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
 
        <bean id="projectSettings"
                class="org.splat.service.technical.ProjectSettingsServiceImpl">
-               <property name="database" ref="database" />
+        <property name="database" ref="database" />
+        <property name="simulationContextService" ref="simulationContextService" />
        </bean>
 
        <bean id="indexService"