source: ComponentRegistry/trunk/ComponentRegistry/src/test/resources/applicationContextJDBC.xml @ 2515

Last change on this file since 2515 was 2515, checked in by twagoo, 11 years ago

Merged changes from Olha's branch to trunk

File size: 793 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xmlns:context="http://www.springframework.org/schema/context"
4        xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:/org/springframework/beans/factory/xml/spring-beans-2.5.xsd
5                           http://www.springframework.org/schema/context classpath:/org/springframework/context/config/spring-context-2.5.xsd">
6
7    <context:annotation-config />
8
9    <import resource="spring-config/component-registry.xml"/>
10    <import resource="spring-config/datasource-jdbc.xml"/>
11    <!-- <import resource="spring-config/datasource-hsqldb.xml"/> -->
12    <import resource="spring-config/database-impl.xml"/>
13   
14
15</beans>
Note: See TracBrowser for help on using the repository browser.