8 Replies Latest reply on Mar 14, 2009 12:38 PM by pmuir

    A callback on EJB removal

    pmuir

      I need to have a callback from the EJB container when an EJB is removed for some reason. The JSR-299 spec requires us to ignore any EJBs that have been removed, so I need to mark an instance ignored.

      https://jira.jboss.org/jira/browse/WBRI-165

      Again, not sure of the best API for this, so open to suggestions...