[jboss-svn-commits] JBL Code SVN: r11637 - in labs/jbossesb/trunk/product/samples/quickstarts: helloworld_ftp_action and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu May 3 06:25:28 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-05-03 06:25:27 -0400 (Thu, 03 May 2007)
New Revision: 11637

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/jboss-esb.xml
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb.xml
   labs/jbossesb/trunk/product/samples/quickstarts/static_router/jboss-esb.xml
Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/
   labs/jbossesb/trunk/product/samples/quickstarts/static_router/
Log:
Removed preparsed jboss-esb.xml files


Property changes on: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action
___________________________________________________________________
Name: svn:ignore
   - build

   + build
jboss-esb.xml


Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/jboss-esb.xml	2007-05-03 10:10:09 UTC (rev 11636)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/jboss-esb.xml	2007-05-03 10:25:27 UTC (rev 11637)
@@ -1,64 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" parameterReloadSecs="5" >
-
-    <providers>
-          <fs-provider name="FSprovider1">
-          	<fs-bus busid="helloFileChannel" >
-          		<fs-message-filter
-          			directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/helloworld_file_action/build/dirs/input"
-          			input-suffix=".dat"
-          			work-suffix=".esbWorking"
-          			post-delete="false"
-          			post-directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/helloworld_file_action/build/dirs/output"
-          			post-suffix=".sentToEsb"
-          			error-delete="false"
-          			error-directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/helloworld_file_action/build/dirs/error"
-          			error-suffix=".IN_ERROR"
-          		/>
-          	</fs-bus>
-          </fs-provider>
-          
-          <jms-provider name="JBossMessaging" 
-          		connection-factory="ConnectionFactory"
-            	 >
-            
-			    <jms-bus busid="quickstartEsbChannel">
-			        <jms-message-filter
-			            dest-type="QUEUE"
-			            dest-name="queue/quickstart_helloworld_file_esb"
-			            selector="type='fromHelloworldFileAction'"
-			        />
-			    </jms-bus>
-			
-		   </jms-provider>
-
-      </providers>
-      
-      <services>
-          
-        <service 
-			category="myCategory"
-			name="myFileListener"
-        	description="Hello World File Action (esb listener)" >
-            <listeners>
-            	<fs-listener name="FileGateway"
-            		busidref="helloFileChannel"
-            		maxThreads="1"
-            		is-gateway="true"
-            		poll-frequency-seconds="10"
-            	/>
-                <jms-listener name="helloWorldFileAction"
-                              busidref="quickstartEsbChannel"
-                              maxThreads="1"
-                />
-            </listeners>
-            <actions>
-                   <action name="action1" 
-                   	class="org.jboss.soa.esb.samples.quickstart.helloworldfileaction.MyAction" 
-                   	process="displayMessage,playWithMessage" 
-                   	/>      
-            </actions>
-        </service>
-      </services>
-     
-</jbossesb>


Property changes on: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action
___________________________________________________________________
Name: svn:ignore
   - build

   + build
jboss-esb.xml


Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb.xml	2007-05-03 10:10:09 UTC (rev 11636)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/jboss-esb.xml	2007-05-03 10:25:27 UTC (rev 11637)
@@ -1,66 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" parameterReloadSecs="5">
-
-    <providers>
-          <ftp-provider name="FTPprovider" hostname="localhost" >
-          	<ftp-bus busid="helloFTPChannel" >
-          		<ftp-message-filter
-          			username="sifo"
-          			password="sifo"
-          			passive="false"
-          			directory="/home/sifo/input"
-          			input-suffix=".dat"
-          			work-suffix=".esbWorking"
-          			post-delete="false"
-          			post-suffix=".COMPLETE"
-          			error-delete="false"
-          			error-suffix=".HAS_ERROR"
-          		/>
-          	</ftp-bus>
-          </ftp-provider>
-          
-          <jms-provider name="JBossMQ" 
-          		connection-factory="ConnectionFactory"
-            	jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
-            	jndi-URL="localhost" >
-            
-			    <jms-bus busid="quickstartEsbChannel">
-			        <jms-message-filter
-			            dest-type="QUEUE"
-			            dest-name="queue/quickstart_helloworld_ftp_esb"
-			            selector="source='fromHelloworldFTPAction'"
-			        />
-			    </jms-bus>
-			
-		   </jms-provider>
-
-      </providers>
-      
-      <services>  
-        <service 
-			category="myCategory"
-			name="myFileListener"
-        	description="Hello World File Action (esb listener)" >
-            <listeners>
-            	<ftp-listener name="FtpGateway"
-            		busidref="helloFTPChannel"
-            		maxThreads="1"
-            		is-gateway="true"
-            		>
-            		<property name="pollLatencySeconds" value="5"/> 
-            	</ftp-listener>
-                <jms-listener name="helloWorldFileAction"
-                              busidref="quickstartEsbChannel"
-                              maxThreads="1"
-                />
-            </listeners>
-            <actions>
-                   <action name="action1" 
-                   	class="org.jboss.soa.esb.samples.quickstart.helloworldftpaction.MyAction" 
-                   	process="displayMessage,playWithMessage" 
-                   	/>      
-            </actions>
-        </service>
-      </services>
-     
-</jbossesb>


