Revision 15558 trunk/applications/appCatalogAndGazetteerClient/config/ApplicationContextAlone.xml

View differences:

ApplicationContextAlone.xml
19 19
  <!-- ========================= BUSINESS DEFINITIONS ========================= -->
20 20

  
21 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>
22
    <constructor-arg index="0"><value>/es/gva/cit/catalog/protocols/context/a2j.properties</value></constructor-arg>
23 23
  </bean>
24 24

  
25 25
  <!-- conversion rules -->
26 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>
27
    <constructor-arg index="0"><value>/es/gva/cit/catalog/protocols/context/InternalAttrTypes.properties</value></constructor-arg>
28 28
  </bean>
29 29

  
30 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>
31
    <constructor-arg index="0"><value>/es/gva/cit/catalog/protocols/context/InternalToType1Rules.properties</value></constructor-arg>
32 32
  </bean>
33 33

  
34 34
</beans>

Also available in: Unified diff