awips2/tests/resources/unit-test-db-beans.xml
Dustin Johnson 05ff0b87bf Issue Changes to comply with the Ebxml 4.0 spec for SubmitObjects
Amend: Rebase on newest development commits

Change-Id: I70fcf39d4c819e961921496c9a8f9097981b1de7

Former-commit-id: 555ebfe7bc [formerly 42b2e12061] [formerly 457710f5d4] [formerly 555ebfe7bc [formerly 42b2e12061] [formerly 457710f5d4] [formerly 3adc0f3bd9 [formerly 457710f5d4 [formerly 78bfd27bf513a4014c957a069432e8a05d519004]]]]
Former-commit-id: 3adc0f3bd9
Former-commit-id: a86b9410cd [formerly ef0c554826] [formerly d5b6a5360c10b8e99927483671d17a71f473ca56 [formerly 6b1bd85a9b]]
Former-commit-id: 50f65a80a109bcb678a0ba659e38767fd6ad3354 [formerly dee76dddeb]
Former-commit-id: 5cadb52fff
2013-04-22 11:25:08 -05:00

19 lines
No EOL
877 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd">
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">
<value>classpath:/unit-test-db-beans.properties</value>
</property>
</bean>
<import resource="classpath:/unit-test-db-session.xml" />
</beans>