[jboss-svn-commits] JBL Code SVN: r30025 - in labs/jbossesb/trunk/product/samples/quickstarts: webservice_proxy_routed and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 5 10:59:05 EST 2009


Author: dward
Date: 2009-11-05 10:59:04 -0500 (Thu, 05 Nov 2009)
New Revision: 30025

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_basic/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_routed/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_versioning/readme.txt
Log:
Explained usage of internal:// wsdl URLs in jboss-esb.xml files for webservice_proxy_* quickstart readme.txt files: JBESB-2944


Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_basic/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_basic/readme.txt	2009-11-05 15:49:58 UTC (rev 30024)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_basic/readme.txt	2009-11-05 15:59:04 UTC (rev 30025)
@@ -81,6 +81,15 @@
 	For other possible configuration properties, see the specific SOAPProxyTransport implementations
 	themselves.
 
+	jboss-esb.xml wsdl Note:
+		The replacement of the http:// wsdl URL with the internal:// format,
+		as well as the inclusion of the wsbarrier-service.xml, is so that on
+		restart of the ESB server, when Tomcat's HTTP Connector is not yet
+		available, the wsdl can still be pulled internally rather than over
+		HTTP.  For more details, please refer to:
+		https://jira.jboss.org/jira/browse/JBESB-2855 and
+		https://jira.jboss.org/jira/browse/JBESB-2947
+
 	log4j.xml:
 	Needed to configure log4J used by the quickstart.
 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_routed/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_routed/readme.txt	2009-11-05 15:49:58 UTC (rev 30024)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_routed/readme.txt	2009-11-05 15:59:04 UTC (rev 30025)
@@ -110,6 +110,15 @@
 	Proxy_Routed/Proxy_CBR service, who uses a ContentBasedRouter configured with a drools rules
 	file.
 	
+	jboss-esb.xml wsdl Note:
+		The replacement of the http:// wsdl URL with the internal:// format,
+		as well as the inclusion of the wsbarrier-service.xml, is so that on
+		restart of the ESB server, when Tomcat's HTTP Connector is not yet
+		available, the wsdl can still be pulled internally rather than over
+		HTTP.  For more details, please refer to:
+		https://jira.jboss.org/jira/browse/JBESB-2855 and
+		https://jira.jboss.org/jira/browse/JBESB-2947
+
 	Proxy_Routed_Rules.drl:
 	Uses xpath expressions to match the body content of the soap envelope, and
 	depending on that content, route to either the "hello" destination (which

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt	2009-11-05 15:49:58 UTC (rev 30024)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt	2009-11-05 15:59:04 UTC (rev 30025)
@@ -88,6 +88,15 @@
 	- endpointUrl: required to make sure "localhost" is used instead of "127.0.0.1" so that the cert matches
 	- file: the Apache Commons HTTPClient file which allows the proxy to talk over SSL to the original endpoint
 
+	jboss-esb.xml wsdl Note:
+		The replacement of the https:// wsdl URL with the internal:// format,
+		as well as the inclusion of the wsbarrier-service.xml, is so that on
+		restart of the ESB server, when Tomcat's HTTP Connector is not yet
+		available, the wsdl can still be pulled internally rather than over
+		HTTP.  For more details, please refer to:
+		https://jira.jboss.org/jira/browse/JBESB-2855 and
+		https://jira.jboss.org/jira/browse/JBESB-2947
+
 	For an explanation of all possible configuration properties, please refer to the SOAPProxy section of the Programmer's Guide.
 
 	log4j.xml:

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_versioning/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_versioning/readme.txt	2009-11-05 15:49:58 UTC (rev 30024)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_versioning/readme.txt	2009-11-05 15:59:04 UTC (rev 30025)
@@ -130,6 +130,15 @@
 		however still benefiting from the proxy abstracting the real endpoint
 		from them.
 
+	jboss-esb.xml wsdl Note:
+		The replacement of the http:// wsdl URL with the internal:// format,
+		as well as the inclusion of the wsbarrier-service.xml, is so that on
+		restart of the ESB server, when Tomcat's HTTP Connector is not yet
+		available, the wsdl can still be pulled internally rather than over
+		HTTP.  For more details, please refer to:
+		https://jira.jboss.org/jira/browse/JBESB-2855 and
+		https://jira.jboss.org/jira/browse/JBESB-2947
+
 	log4j.xml:
 	Needed to configure log4J used by the quickstart.
 



More information about the jboss-svn-commits mailing list