Statistics
| Revision:

svn-gvsig-desktop / tags / CatalogYNomenclator_v1_1_1005_Build_0 / applications / appCatalogYNomenclatorClient / config / ApplicationContext.xml @ 12766

History | View | Annotate | Download (1.52 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
3
<beans>
4
        <bean id="placeholderConfig" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
5
            <property name="location"><value>gvSIG/extensiones/es.gva.cit.gvsig.catalogClient/config/TestContext.properties</value></property>
6
        </bean>
7
<!-- ========================= GENERAL DEFINITIONS ========================= -->
8
        <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
9
            <property name="basename"><value>messages</value></property>
10
        </bean>
11
<!-- ========================= PERSISTENCE DEFINITIONS ========================= -->
12

    
13
<!-- ========================= BUSINESS DEFINITIONS ========================= -->
14

    
15
        <bean id="OIDRegister" class="org.jzkit.a2j.codec.util.OIDRegister">
16
            <constructor-arg index="0"><value>/es/gva/cit/catalogClient/protocols/context/a2j.properties</value></constructor-arg>
17
        </bean>
18

    
19
<!-- conversion rules -->
20
        <bean id="RPNToInternalRules" class="org.jzkit.util.PropsHolder">
21
            <constructor-arg index="0"><value>/es/gva/cit/catalogClient/protocols/context/InternalAttrTypes.properties</value></constructor-arg>
22
        </bean>
23

    
24
          <bean id="InternalToType1ConversionRules" class="org.jzkit.z3950.QueryModel.PropsBasedInternalToType1ConversionRules">
25
            <constructor-arg index="0"><value>/es/gva/cit/catalogClient/protocols/context/InternalToType1Rules.properties</value></constructor-arg>
26
        </bean>
27
</beans>