[jboss-svn-commits] JBL Code SVN: r29956 - in labs/jbossesb/trunk/product/samples/quickstarts: helloworld_action and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 4 09:42:55 EST 2009
Author: beve
Date: 2009-11-04 09:42:55 -0500 (Wed, 04 Nov 2009)
New Revision: 29956
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/groovy_gateway/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/readme.txt
Log:
Work for https://jira.jboss.org/jira/browse/JBESB-2933 "Verify quickstarts groovy_gateway -> helloworld_file_notifier"
Modified: labs/jbossesb/trunk/product/samples/quickstarts/groovy_gateway/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/groovy_gateway/readme.txt 2009-11-04 14:16:08 UTC (rev 29955)
+++ labs/jbossesb/trunk/product/samples/quickstarts/groovy_gateway/readme.txt 2009-11-04 14:42:55 UTC (rev 29956)
@@ -1,7 +1,7 @@
Overview:
=========
The purpose of the groovy_gateway quickstart example is to demonstrate
- the a service that has its message fed to it via a GUI console. This example
+ a service that has its message fed to it via a GUI console. This example
includes a simple Groovy-based console that is automatically invoked when
the example executes. You can then send in messages sync or asych.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/readme.txt 2009-11-04 14:16:08 UTC (rev 29955)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/readme.txt 2009-11-04 14:42:55 UTC (rev 29956)
@@ -27,7 +27,7 @@
Has methods to display the inbound message, modify the message and to handle
any exceptions which might be thrown in the action processing.
- jbossesb.xml:
+ jboss-esb.xml:
Includes a special action (from JBoss ESB core) that is used
to send a message out of the ESB back to the non-"ESB aware" world. The
gateway looks for inbound messages on "quickstart_helloworld_action_Request"
More information about the jboss-svn-commits
mailing list