Don't throw a ConfigurationException when the updated callback method does not exist.
Indeed, throwing a ConfigurationException cause a serious problem when adding a ConfigurationDependency in
in an aspect (or adapter) service, because the aspect (or adapter) internal service does not implement the updated callback.
Note: we take the same behavior as with ServiceDependency, which also ignores NoSuchMethodException when the callback method
for injected dependencies is not found in the service impl.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@947775 13f79535-47bb-0310-9956-ffa450edef68
1 file changed