You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2011/02/23 16:28:16 UTC

svn commit: r1073781 [2/2] - /uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteMultiplier.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteMultiplier.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteMultiplier.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteMultiplier.xml Wed Feb 23 15:28:13 2011
@@ -37,14 +37,14 @@
         <delegates>
 
           <remoteAnalysisEngine key="TestMultiplier">
-	                  <inputQueue endpoint="TestMultiplierQueue" brokerURL="tcp://localhost:8118"/>
+	                  <inputQueue endpoint="TestMultiplierQueue" brokerURL="${DefaultBrokerURL}"/>
                       <casMultiplier poolSize="5"/>
 	                  <serializer method="xmi"/>
                       
           </remoteAnalysisEngine>
           
           <remoteAnalysisEngine key="NoOp">
-	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
+	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}"/>
 	                  <serializer method="xmi"/>
                       <asyncAggregateErrorConfiguration>
                             <getMetadataErrors maxRetries="3" timeout="4000" errorAction="continue" />

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteNoOpOnBroker8200.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteNoOpOnBroker8200.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteNoOpOnBroker8200.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateWithRemoteNoOpOnBroker8200.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestAggregate.xml"/>
       </topDescriptor>
@@ -41,7 +41,7 @@
           </analysisEngine>
 
           <remoteAnalysisEngine key="NoOp" remoteReplyQueueScaleout="3">
-	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8200"/>
+	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${BrokerURL}"/>
 	                  <serializer method="xmi"/>
                       <asyncAggregateErrorConfiguration>
                             <getMetadataErrors maxRetries="3" timeout="15000" errorAction="continue" />

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocated1MillionDocsCM.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocated1MillionDocsCM.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocated1MillionDocsCM.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocated1MillionDocsCM.xml Wed Feb 23 15:28:13 2011
@@ -26,7 +26,7 @@
   <vendor/>
   <deployment protocol="jms" provider="activemq">
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestCMAggregateWithCollocated1MillionCM.xml"/>
       </topDescriptor>
@@ -43,7 +43,7 @@
           </analysisEngine>
 			
           <remoteAnalysisEngine key="RemoteNoOp">
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="NoOpAnnotatorQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="NoOpAnnotatorQueue"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="0" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocatedCM.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocatedCM.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocatedCM.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithCollocatedCM.xml Wed Feb 23 15:28:13 2011
@@ -27,7 +27,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="3" initialFsHeapSize="2000000"/> 
     <service>
-      <inputQueue endpoint="InnerAggregateQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="InnerAggregateQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestCMAggregateWithCollocatedCM.xml"/>
       </topDescriptor>
@@ -44,7 +44,7 @@
           </analysisEngine>
 			
           <remoteAnalysisEngine key="RemoteNoOp">
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="NoOpAnnotatorQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="NoOpAnnotatorQueue"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="0" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithRemote1MillionDocsCM.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithRemote1MillionDocsCM.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithRemote1MillionDocsCM.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CMAggregateWithRemote1MillionDocsCM.xml Wed Feb 23 15:28:13 2011
@@ -26,7 +26,7 @@
   <vendor/>
   <deployment protocol="jms" provider="activemq">
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestCasMultiplierAggregateWithRemoteMultiplier2.xml"/>
       </topDescriptor>
@@ -35,7 +35,7 @@
         <delegates>
         
 		  <remoteAnalysisEngine key="TestMultiplier">
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="TestMultiplierQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="TestMultiplierQueue"/>
             <casMultiplier poolSize="3" initialFsHeapSize="2000000"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="0" errorAction="terminate"/>
@@ -45,7 +45,7 @@
           </remoteAnalysisEngine>
 			
           <remoteAnalysisEngine key="NoOp">
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="NoOpAnnotatorQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="NoOpAnnotatorQueue"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="0" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2InnerMultipliers.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2InnerMultipliers.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2InnerMultipliers.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2InnerMultipliers.xml Wed Feb 23 15:28:13 2011
@@ -27,7 +27,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5" initialFsHeapSize="2000000"/>
     <service>
-      <inputQueue endpoint="InnerAggregateCMQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="InnerAggregateCMQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/CasMultiplierAggregateWith2InnerMultipliers.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2Multipliers.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2Multipliers.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2Multipliers.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWith2Multipliers.xml Wed Feb 23 15:28:13 2011
@@ -27,7 +27,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5" initialFsHeapSize="2000000"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/CasMultiplierAggregateWith2Multipliers.xml"/>
       </topDescriptor>
