Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_909 / applications / appCatalogYNomenclatorClient / config / ApplicationContextAlone.xml @ 33817

History | View | Annotate | Download (1.49 KB)

1 7394 jorpiell
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
3
4
<beans>
5
6
  <bean id="placeholderConfig" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
7
    <property name="location"><value>config/TestContext.properties</value></property>
8
  </bean>
9
10
  <!-- ========================= GENERAL DEFINITIONS ========================= -->
11
12
  <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
13
    <property name="basename"><value>messages</value></property>
14
  </bean>
15
16
17
  <!-- ========================= PERSISTENCE DEFINITIONS ========================= -->
18
19
  <!-- ========================= BUSINESS DEFINITIONS ========================= -->
20
21
  <bean id="OIDRegister" class="org.jzkit.a2j.codec.util.OIDRegister">
22
    <constructor-arg index="0"><value>/es/gva/cit/catalogClient/protocols/context/a2j.properties</value></constructor-arg>
23
  </bean>
24
25
  <!-- conversion rules -->
26
  <bean id="RPNToInternalRules" class="org.jzkit.util.PropsHolder">
27
    <constructor-arg index="0"><value>/es/gva/cit/catalogClient/protocols/context/InternalAttrTypes.properties</value></constructor-arg>
28
  </bean>
29
30
  <bean id="InternalToType1ConversionRules" class="org.jzkit.z3950.QueryModel.PropsBasedInternalToType1ConversionRules">
31
    <constructor-arg index="0"><value>/es/gva/cit/catalogClient/protocols/context/InternalToType1Rules.properties</value></constructor-arg>
32
  </bean>
33
34
</beans>