0 Replies Latest reply on Oct 27, 2008 1:46 PM by thitoh

    How do I catch Exception invoking mbean methods?

    thitoh

      Hi!
      I'm invoking remote methods using RMIAdaptor.
      I'm using: invoke(javax.management.ObjectName pName, String pActionName, Object[] pParams, String[] pSignature)
      But this method doesn't throw any exception. So, when a exception occours, it shows only in jboss's log....
      I would like to have it in my java code...