4 Replies Latest reply on Jul 18, 2007 9:57 AM by brian.stansberry

    HAServiceMBeanSupport.callMethodOnPartition() doesn't return

      I've been examining HAServiceMBeanSupport before modifying it for JBAS-4277. One observation is that HAServiceMBeanSupport.callMethodOnPartition() doesn't return results (e.g., return is void), even thoughthe underlying API call (ClusterPartition.callMethodOnCluster) does return results.

      Is this an oversight or by design?