public class ToolsSchemaConfigReaderTestCase extends JBossWSTest
{
public void testJavaToWSDL() throws Exception
{
String j2wConfigFile = getResourceFile("tools/config/java2wsdl.xml").getAbsolutePath();
ToolsSchemaConfigReader configReader = new ToolsSchemaConfigReader();
Configuration config = configReader.readConfig(j2wConfigFile);
assertNotNull("config is null?", config);
checkJavaToWSDL(config);
}