Hi,

I have exactly the same problem as described above. Using newest 2.7.5
version. Without schema validation enabled everything works without
problems. But with schema-validation-enabled:

<jaxws:properties>
        <entry key="schema-validation-enabled" value="true" />
</jaxws:properties>

and manually provided xsd:

<jaxws:schemaLocations>
        <jaxws:schemaLocation>my.xsd</jaxws:schemaLocation>
</jaxws:schemaLocations>

the same error occurs:

"Wrong number of arguments..."

I have spent couple of hours trying to debug through cxf source code but
without success. I must admit that schema is manually provided and I am
cetrain that it's correct, because it's exactly the same as the one
automatically generated by cxf. WSDL generated is also (1:1) the same as the
one cxf generates without manually provided schema.   



--
View this message in context: 
http://cxf.547215.n5.nabble.com/cxf-2-2-1-schema-validation-throws-error-tp5727471p5728749.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to