propFile.deleteOnExit();
List<String> initial = new ArrayList<String>();
initial.add("/test/SimpleComponentGlobalScope");
NucleusUtils.createInitial(configpath, initial);
Nucleus n = NucleusUtils.startNucleus(configpath);
SimpleComponent testComponent = null;
try {
testComponent = (SimpleComponent) n.resolveName("/test/SimpleComponentGlobalScope");
assertNotNull("Could not resolve test component", testComponent);
assertTrue(
"Test component did not start up cleanly.", testComponent.isCleanStart