spec.read(System.getProperties());
readExternal(spec);
// close the spec read session, and call the "init" method of any created objects
spec.finish();
}
@SuppressWarnings("unchecked")
private void setApplicationContext() {
Repository original = realRepository();