Hi, Aries user:

 In aries blueprint-core code,
$aries_source/tags/blueprint-0.2-incubating/src\main\java\org\apache\aries\blueprint\container/org.apache.aries.blueprint.container.BeanRecipe
destroy method exception cath:

try {
Method method = getDestroyMethod(obj);
if (method != null) { invoke(method, obj, (Object[]) null); }
} catch (Exception e) { LOGGER.info("Error invoking destroy method",
getRealCause(e)); }

if this is an error, why log it as an information. Can we avoid this
annoying message appear?Thanks in advance!
-- 
viola

Reply via email to