0 Replies Latest reply on Dec 10, 2010 1:48 PM by manojgoel2009

    callMethodOnPartition call in jboss 5.1GA version not working

    manojgoel2009

      Hi All,

       

       

      i tried to google and search in community forums to find workaround for this issue bit could not find one. I saw the bug report and it says that this method has been deprecated.

       

      Now  when I make call like this

      private

       

      void makeClusterMethodCall(String p_method, Object[] p_objects,

      Class[] p_classes)

      {

      Logger.debug(

      s_className, "making cluster method call: " + p_method + "'");

       

      try

      {

      callMethodOnPartition(p_method, p_objects, p_classes);

      }

       

       

      it is failing. Can somebody tell me the alternative to this call or any workaround.

       

      Thanks in advance.

       

      Manoj