Is there a reason for not using a logging framework?
Instead there the code uses:
if ( verbose ) System.out.println("getEmbeddedInstanceOf("+name+")");
I ask because I'd like to enhance the feedback from failure conditions
and using java.logging (or log4j) would be nicer.