META-INF.ui-spring.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" default-autowire="no" default-lazy-init="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd"> <import resource="classpath*:/META-INF/cxf/cxf.xml" /> <import resource="classpath*:/META-INF/cxf/cxf-extension-soap.xml" /> <import resource="classpath*:/META-INF/cxf/cxf-servlet.xml" /> <import resource="classpath*:/META-INF/spring-signature.xml"/> <bean id="globalConfig" class="uk.gov.nationalarchives.droid.core.interfaces.config.DroidGlobalConfig" init-method="init"/> <bean id="signatureManager" class="uk.gov.nationalarchives.droid.signature.SignatureManagerImpl" init-method="init"> <property name="signatureUpdateServices"> <map> <entry key="BINARY" value-ref="binarySignatureUpdateService"/> <entry key="CONTAINER" value-ref="containerSignatureUpdateService"/> <!-- <entry key="TEXT" value-ref="textSignatureUpdateService"/> --> </map> </property> <property name="config" ref="globalConfig"/> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy