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 5889D96A2 for ; Tue, 17 Jan 2012 21:58:01 +0000 (UTC) Received: (qmail 13550 invoked by uid 500); 17 Jan 2012 21:58:01 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 13512 invoked by uid 500); 17 Jan 2012 21:58:00 -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 13501 invoked by uid 99); 17 Jan 2012 21:58:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 21:58:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 21:57:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A235515229E for ; Tue, 17 Jan 2012 21:57:39 +0000 (UTC) Date: Tue, 17 Jan 2012 21:57:39 +0000 (UTC) From: "Daniel Kulp (Resolved) (JIRA)" To: issues@cxf.apache.org Message-ID: <1909630761.50574.1326837459665.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <516793848.42945.1323124960544.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CXF-3957) Cannot convert to javax.xml.ws.handler 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-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3957. ------------------------------ Resolution: Incomplete Request for a testcase or more information unanswered for more than a month. > Cannot convert to javax.xml.ws.handler > --------------------------------------- > > Key: CXF-3957 > URL: https://issues.apache.org/jira/browse/CXF-3957 > Project: CXF > Issue Type: Bug > Affects Versions: 2.2 > Reporter: pavlos > Labels: cxf, jboss, services, spring, web, xts > Fix For: NeedMoreInfo > > > I am trying to run a ws-transaction web service scenario. I follow the wsdl to java approach using CXF with maven within eclipse. At some point i need to register a jax-ws handler chain. More specifically, the handler chain has got one soap handler, namely the jboss arguna "com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor" which implements the javax.xml.ws.handler. However when i try to deploy my service it throws the following exception: > Cannot convert value of type [com.arjuna.mw.wst11.service.JaxWSHeaderContextProcessor] to required type [javax.xml.ws.handler.Handler] -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira