try {
//MF
// if the class name is not specified, use the default one
//return (SchemaDVFactory)(ObjectFactory.newInstance(
// factoryClass, ObjectFactory.findClassLoader(), true));
return new SchemaDVFactoryImpl();
}
catch (ClassCastException e4) {
throw new DVFactoryException("Schema factory class " + factoryClass + " does not extend from SchemaDVFactory.");
}
}