Fix Retail Samples
------------------
Key: JBWS-1391
URL:
http://jira.jboss.com/jira/browse/JBWS-1391
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jaxws
Reporter: Jason T. Greene
Assigned To: Heiko Braun
Fix For: jbossws-2.0.0.CR2
The retail samples are using absolute paths, which fail:
static {
URL url = null;
try {
url = new
URL("file:/C:/dev/prj/jbossws/trunk/src/test/resources/jaxws/samples/retail/META-INF/wsdl/ProfileMgmtService.wsdl");
} catch (MalformedURLException e) {
e.printStackTrace();
}
PROFILEMGMTSERVICE_WSDL_LOCATION = url;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira