[jboss-svn-commits] JBL Code SVN: r8688 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jan 4 13:22:50 EST 2007


Author: kevin.conner at jboss.com
Date: 2007-01-04 13:22:49 -0500 (Thu, 04 Jan 2007)
New Revision: 8688

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config-gateway.xml
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config.xml
Log:
Removed original esb config files

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config-gateway.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config-gateway.xml	2007-01-04 18:11:50 UTC (rev 8687)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config-gateway.xml	2007-01-04 18:22:49 UTC (rev 8688)
@@ -1,15 +0,0 @@
-<esb-config-gateway parameterReloadSecs="180">
-   <esb-file-gateway
- 	 target-service-category="myCategory"
-     target-service-name="myFileGateway"
-     gatewayClass="org.jboss.soa.esb.listeners.gateway.FileGatewayListener"
-     pollLatencySeconds="5"
-     inputDir="/tmp/ESBInput"
-     inputSuffix=".dat"
-     postSuffix=".sentToEsb"
-   >
-   <!-- no action needed as the inbound message is automatically converted
-     and sent to the queue for the target service -->  
-   </esb-file-gateway>   
-</esb-config-gateway>
-

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config.xml	2007-01-04 18:11:50 UTC (rev 8687)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/esb-config.xml	2007-01-04 18:22:49 UTC (rev 8688)
@@ -1,24 +0,0 @@
-<esb-config parameterReloadSecs="180">
-   <esb-listener
-    service-category="myCategory"
-  	service-name="myFileGateway"
-    service-description="Simply listens for ESB Messages"
-	epr-description="File Hello World"
-   	listenerClass="org.jboss.soa.esb.listeners.message.JmsQueueListener"
-	connection-factory="ConnectionFactory"
-	destination-type="queue"
-   	destination-name="queue/B"
-    jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
-    jndi-URL="localhost"
-   >
-	 <action class="quickstart.MyAction" process="displayMessage" exceptionMethod="exceptionHandler" />	  
-   	 <action class="quickstart.MyAction" process="playWithMessage" exceptionMethod="exceptionHandler" />
-   	 
-   	 <action  class="org.jboss.soa.esb.actions.Notifier"  okMethod="notifyOK">
-		   	<NotificationList type="OK"> 
-				   <target class="NotifyConsole" />
-				   <!-- add notify JMS -->
-			  </NotificationList> 
-	   </action>   	
-   </esb-listener>   
-</esb-config>
\ No newline at end of file




More information about the jboss-svn-commits mailing list