]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/spring/globalContext.xml
Salome HOME
Modifications done to respect PMD rules. Versioning a document is fixed. Validation...
[tools/siman.git] / Workspace / Siman-Common / src / spring / globalContext.xml
index 596379da675c229bc07f21f111d1417435e15e13..1e9ac52fad2fc32fe8fce97d9a266b7a3ef99040 100644 (file)
@@ -28,7 +28,7 @@ http://www.springframework.org/schema/context/spring-context-3.0.xsd">
                <property name="repositoryService" ref="repositoryService" />
        </bean>
 
-    <bean id="genericDAO" class="org.splat.dal.dao.kernel.GenericDAOImpl"
+    <bean id="genericDAO" class="org.splat.dal.dao.kernel.AbstractGenericDAOImpl"
         abstract="true">
         <property name="sessionFactory" ref="simanSessionFactory" />
     </bean>