top-down ws does not honour user selected JAX-WS spec version
-------------------------------------------------------------
Key: JBIDE-8342
URL:
https://issues.jboss.org/browse/JBIDE-8342
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.CR1
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Fix For: 3.2.1.M1
-register JBossAS 6 in the IDE
-create new dynamic web module (version 3.0)
-open new web service wizard
-set the type to top down, use some arbitrary WSDL, press next
-see that JAX-WS spec version is set to 2.0
-finish the wizard
-open generated *Service.java file
=> generated file contains among others following constructor:
public EchoWSService(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
problem is that the WebServiceFeature class has been introduced in JAX-WS 2.1 hence the
mismatch of the "user" selected JAX-WS version in the wizard - 2.0 - and the
version of sources generated by wsconsume - they're actually of version 2.2
--
This message is automatically generated by JIRA.
For more information on JIRA, see: