[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7279) Provide support for JAX-WS 2.2 APIs

Stuart Smith (JIRA) jira-events at lists.jboss.org
Mon Aug 15 13:12:02 EDT 2011


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

Stuart Smith commented on JBIDE-7279:
-------------------------------------

This issue really has nothing to do with the JBossWS web services tools specifically.  This has to do with the fact that the Server definition that is added to the build path of the project is not aware of the lib/endorsed directory.
This directory is used pretty heavily by the various JBossWS stacks to supply different JARs than the default Java SE 6 JARs.
Right now the project compilation fails because it only picks up the Java SE 6 JAX-WS API version.
I am using JBossWS CXF stack and originally I thought I was getting an error because I had defined the server runtime before upgrading the JBossWS stack.  I look back at the original JBoss AS 5.1.GA distribution and even some of the JARs from that in the lib/endorsed directory are not on the server runtime build path.

> Provide support for JAX-WS 2.2 APIs
> -----------------------------------
>
>                 Key: JBIDE-7279
>                 URL: https://issues.jboss.org/browse/JBIDE-7279
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Webservices
>    Affects Versions: 3.2.0.Beta1
>            Reporter: Lukas Jungmann
>            Assignee: Feng Qian
>             Fix For: 3.3.x
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> [this is to be checked against JBossAS 6.0M5 or newer]
> for a project which has target runtime set to JBossAS6/uses JBossWS 3.3.x
> -user should be allowed to set JAX-WS spec version in a top-down web service and web service client wizards to 2.2
> -editor should not show errors for following generated type of constructor:
>     public Info(WebServiceFeature ... features) {
>         super(WSDL_LOCATION, SERVICE, features);
>     }
> (in the other words editor/ide has to know about APIs from $JBOSS_HOME/lib/endorsed)

--
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