[jboss-svn-commits] JBL Code SVN: r18709 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 5 15:53:57 EST 2008


Author: beve
Date: 2008-03-05 15:53:57 -0500 (Wed, 05 Mar 2008)
New Revision: 18709

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jboss-esb-unfiltered.xml
Log:
Added mep="OneWay" to actions.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jboss-esb-unfiltered.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jboss-esb-unfiltered.xml	2008-03-05 20:14:30 UTC (rev 18708)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jboss-esb-unfiltered.xml	2008-03-05 20:53:57 UTC (rev 18709)
@@ -54,7 +54,7 @@
                               maxThreads="1"
                 />
             </listeners>
-            <actions>
+            <actions mep="OneWay">
                	<action name="routeAction"  class="org.jboss.soa.esb.actions.StaticRouter">
 			<property name="destinations">
 				<route-to service-category="routerToDisplay" service-name="DisplayRouterListener" /> 
@@ -73,7 +73,7 @@
                               maxThreads="1"
                 />
 		</listeners>
-		<actions>
+		<actions mep="OneWay">
                    <action name="action1" 
                    	class="org.jboss.soa.esb.samples.quickstart.helloworldfilenotifier.MyJMSListenerAction" 
                    	process="displayMessage" 
@@ -90,7 +90,7 @@
                               maxThreads="1"
                 />
 		</listeners>
-	    <actions>
+	    <actions mep="OneWay">
 				<action name="notificationAction" class="org.jboss.soa.esb.actions.Notifier">    
 					<property name="okMethod" value="notifyOK" />
 					<property name="notification-details"> 




More information about the jboss-svn-commits mailing list