Resource namespaceLocation = newResource("LibraryStandin.library");
Resource specLocation = contextRoot.getRelativeResource("WEB-INF/MyWebInfComponent.jwc");
ISpecificationSource source = newSource(specLocation, spec);
namespace.containsComponentType("MyWebInfComponent");
namespacec.setReturnValue(false);
train(log, logc, ResolverMessages.resolvingComponent("MyWebInfComponent", namespace));
namespace.getSpecificationLocation();