You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2009/03/31 13:57:10 UTC

svn commit: r760410 - /cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/bug305924/binding1.xml

Author: bimargulies
Date: Tue Mar 31 11:57:07 2009
New Revision: 760410

URL: http://svn.apache.org/viewvc?rev=760410&view=rev
Log:
Fix binding file schema location to use locator fragment for systemId.

Modified:
    cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/bug305924/binding1.xml

Modified: cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/bug305924/binding1.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/bug305924/binding1.xml?rev=760410&r1=760409&r2=760410&view=diff
==============================================================================
--- cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/bug305924/binding1.xml (original)
+++ cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/bug305924/binding1.xml Tue Mar 31 11:57:07 2009
@@ -16,9 +16,10 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<jaxb:bindings version="2.0" schemaLocation="hello_world.wsdl"
+<jaxb:bindings version="2.0" 
 	xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+	schemaLocation="hello_world.wsdl#types1"
 	node="//xsd:element[@name='CreateProcess']/xsd:complexType/xsd:sequence/xsd:element[@name='MyProcess']/xsd:simpleType">
 	<jaxb:typesafeEnumClass name="MyProcess">
 		<jaxb:typesafeEnumMember name="BLUE" value="BLUE" />