Property changes on: labs/jbossesb/trunk/product/samples/quickstarts/static_router
___________________________________________________________________
Name: svn:ignore
   - build
listener.log.*

   + build
listener.log.*
jboss-esb.xml


Deleted: labs/jbossesb/trunk/product/samples/quickstarts/static_router/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/static_router/jboss-esb.xml	2007-05-03 10:10:09 UTC (rev 11636)
+++ labs/jbossesb/trunk/product/samples/quickstarts/static_router/jboss-esb.xml	2007-05-03 10:25:27 UTC (rev 11637)
@@ -1,123 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" >
-
-    <providers>
-          <ftp-provider name="FTPprovider" hostname="localhost" >
-          	<ftp-bus busid="StaticRouterFtpGW" >
-          		<ftp-message-filter
-          			username="sifo"
-          			password="sifo"
-          			passive="false"
-          			directory="/home/sifo/input"
-          			input-suffix=".dat"
-          		/>
-          	</ftp-bus>
-          </ftp-provider>
-
-          <fs-provider name="LocalFsProvider">
-          	<fs-bus busid="staticRouter" >
-          		<fs-message-filter
-          			directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/static_router/build/dirs/staticrouter"
-          			input-suffix=".esbMessage"
-          		/>
-          	</fs-bus>
-          	<fs-bus busid="fileMessageDestination_01" >
-          		<fs-message-filter
-          			directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/static_router/build/dirs/service01/input"
-          			input-suffix=".toRoute01"
-          			post-delete="false"
-          			post-directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/static_router/build/dirs/service01/post"
-          		/>
-          	</fs-bus>
-          	<fs-bus busid="fileMessageDestination_02" >
-          		<fs-message-filter
-          			directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/static_router/build/dirs/service02/input"
-          			input-suffix=".toRoute02"
-          			post-delete="false"
-          			post-directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/static_router/build/dirs/service02/post"
-          		/>
-          	</fs-bus>
-          	<fs-bus busid="fileMessageDestination_03" >
-          		<fs-message-filter
-          			directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/static_router/build/dirs/service03/input"
-          			input-suffix=".toRoute03"
-          			post-delete="false"
-          			post-directory="/opt/jboss/esb/source/livetrunk/product/samples/quickstarts/static_router/build/dirs/service03/post"
-          		/>
-          	</fs-bus>
-          </fs-provider>
-          
-      </providers>
-      
-      <services>
-          
-        <service 
-          		 category="StaticRouterCategoryEsb1"
-          		 name="fileListener"
-          		 description="Static router(listener)">
-            <listeners>
-                <ftp-listener name="Ftp-Gateway"
-                    busidref="StaticRouterFtpGW"
-                    maxThreads="1"
-                    is-gateway="true"
-                />
-                <fs-listener name="StaticRouter"
-                              busidref="staticRouter"
-                              maxThreads="1"
-                />                
-            </listeners>
-            <actions>
-               <action name="routeAction"  class="org.jboss.soa.esb.actions.StaticRouter">
-               		<property name="destinations">
-   	 				   <route-to service-category="category01" service-name="service01" /> 
-   	 				   <route-to service-category="category02" service-name="service02" /> 
-   	 				   <route-to service-category="category03" service-name="service03" /> 
-	    		   </property>
-   	   			</action>    
-            </actions>
-        </service>
-
-        <service 
-          		 category="category01"
-          		 name="service01"
-          		 description="Static route destination 1">
-            <listeners>
-                <fs-listener name="fileDest01" busidref="fileMessageDestination_01" maxThreads="1" />                
-            </listeners>
-            <actions>
-               <action name="doThis"  class="org.jboss.soa.esb.samples.quickstart.staticrouter.SimpleFileAction">
-               		<property name="msgSuffix" value=".01FromRouter" />
-               </action>
-            </actions>
-        </service>
-
-        <service 
-          		 category="category02"
-          		 name="service02"
-          		 description="Static route destination 2">
-            <listeners>
-                <fs-listener name="fileDest02" busidref="fileMessageDestination_02" maxThreads="1" />                
-            </listeners>
-            <actions>
-               <action name="doThis"  class="org.jboss.soa.esb.samples.quickstart.staticrouter.SimpleFileAction">
-               		<property name="msgSuffix" value=".02FromRouter" />
-               </action>
-            </actions>
-        </service>
-
-        <service 
-          		 category="category03"
-          		 name="service03"
-          		 description="Static route destination 3">
-            <listeners>
-                <fs-listener name="fileDest03" busidref="fileMessageDestination_03" maxThreads="1" />                
-            </listeners>
-            <actions>
-               <action name="doThis"  class="org.jboss.soa.esb.samples.quickstart.staticrouter.SimpleFileAction">
-               		<property name="msgSuffix" value=".03FromRouter" />
-               </action>
-            </actions>
-        </service>
-      </services>
-     
-</jbossesb>




More information about the jboss-svn-commits mailing list