[
https://issues.jboss.org/browse/JBWS-3508?page=com.atlassian.jira.plugin....
]
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