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

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Mon Feb 7 11:57:39 EST 2011


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

Lukas Jungmann resolved JBIDE-8342.
-----------------------------------

    Resolution: Rejected


My bad, there's no simple way to set JAX-WS spec target for JBossWS-cxf so the tool picks it up and that's for another issue

> 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