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 "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2007/09/28 19:20:50 UTC

[jira] Resolved: (AXIS2-3235) AxisConfiguration.isEngaged(QName) needs to remain as deprecated for legacy apps

     [ https://issues.apache.org/jira/browse/AXIS2-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Rheinheimer resolved AXIS2-3235.
-------------------------------------

    Resolution: Fixed

Fixed in 480430

> AxisConfiguration.isEngaged(QName) needs to remain as deprecated for legacy apps
> --------------------------------------------------------------------------------
>
>                 Key: AXIS2-3235
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3235
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>            Reporter: Mike Rheinheimer
>            Assignee: Mike Rheinheimer
>
> Some legacy apps are still calling AxisConfiguration.isEngaged(QName).  This method needs to remain (as deprecated) for a few Axis2 releases.  Will add code block to AxisConfiguration
>     /**
>      * This method needs to remain for a few Axis2 releases to support
>      * legacy apps still using it.
>      * 
>      * @param qname
>      * @deprecated Use {@link #isEngaged(String)}
>      */
>     public boolean isEngaged(QName qname) {
>         return isEngaged(qname.getLocalPart());
>     }

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