Change-Id: Ib7e23bdfbecebe7141ef2d086d7b049530d11ce2 Former-commit-id:3c7ad386ed
[formerly59a9aeabf0
[formerly c2d5beba2c9656d80851aee1a7beabe4807c14f6]] Former-commit-id:59a9aeabf0
Former-commit-id:a7258dd8f6
15 lines
No EOL
820 B
XML
15 lines
No EOL
820 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
|
|
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
|
|
|
<bean name="federationManager"
|
|
class="com.raytheon.uf.edex.datadelivery.registry.federation.NcfRegistryFederationManager">
|
|
<constructor-arg ref="ebxmlFederationEnabled"/>
|
|
<constructor-arg ref="lcmServiceImpl" />
|
|
<constructor-arg value="ebxml/federation/ncfFederationConfig.xml" />
|
|
<constructor-arg ref="RegistryReplicationManager"/>
|
|
<property name="registryObjectDao" ref="registryObjectDao"/>
|
|
<property name="registryDao" ref="registryDao"/>
|
|
</bean>
|
|
</beans> |