Thanks so much ,after reading your link i found that we can
configure/reconfigure an instance using ComponentInstance
Properties props = new Properties();
props.put("instance.name","instance-name");
props.put("foo", "blablabla");
try {
instance = fact.createComponentInstance(props);
instance.reconfigure(props)
} catch(Exception e) {
fail("Cannot create the instance : " + e.getMessage());
}
But with instance declare in XML metadata file ,how can i do the same ?
--
View this message in context:
http://apache-felix.18485.x6.nabble.com/How-do-i-configuration-instance-without-ConfigurationAdmin-and-ManagedServer-tp5006817p5006862.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]