> >WADLGenerator needs to be told to avoid auto-generating the schemas, see > >http://cxf.apache.org/docs/jaxrs-services-description.html#JAXRSServicesDescription-RepresentingexternalschemasandnonJAXBtypes > >Set a 'setSchemaLocations' property on WADLGenerator too. Having a >generator to introspect the setting of individual providers in order to >decide whether to auto-generate or not is really problematic
Done. Works. Thanks. > >The prefix name does not affect the namespace binding at all. >WADLGenerator will only use 'prefixN' if it auto-generates the grammar. >However you can control that by having a package-level info where a >preferred XMLSchema namespace prefix is set. WADLGenerator also has a >'namespacePrefix' property. This is all may needed only if you prefer to >customize the auto generation process, no need to do it if you link to >the external schemas -- View this message in context: http://cxf.547215.n5.nabble.com/included-xsd-s-are-not-resolved-for-wadl-generation-tp5753451p5753542.html Sent from the cxf-user mailing list archive at Nabble.com.
