Configuration configuration = builder.buildFromFile( "./src/test/TestReconfigurationConfig.xml" );
System.out.println(ConfigurationUtil.toString(configuration));
this.container.reconfigure( configuration );
TestComponent testComponent = this.getTestComponent();
testComponent.test();
// the TestReconfigurationConfig.xml overwrites the
// TestComponentImpl.foo and the SystemProperty.FOO
assertEquals( System.getProperty("FOO"), "YAAFI" );