Salome HOME
Fix:
[tools/siman.git] / Workspace / Siman-Common / src / spring / businessServiceContext.xml
index b27d984d7476772a08419bb728c9f116783d80fe..cb6622239785d841969ab56d9ae0f27d5f1a22b3 100644 (file)
@@ -168,6 +168,14 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
         <property name="repositoryService" ref="repositoryService" />
         <property name="publicationDAO" ref="publicationDAO" />
        </bean>
+       
+    <bean id="studyComparisonService"
+        class="org.splat.service.StudyComparisonServiceImpl">
+        <property name="projectSettings" ref="projectSettings" />
+        <property name="publicationDAO" ref="publicationDAO" />
+        <property name="userService" ref="userService" />
+        <property name="searchService" ref="searchService" />
+    </bean>
 
        <bean id="userRights" abstract="true" scope="session">
                <property name="studyService" ref="studyService" />