@@ -44,7 +44,7 @@
             </asyncAggregateErrorConfiguration>
           </analysisEngine>
           <remoteAnalysisEngine key="NoOp">
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="NoOpAnnotatorQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="NoOpAnnotatorQueue"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="60000" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_CasMultiplierAggregateWithRemoteCasMultiplier.xml Wed Feb 23 15:28:13 2011
@@ -27,7 +27,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5" initialFsHeapSize="2000000"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestCasMultiplierAggregateWithRemoteMultiplier.xml"/>
       </topDescriptor>
@@ -35,7 +35,7 @@
         <scaleout numberOfInstances="1"/>
         <delegates>
 		  <remoteAnalysisEngine key="SimpleCasGenerator">
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="TestMultiplierQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="TestMultiplierQueue"/>
             <casMultiplier poolSize="3" initialFsHeapSize="2000000"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="0" errorAction="terminate"/>
@@ -45,7 +45,7 @@
           </remoteAnalysisEngine>
 
 		  <remoteAnalysisEngine key="NoOp">
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="NoOpAnnotatorQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="NoOpAnnotatorQueue"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="60000" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregate.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregate.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregate.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregate.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/ComplexAggregate_TAE.xml"/>
       </topDescriptor>
@@ -43,7 +43,7 @@
           <analysisEngine key="MeetingDetector">
               <delegates>
 	              <remoteAnalysisEngine key="NoOp">
-	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
+	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}"/>
 	                  <serializer method="xmi"/>
                       <asyncAggregateErrorConfiguration>
                             <getMetadataErrors maxRetries="1" timeout="4000" errorAction="terminate" />

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWith1MillionDocs.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWith1MillionDocs.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWith1MillionDocs.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWith1MillionDocs.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/ComplexAggregateWith1MillionDocsCasMultiplier_TAE.xml"/>
       </topDescriptor>
@@ -43,7 +43,7 @@
           <analysisEngine key="MeetingDetector">
               <delegates>
 	              <remoteAnalysisEngine key="NoOp">
-	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
+	                  <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}"/>
 	                  <serializer method="xmi"/>
                       <asyncAggregateErrorConfiguration>
                             <getMetadataErrors maxRetries="1" timeout="4000" errorAction="terminate" />

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithFailingInnerAggregateCM.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithFailingInnerAggregateCM.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithFailingInnerAggregateCM.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithFailingInnerAggregateCM.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/ComplexAggregateWithFailingInnerAggregateCM.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithInnerAggregateCM.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithInnerAggregateCM.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithInnerAggregateCM.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithInnerAggregateCM.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/ComplexAggregateWithInnerAggregateCM.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithRemoteAggregateDelegate.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithRemoteAggregateDelegate.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithRemoteAggregateDelegate.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ComplexAggregateWithRemoteAggregateDelegate.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/ComplexNestedAggregate_TAE.xml"/>
       </topDescriptor>
@@ -41,7 +41,7 @@
           </analysisEngine>
 
           <remoteAnalysisEngine key="MeetingDetector">
-            <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:8118"/>
+            <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="${DefaultBrokerURL}"/>
             <serializer method="xmi"/>
           </remoteAnalysisEngine>
         </delegates>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_EmailRecognizer.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_EmailRecognizer.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_EmailRecognizer.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_EmailRecognizer.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="EmailRecognizerQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="EmailRecognizerQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/SimpleEmailRecognizer_RegEx_TAE.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="GovOfficialRecognizerQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="GovOfficialRecognizerQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/GovernmentOfficialRecognizer_RegEx_TAE.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorAggregate.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorAggregate.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorAggregate.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorAggregate.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="MeetingDetectorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="MeetingDetectorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/tutorial/ex4/MeetingDetectorTAE.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAEWithCM_RemoteRoomNumberDisable.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAEWithCM_RemoteRoomNumberDisable.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAEWithCM_RemoteRoomNumberDisable.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAEWithCM_RemoteRoomNumberDisable.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:8118"/>
+      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="${DefaultBrokerURL}"/>
       <topDescriptor>
         <import location="../descriptors/tutorial/ex4/MeetingDetectorTAEWithCMContinueOnError.xml"/>
       </topDescriptor>
@@ -41,7 +41,7 @@
           </analysisEngine>
         
           <remoteAnalysisEngine key="RoomNumber">
-            <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
+            <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="${DefaultBrokerURL}"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="1000" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml Wed Feb 23 15:28:13 2011
@@ -29,14 +29,14 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:8118"/>
+      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="${DefaultBrokerURL}"/>
       <topDescriptor>
         <import location="../descriptors/tutorial/ex4/MeetingDetectorTAE.xml"/>
       </topDescriptor>
       <analysisEngine>
         <delegates>
           <remoteAnalysisEngine key="RoomNumber">
