[jboss-cvs] JBossAS SVN: r92276 - trunk/webservices/src/resources/jbossws-jboss.deployer/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 12 11:21:28 EDT 2009


Author: alessio.soldano at jboss.com
Date: 2009-08-12 11:21:28 -0400 (Wed, 12 Aug 2009)
New Revision: 92276

Modified:
   trunk/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml
Log:
Fixing documentation


Modified: trunk/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml
===================================================================
--- trunk/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml	2009-08-12 15:20:20 UTC (rev 92275)
+++ trunk/webservices/src/resources/jbossws-jboss.deployer/META-INF/stack-agnostic-jboss-beans.xml	2009-08-12 15:21:28 UTC (rev 92276)
@@ -23,7 +23,7 @@
       If the content of <soap:address> is a valid URL, JBossWS will not rewrite it unless 'modifySOAPAddress' is true.
       If the content of <soap:address> is not a valid URL, JBossWS will rewrite it using the attribute values given below.
 
-      If 'webServiceHost' is not set, JBossWS uses requesters protocol host when rewriting the <soap:address>.
+      If 'webServiceHost' is set to 'jbossws.undefined.host', JBossWS uses requesters protocol host when rewriting the <soap:address>.
     -->
     <property name="webServiceHost">${jboss.bind.address}</property>
     <property name="modifySOAPAddress">true</property>




More information about the jboss-cvs-commits mailing list