You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Brian DePradine (JIRA)" <ji...@apache.org> on 2008/03/11 15:20:46 UTC

[jira] Created: (AXIS2-3592) WebServiceContextAnnot should be deleted

WebServiceContextAnnot should be deleted
----------------------------------------

                 Key: AXIS2-3592
                 URL: https://issues.apache.org/jira/browse/AXIS2-3592
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: jaxws
    Affects Versions: 1.4
            Reporter: Brian DePradine
             Fix For: 1.4


The class WebServiceContextAnnot implements the interface javax.xml.ws.WebServiceContext, however, this interface in not an annotation interface. The web service context is actually loaded using the @Resource annotation, so having a WebServiceContextAnnot appears to be unnecessary. Getting rid of it seems like a reasonable option given that there are some JAX-WS 2.1 API methods on there that will not be implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3592) WebServiceContextAnnot should be deleted

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-3592.
-------------------------------------

    Resolution: Fixed

Fixed in svn revision 636054.

> WebServiceContextAnnot should be deleted
> ----------------------------------------
>
>                 Key: AXIS2-3592
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3592
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>    Affects Versions: 1.4
>            Reporter: Brian DePradine
>             Fix For: 1.4
>
>
> The class WebServiceContextAnnot implements the interface javax.xml.ws.WebServiceContext, however, this interface in not an annotation interface. The web service context is actually loaded using the @Resource annotation, so having a WebServiceContextAnnot appears to be unnecessary. Getting rid of it seems like a reasonable option given that there are some JAX-WS 2.1 API methods on there that will not be implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org