-            <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
+            <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="${DefaultBrokerURL}"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="1000" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumberDisable.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumberDisable.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumberDisable.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_MeetingDetectorTAE_RemoteRoomNumberDisable.xml Wed Feb 23 15:28:13 2011
@@ -29,14 +29,14 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:8118"/>
+      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="${DefaultBrokerURL}"/>
       <topDescriptor>
         <import location="../descriptors/tutorial/ex4/MeetingDetectorTAEContinueOnError.xml"/>
       </topDescriptor>
       <analysisEngine>
         <delegates>
           <remoteAnalysisEngine key="RoomNumber">
-            <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
+            <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="${DefaultBrokerURL}"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="1000" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NamesAndPersonTitlesRecognizer.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NamesAndPersonTitlesRecognizer.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NamesAndPersonTitlesRecognizer.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NamesAndPersonTitlesRecognizer.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NamesAndPersonTitlesQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NamesAndPersonTitlesQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NamesAndPersonTitles_TAE.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NewRemoteTestMultiplierWithEH.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NewRemoteTestMultiplierWithEH.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NewRemoteTestMultiplierWithEH.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NewRemoteTestMultiplierWithEH.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="TestMultiplierQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TestMultiplierQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
        <import location="../descriptors/multiplier/SimpleCasGenerator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator2.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator2.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator2.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator2.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue2" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue2" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotator2.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator3.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator3.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator3.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator3.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue3" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue3" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator4.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator4.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator4.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotator4.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue4" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue4" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorAWithLongDelay.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorAWithLongDelay.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorAWithLongDelay.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorAWithLongDelay.xml Wed Feb 23 15:28:13 2011
@@ -28,7 +28,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorAQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorAQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithLongDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorBWithLongDelay.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorBWithLongDelay.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorBWithLongDelay.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorBWithLongDelay.xml Wed Feb 23 15:28:13 2011
@@ -28,7 +28,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorBQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorBQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithLongDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorCWithLongDelay.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorCWithLongDelay.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorCWithLongDelay.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorCWithLongDelay.xml Wed Feb 23 15:28:13 2011
@@ -28,7 +28,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorCQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorCQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithLongDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorTerminatingOn2Errors.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorTerminatingOn2Errors.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorTerminatingOn2Errors.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorTerminatingOn2Errors.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithException.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCDelay.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCDelay.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCDelay.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCDelay.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithCpCDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithCpCException.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithCpCException.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithDelay.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithDelay.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithDelay.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithDelay.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithException.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithException.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithException.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithException.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithException.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithExceptionOn5thCAS.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithExceptionOn5thCAS.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithExceptionOn5thCAS.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithExceptionOn5thCAS.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithExceptionOn5thCAS.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithInitException.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithInitException.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithInitException.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithInitException.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithInitFailure.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithLongDelay.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithLongDelay.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithLongDelay.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_NoOpAnnotatorWithLongDelay.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueueLongDelay" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueueLongDelay" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWithLongDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_PersonTitleAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_PersonTitleAnnotator.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_PersonTitleAnnotator.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_PersonTitleAnnotator.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="PersonTitleAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="PersonTitleAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/PersonTitleAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMerger.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMerger.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMerger.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMerger.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="TestMergerQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TestMergerQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
        <import location="../descriptors/multiplier/SimpleCasMerger.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplier.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplier.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplier.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplier.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="TestMultiplierQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TestMultiplierQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
        <import location="../descriptors/multiplier/SimpleCasGeneratorProducing1000Cases.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_1.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_1.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_1.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_1.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="TestMultiplierQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TestMultiplierQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
        <import location="../descriptors/multiplier/SimpleCasGeneratorProducing10Cases.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_2.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_2.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_2.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith10Docs_2.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="TestMultiplierQueue2" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TestMultiplierQueue2" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
        <import location="../descriptors/multiplier/SimpleCasGeneratorProducing10Cases2.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith1MillionDocs.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith1MillionDocs.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith1MillionDocs.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RemoteCasMultiplierWith1MillionDocs.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="TestMultiplierQueue" brokerURL="tcp://localhost:8118" prefetch="0"/>
+      <inputQueue endpoint="TestMultiplierQueue" brokerURL="${DefaultBrokerURL}" prefetch="0"/>
       <topDescriptor>
        <import location="../descriptors/multiplier/SimpleCasGeneratorWith1MillionDocs.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RoomNumberAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RoomNumberAnnotator.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RoomNumberAnnotator.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_RoomNumberAnnotator.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="tcp://localhost:8118"/>
