Additional information: This is the error I always get when I cut my internet connection:
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'. I wrote it at the beginning, I do not use this schema. My catalog: <?xml version="1.0"?> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"> <system systemId="http://www.onvif.org/onvif/ver10/schema/onvif.xsd" uri="schemas/onvif.xsd"/> <system systemId="http://www.w3.org/2005/05/xmlmime" uri="schemas/xmlmime.xsd"/> <system systemId="http://docs.oasis-open.org/wsn/b-2.xsd" uri="schemas/b-2.xsd"/> <system systemId="http://www.w3.org/2004/08/xop/include" uri="schemas/include.xsd"/> <system systemId="http://www.w3.org/2005/08/addressing/ws-addr.xsd" uri="schemas/ws-addr.xsd"/> <system systemId="http://docs.oasis-open.org/wsrf/bf-2.xsd" uri="schemas/bf-2.xsd"/> <system systemId="http://docs.oasis-open.org/wsn/t-1.xsd" uri="schemas/t-1.xsd"/> <system systemId="http://www.w3.org/2001/xml.xsd" uri="schemas/xml.xsd"/> </catalog> -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-default-imports-tp4411959p4441620.html Sent from the cxf-user mailing list archive at Nabble.com.
