Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C6AB10B0A for ; Thu, 23 Jan 2014 14:54:55 +0000 (UTC) Received: (qmail 23165 invoked by uid 500); 23 Jan 2014 14:54:50 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 22856 invoked by uid 500); 23 Jan 2014 14:54:45 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 22626 invoked by uid 99); 23 Jan 2014 14:54:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 14:54:41 +0000 Date: Thu, 23 Jan 2014 14:54:41 +0000 (UTC) From: "Andrei Shakirin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5512) @UseAsyncMethod annotation doesn't work for classes implementing Provider MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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 > ---------------------------------------------------------------------------- > > 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 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)