[jboss-svn-commits] JBL Code SVN: r8694 - 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 17:24:08 EST 2007
Author: burrsutter
Date: 2007-01-04 17:24:07 -0500 (Thu, 04 Jan 2007)
New Revision: 8694
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/readme.txt
Log:
action exceptions do in fact trigger the error processing though there seems to be a bug at the moment.
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-04 21:15:44 UTC (rev 8693)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_action/readme.txt 2007-01-04 22:24:07 UTC (rev 8694)
@@ -16,7 +16,7 @@
input-suffix=".dat"
work-suffix=".esbWorking"
post-delete="false"
- post-directory="C:/tmp/ESBInputt"
+ post-directory="C:/tmp/ESBInput"
post-suffix=".sentToEsb"
error-delete="false"
error-directory="C:/tmp/ESBInput"
@@ -59,6 +59,6 @@
* error-directory - The place to drop any file that fails to be uploaded/processed
* error-suffix - The file extension that is used to mark a file has had an internal error.
Note: Error processing in this case means the file failed to pass through the gateway
- and into the waiting queue. This does NOT cover errors/exceptions in your action classes.
+ and into the waiting queue.
\ No newline at end of file
More information about the jboss-svn-commits
mailing list