]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-WS/src/spring/applicationContext.xml
Salome HOME
Download and upload operations from server to client (from client to server) are...
[tools/siman.git] / Workspace / Siman-WS / src / spring / applicationContext.xml
index 1e4a0acd0ccb2795ce1cb9dcd31c22d5386ca727..2503fd3f3e68d707f18b5e0de6922e7fb8d8729d 100644 (file)
@@ -17,6 +17,8 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
 
     <bean id="SimanSalomeService" class="org.splat.ws_server.service.salome.SimanSalomeServiceImpl">
         <property name="scenarioService" ref="scenarioService" />
+        <property name="repositoryService" ref="repositoryService" />
+        <property name="projectSettingsService" ref="projectSettings" />
     </bean>
 
 </beans>