Change-Id: I60bf6ac9d886d27c70543a0b7df24d626639fc3e Former-commit-id: c213b3b5552a2b11c69965bc6edcfb8acf7fa0a8
9 lines
No EOL
505 B
XML
9 lines
No EOL
505 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="replicationConfigFileName" class="java.lang.String">
|
|
<constructor-arg value="ebxml/notification/notificationServers_WFO.xml" />
|
|
</bean>
|
|
</beans> |