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

Daniel Kulp resolved CXF-5376.
------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.4

I believe this was fixed as part of CXF-6637

> @UseAsyncMethod doesn't work with jdk dynamic proxy
> ---------------------------------------------------
>
>                 Key: CXF-5376
>                 URL: https://issues.apache.org/jira/browse/CXF-5376
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.6.10
>         Environment: Windows, jdk 7.20
>            Reporter: Lior Asher
>             Fix For: 3.1.4
>
>
> when using a dynamic proxy as the implementor bean in  cxf ws, the 
> <Operation>Async method is never invoked. 
> i believe that the problem is originated from the way 
> Proxy.newProxyInstance() works. 
> it seems that the Proxy object methods do not carry any of the original 
> annotations from the interface. 
> this in turn causes AbstractJAXWSMethodInvoker:adjustMethodAndParams not to 
> find the m.getAnnotation(UseAsyncMethod.class) and the outcome should is the 
> synchronous invocation of the web service method.
> a possible solution might be that the target class should first be inspected 
> here for isProxyClass .



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to