Salome HOME
Search knowledge is implemented. Unit tests are improved. Lucene index is not used...
[tools/siman.git] / Workspace / Siman-Common / src / spring / businessServiceContext.xml
index 2a1874f523ce3910f8de89735708b438f4bd36a1..bb1b461260218fa8c47f65aa6a15203506c4a54f 100644 (file)
@@ -104,6 +104,7 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
                <property name="repositoryService" ref="repositoryService" />
                <property name="studyService" ref="studyService" />
                <property name="studyDAO" ref="studyDAO" />
+        <property name="knowledgeElementDAO" ref="knowledgeElementDAO" />
        </bean>
 
        <bean id="stepService" class="org.splat.service.StepServiceImpl">
@@ -154,6 +155,7 @@ http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
                <property name="documentTypeService" ref="documentTypeService" />
                <property name="userService" ref="userService" />
                <property name="descriptionAttributeDAO" ref="descriptionAttributeDAO" />
+        <property name="repositoryService" ref="repositoryService" />
        </bean>
 
        <bean id="userRights" abstract="true" scope="session">