mx4j/src/tools/mx4j/tools/remote/soap SOAPConnectionPivot.java,1.5,1.6

Simone Bordet <[email protected]>
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/soap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23066/src/tools/mx4j/tools/remote/soap

Modified Files:
	SOAPConnectionPivot.java 
Log Message:
Fixed bug when retrieving the JMXServiceURL: now using the provided host name and not null

Index: SOAPConnectionPivot.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/soap/SOAPConnectionPivot.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SOAPConnectionPivot.java	18 Jul 2004 21:09:33 -0000	1.5
--- SOAPConnectionPivot.java	20 Jul 2004 08:28:47 -0000	1.6
***************
*** 80,84 ****
           port = 443;
        }
!       return new JMXServiceURL("soap", null, port, temp.getURLPath());
     }
  
--- 80,84 ----
           port = 443;
        }
!       return new JMXServiceURL("soap", temp.getHost(), port, temp.getURLPath());
     }
  



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.