[jbossws-issues] [JBoss JIRA] (JBWS-3508) Default URL of web service in generated WSDL is wrong

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Thu Jun 7 03:47:18 EDT 2012


    [ https://issues.jboss.org/browse/JBWS-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699666#comment-12699666 ] 

Brian Fitzpatrick commented on JBWS-3508:
-----------------------------------------

Looks like we are using -w, -r, -c, and -t, but not -a. Will -a also work with JBossWS? 

{code}
	@Override
	protected void addCommandlineArgs(List<String> command) throws IOException {
		String projectRoot = model.getJavaProject().getProject().getLocation().toOSString();
		IProject iProject = model.getJavaProject().getProject();
		
		if (model.isGenWSDL()) {
			command.add("-w"); //$NON-NLS-1$
		}
		command.add("-r"); //$NON-NLS-1$
		command.add(projectRoot + Path.SEPARATOR + "wsdl"); //$NON-NLS-1$
		command.add(model.getServiceClasses().get(0));

		command.add("-c"); //$NON-NLS-1$
		command.add(getClasspath(iProject));
		command.add("-t"); //$NON-NLS-1$
	}
{code}
                
> Default URL of web service in generated WSDL is wrong
> -----------------------------------------------------
>
>                 Key: JBWS-3508
>                 URL: https://issues.jboss.org/browse/JBWS-3508
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: tools-jaxws, ws-addressing
>         Environment: Linux x86-64b, JBoss Developer Studio 5 CR1
>            Reporter: Jaroslav Jankovič
>            Assignee: Jim Ma
>             Fix For: jbossws-cxf-4.1
>
>
> I don't know exact version of JBossWS. I reproduced issue with JBoss Developer Studio 5 Beta2/Beta3/CR1 and with targeted runtimes: JBoss AS 6, JBoss AS 7.0.1, JBoss AS 7.1.0, JBoss AS 7.1.1, JBoss EAP 5.1.1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbossws-issues mailing list