Hi, I'm not sure it is a bug, so I submit this one to the community first:
Here is my problem: - The WSDLs of our business partner are on the internet BUT are invalid. - They provided me the valid WSDLs by mail. - I embedded the valid WSDLs in my project jar. - I embedded an XML Catalog in my project jar in order to prevent the cxf-codegen-plugin from downloading the invalid WSDLs from the internet. - I enabled the WSDL validation But with cxf-codegen-plugin releases >= 2.6.1, the wsdl2java goal fails: it seems that the validation ignores the XML Catalog. And if I disable the validation, the wsdl2java goal succeeds. The XML Catalog is used in that case. Thank you for your help -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-codegen-plugin-XML-Catalog-WSDL-validation-tp5717615.html Sent from the cxf-user mailing list archive at Nabble.com.
