parser.setValueConverter(createValueConverter());
Resource location = getSpecificationResourceLocation(simpleName);
return parser.parseApplicationSpecification(location);
}
protected Resource getSpecificationResourceLocation(String simpleName)
{
String adjustedClassName = "/" + getClass().getName().replace('.', '/') + ".class";