0 Replies Latest reply on Feb 17, 2005 4:42 PM by donsigma

    jmx-console 4.0 does not render string array results

    donsigma

      In jboss 3.2.2, jmx-console rendered String[] operation results as a single string, with ";" separating each element. In 4.01sp1, it just calls toString() on the result, which displays like "[Ljava.lang.String;@108786b".

      Anyone have a work-around?

      (Guess I should figure out how to log a bug.)