Hi Dan,
i encounter the same problem with a different schema.
I prepared a minimum maven project suitable for debugging.
The problem only occurs in Client-Side Validation setup.
The Server parses the wsdl normally and does sucessfully perform
schema-validation.
As soon as i add client validation with:
((BindingProvider) client).getRequestContext().put(
"schema-validation-enabled",
Boolean.TRUE);
I encounter the problem.
Here is the maven-project:
http://www.nabble.com/file/p17675429/cxf.schema.validation.min.zip
cxf.schema.validation.min.zip
Would be great to solve this problem. We are stuck with cxf 2.0-incubator
for this reason. Let me know if I can help in any way.
Ralf
--
View this message in context:
http://www.nabble.com/Problem-with-schema-validation-%28JAX-WS---JAXB%29-tp17319174p17675429.html
Sent from the cxf-user mailing list archive at Nabble.com.