[jboss-svn-commits] JBL Code SVN: r35890 - labs/jbossesb/branches/JBESB_4_9_CP/product/samples/quickstarts/http_gateway.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 8 01:16:08 EST 2010


Author: kevin.conner at jboss.com
Date: 2010-11-08 01:16:06 -0500 (Mon, 08 Nov 2010)
New Revision: 35890

Modified:
   labs/jbossesb/branches/JBESB_4_9_CP/product/samples/quickstarts/http_gateway/readme.txt
Log:
Fix http-listener reference: JBESB-3354

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/samples/quickstarts/http_gateway/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/samples/quickstarts/http_gateway/readme.txt	2010-11-08 05:46:39 UTC (rev 35889)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/samples/quickstarts/http_gateway/readme.txt	2010-11-08 06:16:06 UTC (rev 35890)
@@ -20,7 +20,7 @@
           password is "thefrog".  It usee the "java:/jaas/JBossWS" security domain, which is already installed
           in your JBoss ESB/App Server.
        b) http://localhost:8080/Quickstart_http_gateway/http/index/XXXX/yyy?a=1,b=2 - Will be routed to the Index:List
-          service.  Will return some details about the request.  This Service's <http-listener> does not refer
+          service.  Will return some details about the request.  This Service's <http-gateway> does not refer
           to any bus and so simply uses the "default" http bus.
        c) http://localhost:8080/Quickstart_http_gateway/http/Exceptions/Exception1 - Will be routed to the
           Exceptions:Exception1 service.  This service throws a "MyActionException", resulting in a



More information about the jboss-svn-commits mailing list