-
Bug
-
Resolution: Done
-
Major
-
1.1.3.SP1
-
None
@PreDestroy method on @Dependend scope is invoked twice when we use Bean.destroy() method.
Problem occurs in destroy() method:
getInjectionTarget().preDestroy(instance);
creationalContext.release();