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 2009/10/07 20:22:50 UTC

svn commit: r822822 - /incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/

Author: cwiklik
Date: Wed Oct  7 18:22:50 2009
New Revision: 822822

URL: http://svn.apache.org/viewvc?rev=822822&view=rev
Log:
UIMA-1288 Updated to use placeholder for brokerURL

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingAnnotator.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_3MeetingAnnotators.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Sync_3Instances.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Whiteboard.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingFinder.xml
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_RoomNumberAnnotator.xml

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingAnnotator.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingAnnotator.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingAnnotator.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingAnnotator.xml Wed Oct  7 18:22:50 2009
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <service>
       <custom name="run_top_level_CPP_service_as_separate_process"/>
-      <inputQueue endpoint="MeetingAnnotator" brokerURL="tcp://localhost:61616"/>
+      <inputQueue endpoint="MeetingAnnotator" brokerURL="${defaultBrokerURL}"/>
       <topDescriptor>
        <import location="../../../uimacpp/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml"/>
       </topDescriptor>

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE.xml Wed Oct  7 18:22:50 2009
@@ -29,7 +29,7 @@
   
   <deployment protocol="jms" provider="activemq">
     <service>
-      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:61616"/>
+      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="${defaultBrokerURL}"/>
       <topDescriptor>
        <import location="../../descriptors/tutorial/ex4/MeetingDetectorTAE.xml"/> 
       </topDescriptor>

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_3MeetingAnnotators.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_3MeetingAnnotators.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_3MeetingAnnotators.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_3MeetingAnnotators.xml Wed Oct  7 18:22:50 2009
@@ -30,7 +30,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="5"/> 
       <service>
-        <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:61616"/>
+        <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="${defaultBrokerURL}"/>
         <topDescriptor>
          <import location="../../descriptors/tutorial/ex4/MeetingDetectorTAE.xml"/> 
         </topDescriptor>

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_RemoteRoomNumber.xml Wed Oct  7 18:22:50 2009
@@ -29,14 +29,14 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="3"/>
     <service>
-      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:61616"/>
+      <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:61616"/>
+            <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="${defaultBrokerURL}"/>
             <serializer method="xmi"/>
           </remoteAnalysisEngine>
         </delegates>

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Sync_3Instances.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Sync_3Instances.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Sync_3Instances.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Sync_3Instances.xml Wed Oct  7 18:22:50 2009
@@ -32,7 +32,7 @@
   <deployment protocol="jms" provider="activemq">
     <casPool numberOfCASes="3"/> 
     <service>
-      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="tcp://localhost:61616"/>
+      <inputQueue endpoint="MeetingDetectorTaeQueue" brokerURL="${defaultBrokerURL}"/>
       <topDescriptor>
        <import location="../../descriptors/tutorial/ex4/MeetingDetectorTAE.xml"/> 
       </topDescriptor>

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Whiteboard.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Whiteboard.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Whiteboard.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingDetectorTAE_Whiteboard.xml Wed Oct  7 18:22:50 2009
@@ -29,7 +29,7 @@
   
   <deployment protocol="jms" provider="activemq">
     <service>
-      <inputQueue endpoint="MeetingDetectorTaeWhiteboardQueue" brokerURL="tcp://localhost:61616"/>
+      <inputQueue endpoint="MeetingDetectorTaeWhiteboardQueue" brokerURL="${defaultBrokerURL}"/>
       <topDescriptor>
         <import location="../../descriptors/flow_controller/MeetingDetectorTAE_Whiteboard.xml"/>
       </topDescriptor>

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingFinder.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingFinder.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingFinder.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_MeetingFinder.xml Wed Oct  7 18:22:50 2009
@@ -29,7 +29,7 @@
   
   <deployment protocol="jms" provider="activemq">
       <service>
-        <inputQueue endpoint="MeetingFinderQueue" brokerURL="tcp://localhost:61616"/>
+        <inputQueue endpoint="MeetingFinderQueue" brokerURL="${defaultBrokerURL}"/>
         <topDescriptor>
          <import location="MeetingFinderAggregate.xml"/> 
         </topDescriptor>

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_RoomNumberAnnotator.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_RoomNumberAnnotator.xml?rev=822822&r1=822821&r2=822822&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_RoomNumberAnnotator.xml (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/examples/deploy/as/Deploy_RoomNumberAnnotator.xml Wed Oct  7 18:22:50 2009
@@ -29,7 +29,7 @@
   
   <deployment protocol="jms" provider="activemq">
     <service>
-      <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="tcp://localhost:61616"/>
+      <inputQueue endpoint="RoomNumberAnnotatorQueue" brokerURL="${defaultBrokerURL}"/>
       <topDescriptor>
        <import location="../../descriptors/tutorial/ex2/RoomNumberAnnotator.xml"/> 
       </topDescriptor>