2013-04-26 10:17:03 -05:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx"
|
2013-05-29 16:19:28 -05:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
2013-04-26 10:17:03 -05:00
|
|
|
|
2013-05-21 10:11:25 -05:00
|
|
|
<bean id="ebxmlFederationEnabled" class="java.lang.Boolean">
|
2013-05-28 18:00:13 -05:00
|
|
|
<constructor-arg value="${EBXML_REGISTRY_FEDERATION_ENABLED}" />
|
2013-05-21 10:11:25 -05:00
|
|
|
</bean>
|
|
|
|
|
2013-04-26 10:17:03 -05:00
|
|
|
<bean id="ebxmlEmailEnabled" class="java.lang.Boolean">
|
|
|
|
<constructor-arg value="${ebxml-email.enabled}" />
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
</beans>
|