If I want to generate my service with CXF and no internet connection, I get the following exception:
org.apache.ws.commons.schema.XmlSchemaException: Unable to locate imported document at 'http://www.w3.org/2006/03/addressing/ws-addr.xsd', relative to 'schema7.xsd'. This is strange because I am not using this schema. (My wsdl references to "http://www.w3.org/2005/08/addressing".) Could it be that this is a default import from CXF? If yes, can I deactivate this or do something that I don't have to connect to a online reference while starting my service? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-default-imports-tp4411959p4411959.html Sent from the cxf-user mailing list archive at Nabble.com.
