public void shouldLoadValidConnectorsDocument() throws Exception {
String path = "src/test/resources/schema-test/good-connectors.xml";
// create the document
SAXReader reader = new SAXReader();
reader.setEntityResolver(new SchemaEntityResolver());
reader.setValidation(true);
reader.setFeature("http://xml.org/sax/features/validation", true);
reader.setFeature("http://apache.org/xml/features/validation/schema", true );
reader.setFeature("http://apache.org/xml/features/validation/schema-full-checking", true);