7 Replies Latest reply on Dec 22, 2008 12:21 PM by ghinkle

    Full sources for debugging

    rafaelri

      Hi all,

      I am trying to download the whole sources involved in running and debugging JMX plugin in order to track down what is causing a null credential and password when I manually add a JMX connection to a WebSphere instance.
      I've already downloaded RHQ and Jopr source codes but there is one point that I could not figure out for now, inside rhq-jmx-plugin-1.1.0 on jopr-server-2.1.0-ga zip there is a org-mc4j-ems-1.2.5.jar and also after checking out RHQ and Jopr trunk I saw the following version:

      ./rhq/jopr/.classpath: <classpathentry exported="true" kind="var" path="M2_REPO
      /mc4j/org-mc4j-ems/1.2.6/org-mc4j-ems-1.2.6.jar"/>
      
      , the point is I could not find either version of EMS on https://mc4j.svn.sourceforge.net/svnroot/mc4j/tags/ is there any other repository for EMS source code?
      I am willing to check who is instantiating ConnectionSettings class in order to track down which code is not properly setting connection credentials and password.

      best regards,