bean = (Bean) beans.toArray()[0];
KProjectTestClass o4 = (KProjectTestClass) bean.create( container.getBeanManager().createCreationalContext( null ) );
assertNotNull( o4 );
testEntry(o4, "fol4");
weld.shutdown();
} finally {
// FIXME Java 7+
// on Windows, the URLClassLoader will not release all resources,
// so the attempt to delete the temporary files will fail.
// an explicit dispose call is needed, but it has not been introduced until Java7+