6 Replies Latest reply on Apr 26, 2019 3:11 AM by mkouba

    Does a Producer/InjectionTarget’s dispose() method get called for managed beans?

    ljnelson

      Chasing down a problem where it looks like an InjectionTarget I’m installing in a portable extension does not get its dispose() method called when the injection target in question is a managed bean. The spec says that for managed beans their related Producer does nothing for disposal—which makes sense—but I’d still expect to see the no-op dispose() method invoked.  What am I missing?