Author: thomas.diesler(a)jboss.com
Date: 2007-05-31 07:28:06 -0400 (Thu, 31 May 2007)
New Revision: 3324
Modified:
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/retail/profile/ProfileMgmtService.java
Log:
Fix hostname
Modified:
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/retail/profile/ProfileMgmtService.java
===================================================================
---
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/retail/profile/ProfileMgmtService.java 2007-05-31
11:21:50 UTC (rev 3323)
+++
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/retail/profile/ProfileMgmtService.java 2007-05-31
11:28:06 UTC (rev 3324)
@@ -26,7 +26,7 @@
static {
URL url = null;
try {
- url = new URL("http://" + getServerHost() +
":8080/jaxws-samples-retail/ProfileMgmtBean?wsdl");
+ url = new
URL("http://somehost:8080/jaxws-samples-retail/ProfileMgmtBean?wsdl");
} catch (MalformedURLException e) {
e.printStackTrace();
}
Show replies by date