Change-Id: I0f1b2ecbac19cdc2304680d4dbdfb5d963f0649d Former-commit-id: 6eb387e69c2fc4837b58f99e4343a745162fb384
16 lines
No EOL
650 B
XML
16 lines
No EOL
650 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
|
|
|
<bean id="DbInit" class="com.raytheon.uf.edex.registry.ebxml.dao.DbInit">
|
|
<property name="dao" ref="registryObjectDao" />
|
|
<property name="sessionFactory" ref="metadataSessionFactory" />
|
|
<property name="lcm" ref="lcmServiceImpl" />
|
|
</bean>
|
|
|
|
|
|
<bean id="ebxmlDbValidationStrategy"
|
|
class="com.raytheon.uf.edex.registry.ebxml.dao.EbxmlPostgresValidationStrategy" />
|
|
|
|
|
|
</beans> |