configControl.setReturnValue("barney");
log.isDebugEnabled();
logControl.setReturnValue(false);
Resource r = new ContextResource(context, "/WEB-INF/barney.application");
context.getResource("/WEB-INF/barney/barney.application");
contextControl.setReturnValue(null);
log.isDebugEnabled();
logControl.setReturnValue(false);
context.getResource(r.getPath());
contextControl.setReturnValue(new URL("file:/context" + r.getPath()));
log.debug("Found " + r);
IApplicationSpecification as = new ApplicationSpecification();