0 Replies Latest reply on Aug 23, 2002 12:40 AM by dm1251

    call Method.invoke in EJB

    dm1251

      Hi,

      I was wondering if it was possible to call java.lang.reflect.Method.invoke on the proxy class returned by a JNDI lookup. essentially what I am trying to do is invoke the ejbhome.create method from the proxy class that is returned by my jndi lookup. If this is possible what are the steps.

      thanks