[jboss-svn-commits] JBL Code SVN: r31138 - labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 19 09:48:19 EST 2010
Author: kevin.conner at jboss.com
Date: 2010-01-19 09:48:18 -0500 (Tue, 19 Jan 2010)
New Revision: 31138
Modified:
labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/build.xml
labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/jboss-esb.xml
labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/readme.txt
Log:
change soap target to runtest: JBESB-3133
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/build.xml 2010-01-19 14:28:21 UTC (rev 31137)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/build.xml 2010-01-19 14:48:18 UTC (rev 31138)
@@ -10,7 +10,7 @@
<!-- Import the base Ant build script... -->
<import file="../conf/base-build.xml"/>
- <target name="soap" depends="compile" description="sends a SOAP HTTP request to the http gateway">
+ <target name="runtest" depends="compile" description="sends a SOAP HTTP request to the http gateway">
<echo>Http Client</echo>
<java fork="yes" classname="org.jboss.soa.esb.actions.routing.http.HttpRouter" failonerror="true">
<arg value="endpointUrl=http://localhost:8080/Quickstart_http_gateway/http/soap/"/>
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/jboss-esb.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/jboss-esb.xml 2010-01-19 14:28:21 UTC (rev 31137)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/jboss-esb.xml 2010-01-19 14:48:18 UTC (rev 31138)
@@ -43,7 +43,7 @@
<listeners>
<!--
Receives: http://<host>:<port>/Quickstart_http_gateway/http/soap/*
- Execute "ant soap" on command line....
+ Execute "ant runtest" on command line....
-->
<http-gateway name="soap" busidref="secureFriends" urlPattern="soap/*">
<exception>
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/readme.txt 2010-01-19 14:28:21 UTC (rev 31137)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/http_gateway/readme.txt 2010-01-19 14:48:18 UTC (rev 31138)
@@ -35,6 +35,6 @@
payload of this readme.txt.
f) http://localhost:8080/Quickstart_http_gateway/http/soap/ - Will be routed to the
Soap:List service, which requires message level seurity. An 401 error will occur. Now
- switch to the command line and run "ant soap". This POSTs a SOAP message, with login credentials
+ switch to the command line and run "ant runtest". This POSTs a SOAP message, with login credentials
to the gateway. The service should respond successfully this time!!
3. In this folder ("Window1"), type 'ant undeploy'.
More information about the jboss-svn-commits
mailing list