6 Replies Latest reply on May 26, 2004 12:25 PM by sgelberg

    destroying a MDB after instantiation

    sgelberg

      I would like to programatically destroy my messagedrivenbean after it is instantiated if some initializations i perform in the bean do not go as planned.

      Is it possible to do this and if so how would i go about this, i thought maybe to call ejbremove, but.....