[jbossws-issues] [JBoss JIRA] Created: (JBWS-1391) Fix Retail Samples

Jason T. Greene (JIRA) jira-events at jboss.com
Thu Nov 16 19:04:41 EST 2006


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

        



More information about the jbossws-issues mailing list