User development, A new message was posted in the thread "Qualifiers introduced a cleanup bug":
http://community.jboss.org/message/521812#521812 Author : Kabir Khan Profile : http://community.jboss.org/people/[email protected] Message: -------------------------------------------------------------- I've found that this code does no longer get called for the ContextualInjectionDependencyItem which are now created by AbstractInjectionValueMetaData private void removeClassContextReference() { DependencyInfo dependencyInfo = getDependencyInfo(); if (dependencyInfo != null) { // remove all dependency items that hold class ref Set<DependencyItem> dependencys = dependencyInfo.getIDependOn(ClassContextDependencyItem.class); dependencys.addAll(dependencyInfo.getIDependOn(CallbackDependencyItem.class)); for (DependencyItem di : dependencys) { // can cast because of getIDepend method impl ClassDependencyItem cdi = (ClassDependencyItem)di; cdi.clear(getController()); } } } https://jira.jboss.org/jira/browse/JBKERNEL-82 -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/521812#521812
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
