props.put("bools", "{true,true,true}");
props.put("string", "foo");
props.put("strings", "{foo, bar, baz}");
try {
instance = fact.createComponentInstance(props);
} catch(Exception e) {
fail("Cannot create the under-test instance : " + e.getMessage());
}
Properties props2 = new Properties();