Separating security into a part that depends only on the JPA and into a
[utils] / security / impl / src / test / resources / spring / test.org.wamblee.security.properties.xml
diff --git a/security/impl/src/test/resources/spring/test.org.wamblee.security.properties.xml b/security/impl/src/test/resources/spring/test.org.wamblee.security.properties.xml
new file mode 100644 (file)
index 0000000..5fa2f72
--- /dev/null
@@ -0,0 +1,16 @@
+<?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="propertyBean"
+        class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+        <property name="locations">
+            <list>
+                <value>properties/test.org.wamblee.security.hibernate.properties</value>
+                <value>properties/test.org.wamblee.security.usermgt.properties</value>
+                <value>properties/test.org.wamblee.security.database.properties</value>
+            </list>
+        </property>
+    </bean> 
+ </beans>
\ No newline at end of file