public void testWSDLToJava() throws Exception
{
String w2jConfigFile = getResourceFile("tools/config/wsdl2java.xml").getAbsolutePath();
ToolsSchemaConfigReader configReader = new ToolsSchemaConfigReader();
Configuration config = configReader.readConfig(w2jConfigFile);
assertNotNull("config is null?", config);
checkWSDLToJava(config);
}
// [JBWS-719] Enable schema validation on wstools config