Author: dkulp
Date: Mon Nov 18 16:36:11 2013
New Revision: 1543070

URL: http://svn.apache.org/r1543070
Log:
Fix a problem of generating stuff that shouldn't be generated

Modified:
    cxf/trunk/rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xjb

Modified: 
cxf/trunk/rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xjb
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xjb?rev=1543070&r1=1543069&r2=1543070&view=diff
==============================================================================
--- cxf/trunk/rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xjb 
(original)
+++ cxf/trunk/rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xjb 
Mon Nov 18 16:36:11 2013
@@ -22,6 +22,11 @@
   xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
   xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"; 
   jaxb:extensionBindingPrefixes="xjc">
-        <jaxb:globalBindings generateIsSetMethod="true"/>
 
+    <jaxb:bindings 
schemaLocation="http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd"; 
node="/xs:schema">
+        <jaxb:schemaBindings>
+            <jaxb:package name="org.apache.cxf.wsdl"/>
+        </jaxb:schemaBindings>
+        <jaxb:globalBindings generateIsSetMethod="true"/>
+    </jaxb:bindings>
 </jaxb:bindings>


Reply via email to