[extra-standard] r1942 committed - Erste Version. EVoat 12

1 view
Skip to first unread message

extra-s...@googlecode.com

unread,
Sep 24, 2014, 10:06:04 AM9/24/14
to extra-sta...@googlegroups.com
Revision: 1942
Author: potap.ren...@gmail.com
Date: Wed Sep 24 14:05:49 2014 UTC
Log: Erste Version. EVoat 12
https://code.google.com/p/extra-standard/source/detail?r=1942

Added:

/trunk/java/procedures/extra-voat12/src/test/resources/conf/acceptance/phase1

/trunk/java/procedures/extra-voat12/src/test/resources/conf/acceptance/phase1/property-placeholder-acceptance-phase1.xml
Modified:

/trunk/java/procedures/extra-voat12/src/test/resources/conf/phase1/extra-properties-basic.properties

=======================================
--- /dev/null
+++
/trunk/java/procedures/extra-voat12/src/test/resources/conf/acceptance/phase1/property-placeholder-acceptance-phase1.xml
Wed Sep 24 14:05:49 2014 UTC
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:p="http://www.springframework.org/schema/p"
xmlns:util="http://www.springframework.org/schema/util"
+ xmlns:jpa="http://www.springframework.org/schema/data/jpa"
xmlns:tx="http://www.springframework.org/schema/tx"
+ xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
+ http://www.springframework.org/schema/data/jpa
http://www.springframework.org/schema/data/jpa/spring-jpa-1.1.xsd
+ http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util.xsd
+ http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd">
+
+ <bean
+
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+ <property name="propertiesArray">
+ <array>
+ <util:properties id="1"
location="classpath:/conf/testglobalconfig/extra-database.properties" />
+ <util:properties id="2"
location="classpath:/conf/phase1/extra-properties-basic.properties" />
+ <util:properties id="3"
location="classpath:/conf/phase1/extra-properties-user.properties" />
+ </array>
+ </property>
+ <property name="ignoreUnresolvablePlaceholders" value="false"></property>
+ </bean>
+</beans>
=======================================
---
/trunk/java/procedures/extra-voat12/src/test/resources/conf/phase1/extra-properties-basic.properties
Wed Sep 24 13:38:42 2014 UTC
+++
/trunk/java/procedures/extra-voat12/src/test/resources/conf/phase1/extra-properties-basic.properties
Wed Sep 24 14:05:49 2014 UTC
@@ -39,7 +39,7 @@
# ----------------------------------------
# -- MessageHeaderBuilder Konfiguration --
# ----------------------------------------
-message.builder.header.requestDetail.procedure=http://www.extra-standard.de/procedures/EVoat12
+message.builder.header.requestDetail.procedure=http://www.extra-standard.de/procedures/Voat12

message.builder.header.requestDetail.dataType=http://www.extra-standard.de/datatypes/DataRequest

message.builder.header.requestDetail.scenario=http://www.extra-standard.de/scenario/request-with-response

Reply all
Reply to author
Forward
0 new messages