+      <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="${DefaultBrokerURL}"/>
       <topDescriptor>
        <import location="../descriptors/tutorial/ex2/RoomNumberAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPersonTitleAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPersonTitleAnnotator.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPersonTitleAnnotator.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPersonTitleAnnotator.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="PersonTitleAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="PersonTitleAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/SingleInstancePersonTitleAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPrimitiveAggregateAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPrimitiveAggregateAnnotator.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPrimitiveAggregateAnnotator.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_ScaledPrimitiveAggregateAnnotator.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestAggregate.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SimpleAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SimpleAnnotator.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SimpleAnnotator.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SimpleAnnotator.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="NoOpAnnotatorQueue2" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="NoOpAnnotatorQueue2" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/SimpleAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SingleInstancePersonTitleAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SingleInstancePersonTitleAnnotator.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SingleInstancePersonTitleAnnotator.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SingleInstancePersonTitleAnnotator.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="PersonTitleAnnotatorQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="PersonTitleAnnotatorQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/SingleInstancePersonTitleAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator1.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator1.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator1.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator1.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="SlowNoOpAnnotatorQueue1" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="SlowNoOpAnnotatorQueue1" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWith2SecDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator2.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator2.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator2.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SlowNoOpAnnotator2.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="SlowNoOpAnnotatorQueue2" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="SlowNoOpAnnotatorQueue2" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/NoOpAnnotatorWith5SecDelay.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsService.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsService.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsService.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsService.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestAggregateWithJmsService.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceAndScaleoutOverride.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceAndScaleoutOverride.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceAndScaleoutOverride.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceAndScaleoutOverride.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestAggregateWithJmsServiceAndOverride.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceLongDelay.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceLongDelay.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceLongDelay.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceLongDelay.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestAggregateWithJmsServiceLongDelay.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceUsingPlaceholder.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceUsingPlaceholder.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceUsingPlaceholder.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_SyncAggregateWithJmsServiceUsingPlaceholder.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/SimpleTestAggregateWithJmsServiceUsingPlaceholder.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TokenSentenceRecognizer.xml Wed Feb 23 15:28:13 2011
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
     <service>
-      <inputQueue endpoint="TokenSentenceRecognizerQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TokenSentenceRecognizerQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
        <import location="../descriptors/analysis_engine/SimpleTokenAndSentenceAnnotator.xml"/> 
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopAggregateWithInnerAggregateCM.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopAggregateWithInnerAggregateCM.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopAggregateWithInnerAggregateCM.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopAggregateWithInnerAggregateCM.xml Wed Feb 23 15:28:13 2011
@@ -29,7 +29,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/TopLevelAggregate.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopLevelBlueJAggregateCM.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopLevelBlueJAggregateCM.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopLevelBlueJAggregateCM.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_TopLevelBlueJAggregateCM.xml Wed Feb 23 15:28:13 2011
@@ -27,7 +27,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5" initialFsHeapSize="2000000"/>
     <service>
-      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="TopLevelTaeQueue" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/CasMultiplierAggregateWith2Multipliers.xml"/>
       </topDescriptor>
@@ -58,7 +58,7 @@
 			
           <remoteAnalysisEngine key="BlueJInnerRemoteCMAggregate">
             <casMultiplier poolSize="5" initialFsHeapSize="2000000"/> 
-            <inputQueue brokerURL="tcp://localhost:8118" endpoint="InnerAggregateQueue"/>
+            <inputQueue brokerURL="${DefaultBrokerURL}" endpoint="InnerAggregateQueue"/>
             <serializer method="xmi"/>
             <asyncAggregateErrorConfiguration>
               <getMetadataErrors maxRetries="0" timeout="0" errorAction="disable"/>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorA.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorA.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorA.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorA.xml Wed Feb 23 15:28:13 2011
@@ -27,7 +27,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="WriterAnnotatorA" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="WriterAnnotatorA" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/WriterAnnotatorA.xml"/>
       </topDescriptor>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorB.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorB.xml?rev=1073781&r1=1073780&r2=1073781&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorB.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_WriterAnnotatorB.xml Wed Feb 23 15:28:13 2011
@@ -27,7 +27,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/>
     <service>
-      <inputQueue endpoint="WriterAnnotatorB" brokerURL="tcp://localhost:8118" prefetch="1"/>
+      <inputQueue endpoint="WriterAnnotatorB" brokerURL="${DefaultBrokerURL}" prefetch="1"/>
       <topDescriptor>
         <import location="../descriptors/analysis_engine/WriterAnnotatorB.xml"/>
       </topDescriptor>