[
https://issues.apache.org/jira/browse/CXF-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrei Shakirin resolved CXF-5512.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.7.9
3.0.0-milestone2
> @UseAsyncMethod annotation doesn't work for classes implementing Provider<T>
> ----------------------------------------------------------------------------
>
> Key: CXF-5512
> URL: https://issues.apache.org/jira/browse/CXF-5512
> Project: CXF
> Issue Type: Bug
> Affects Versions: 3.0.0-milestone1
> Reporter: Andrei Shakirin
> Assignee: Andrei Shakirin
> Fix For: 3.0.0-milestone2, 2.7.9
>
>
> In case if handler implements Provider<T> interface, the @UseAsyncMethod
> annotation doesn't work.
> The reason is the following: : JAXWSProviderMethodDispatcher returns invoke()
> method directly from javax.xml.ws.Provider interface and of course this
> method doesn't contain any annotation.
> Therefore JAXWSMethodInvoker.adjustMethodAndParams() doesn't recognizes
> @UseAsyncMethod annotation there.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)