1 Reply Latest reply on Dec 22, 2005 4:11 PM by bdecoste

    How to remove 3.0 Stateful Session EJB instances programatic

    skotagiri

      Is there any way to remove 3.0 Stateful session beans that does not define @Remove annotated method. Can I just typecast the Local or Remote interface to EJBObject and call the remove method to accomplish this?

      Also, once I have reference to a 3.0 Session EJB (Stateless or Stateful), is there any way to get access its MetaData (EJBMetaData)?.

      Thanks.