0 Replies Latest reply on Aug 14, 2007 1:37 AM by shah.gaurav

    DOes JBOSS supports Reflection?

    shah.gaurav

      Hi,
      I m invoking EJB's by reflection method as follows....
      Object objDp = methodDoProcess.invoke(objRemote,new Object[]{dp1});

      But i am not able to invoke...i cant reach upto that method?
      I have used protocol for communication as jnp://localhost:1099

      Can anybody help me out....

      Thanks and Regards.