1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
6 <bean id="propertyBean"
7 class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
8 <property name="locations">
10 <value>properties/test.org.wamblee.security.hibernate.properties</value>
11 <value>properties/test.org.wamblee.security.usermgt.properties</value>
12 <value>properties/test.org.wamblee.security.database.properties</value>