[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8342) top-down ws does not honour user selected JAX-WS spec version

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Feb 7 10:50:40 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fitzpatrick updated JBIDE-8342:
-------------------------------------

    Fix Version/s: 3.2.1


I can look into this for 3.2.1.

Do we have examples of what the various versions should look like for the generated code? 

> 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
>
>
> -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: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list