Change-Id: Id307fdc04ba7a74c9e81650c7b4ba272405cf6df Former-commit-id: 81d0249971d4004067b6aef672e00417ddb83b36
17 lines
No EOL
717 B
XML
17 lines
No EOL
717 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" />
|
|
<property name="xacmlPolicyAdmin" ref="XACMLPolicyAdministrator"/>
|
|
</bean>
|
|
|
|
|
|
<bean id="ebxmlDbValidationStrategy"
|
|
class="com.raytheon.uf.edex.registry.ebxml.dao.EbxmlPostgresValidationStrategy" />
|
|
|
|
|
|
</beans> |