You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/12 22:52:43 UTC

svn commit: r824496 - in /incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar: envVarCPP.xml envVarCPP1.xml envVarCPPwrongProtocol.xml

Author: schor
Date: Mon Oct 12 20:52:43 2009
New Revision: 824496

URL: http://svn.apache.org/viewvc?rev=824496&view=rev
Log:
UIMA-1288 fix 3 testcases to track the new bean Eddie added for C++

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP1.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPPwrongProtocol.xml

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP.xml?rev=824496&r1=824495&r2=824496&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP.xml Mon Oct 12 20:52:43 2009
@@ -10,6 +10,10 @@
 <!--======================================================-->
    <!-- Primitive or non-Async Aggr: MeetingDetectorTaeQueue -->
    <!--======================================================-->
+   <bean id="placeholderSubstitution"
+         class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+      <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE"/>
+   </bean>
    <bean id="primitive_ctlr_MeetingDetectorTaeQueue_1"
          class="org.apache.uima.aae.controller.UimacppServiceController">
 

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP1.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP1.xml?rev=824496&r1=824495&r2=824496&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP1.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPP1.xml Mon Oct 12 20:52:43 2009
@@ -13,6 +13,10 @@
 <!--======================================================-->
    <!-- Primitive or non-Async Aggr: MeetingDetectorTaeQueue -->
    <!--======================================================-->
+   <bean id="placeholderSubstitution"
+         class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+      <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE"/>
+   </bean>
    <bean id="primitive_ctlr_MeetingDetectorTaeQueue_1"
          class="org.apache.uima.aae.controller.UimacppServiceController">
 

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPPwrongProtocol.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPPwrongProtocol.xml?rev=824496&r1=824495&r2=824496&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPPwrongProtocol.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/test/resources/deploy/expected/envVar/envVarCPPwrongProtocol.xml Mon Oct 12 20:52:43 2009
@@ -10,6 +10,10 @@
 <!--======================================================-->
    <!-- Primitive or non-Async Aggr: MeetingDetectorTaeQueue -->
    <!--======================================================-->
+   <bean id="placeholderSubstitution"
+         class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+      <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE"/>
+   </bean>
    <bean id="primitive_ctlr_MeetingDetectorTaeQueue_1"
          class="org.apache.uima.aae.controller.UimacppServiceController">