reconf.put("string", new String("toto"));
reconf.put("strAProp", new String[]{"foo", "baz"});
reconf.put("intAProp", new int[]{3, 2, 1});
Factory fact = (Factory) osgiHelper.getRawServiceObject(fact_ref);
try {
fact.reconfigure(reconf);
} catch (Exception e) {
fail("Configuration non acceptable : " + reconf);
}
sr = ipojoHelper.getServiceReferenceByName(FooService.class.getName(), "FooProvider-1");