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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jan 5 06:28:29 EST 2007


Author: kevin.conner at jboss.com
Date: 2007-01-05 06:28:20 -0500 (Fri, 05 Jan 2007)
New Revision: 8703

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/readme.txt
Log:
Updated readme: JBESB-323

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/readme.txt	2007-01-05 11:09:51 UTC (rev 8702)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/readme.txt	2007-01-05 11:28:20 UTC (rev 8703)
@@ -9,24 +9,6 @@
     1.	Update the "jbosshome.dir" property in the quickstarts.properties file in "../".
 	  2.	Make sure the jbossesb.sar is deployed on your JBoss Application Server.
 	  3.	Make sure the JBoss Application server is running since it uses JBossMQ
-	  4.  Open the jbossesb.xml configuration file and review this section:
-	         <fs-bus busid="helloFileChannel" >
-          		<fs-message-filter
-          			directory="C:/tmp/ESBInput"
-          			input-suffix=".dat"
-          			work-suffix=".esbWorking"
-          			post-delete="false"
-          			post-directory="C:/tmp/ESBInput"
-          			post-suffix=".sentToEsb"
-          			error-delete="false"
-          			error-directory="C:/tmp/ESBInput"
-          			error-suffix=".IN_ERROR"
-          		/>
-          	</fs-bus>
-          	
-    You will need to create a tmp/ESBInput directory or modify this section of 
-    jbossesb.xml
-    5.  If you change these settings make sure to also change the build.xml's runtest target
     
 To Run:
 =======
@@ -34,7 +16,7 @@
 		JBoss AS server console as well as by the activity in the command window where the service
 		runs.
 		2. Open another command window and type "ant runtest".  This will create a new file called
-		"MyInput.dat" in the directory "/tmp/ESBInput" with the contents "Hello World In A File"
+		"MyInput.dat" in the directory "build/dirs/input" with the contents "Hello World In A File"
 		3. You should see the output on the first command window running the service.
 		4. Change the file name and contents and re-test.
 		
@@ -61,4 +43,4 @@
         Note: Error processing in this case means the file failed to pass through the gateway
         and into the waiting queue.  
         
-    
\ No newline at end of file
+    




More information about the jboss-svn-commits mailing list