1 Reply Latest reply on Jul 30, 2004 12:11 PM by dimitris

    Deployment Events

    jiwils

      I am looking to capture EJB deployment events (and I would like to be able to inspect a bean implementation class too). Several posts in this forum indicate that I could subclass a deployer and utilize the "accept" method, but those posts indicated they wanted to participate in the deployment process whereas I just want to observe it. Is there a listener framework that I can attach to for EJB deployment events?