mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- fix user feed controls - add support for Derby dialect, including sample config - add derby.jar (10.4.1.3) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9572 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
12 lines
481 B
XML
12 lines
481 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<beans>
|
|
|
|
<bean id="sqlMapClient" class="org.springframework.orm.ibatis.SqlMapClientFactoryBean" singleton="true">
|
|
<property name="configLocation"><value>classpath:alfresco/extension/custom-activities-SqlMapConfig.xml</value></property>
|
|
<property name="dataSource" ref="iBatisDataSource"/>
|
|
</bean>
|
|
|
|
</beans>
|