[jboss-cvs] JBossAS SVN: r60157 - trunk/server/src/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 1 06:06:42 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-01 06:06:42 -0500 (Thu, 01 Feb 2007)
New Revision: 60157

Modified:
   trunk/server/src/resources/dtd/jboss_4_0.dtd
Log:
Remove duplicate wsdl-override

Modified: trunk/server/src/resources/dtd/jboss_4_0.dtd
===================================================================
--- trunk/server/src/resources/dtd/jboss_4_0.dtd	2007-02-01 05:19:58 UTC (rev 60156)
+++ trunk/server/src/resources/dtd/jboss_4_0.dtd	2007-02-01 11:06:42 UTC (rev 60157)
@@ -1661,23 +1661,6 @@
 <!ELEMENT transport-guarantee (#PCDATA)>
 
 <!--
-This is a valid URL pointing to a final WSDL document. It is optional.
-If specified, the WSDL document at this URL will be used during
-deployment instead of the WSDL document associated with the
-service-ref in the standard deployment descriptor.
-
-Examples :
-
-  // available via HTTP
-  <wsdl-override>http://localhost:8000/myservice/myport?WSDL</wsdl-override>
-
-  // in a file
-  <wsdl-override>file:/home/user1/myfinalwsdl.wsdl</wsdl-override>
-
--->
-<!ELEMENT wsdl-override ( #PCDATA )>
-
-<!--
 Activation config
 
 used in message-driven and proxy-factory-config




More information about the jboss-cvs-commits mailing list