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 8C53A102AE for ; Fri, 15 Nov 2013 18:41:32 +0000 (UTC) Received: (qmail 66415 invoked by uid 500); 15 Nov 2013 18:41:27 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 66268 invoked by uid 500); 15 Nov 2013 18:41:23 -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 66245 invoked by uid 99); 15 Nov 2013 18:41:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 18:41:21 +0000 Date: Fri, 15 Nov 2013 18:41:21 +0000 (UTC) From: "Grzegorz Grzybek (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5385) CXF 2.7.7 on Websphere 8.5.0 is not able to generate WADL. 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-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823920#comment-13823920 ] Grzegorz Grzybek commented on CXF-5385: --------------------------------------- By the way, Sergey - why the dependecy on {{javax.ws.rs:javax.ws.rs-api:2.0-m10}} instead of final {{2.0}}? > CXF 2.7.7 on Websphere 8.5.0 is not able to generate WADL. > ---------------------------------------------------------- > > Key: CXF-5385 > URL: https://issues.apache.org/jira/browse/CXF-5385 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 2.7.7 > Environment: Websphere 8.5.0, IDE: RAD 8.5.5 > Reporter: Vishal Balana > Assignee: Sergey Beryozkin > Labels: patch > Fix For: 3.0.0, 2.7.8 > > Original Estimate: 96h > Remaining Estimate: 96h > > Following exception occurs while trying to get the WADL out of HelloWorld app deployed on Wehbsphere 8.5.0. > When I tried with CXF 2.7.3, it worked Fine! 2.7.4, 2.7.5, 2.7.6 and 2.7.7 all spits the following exception. > com.ibm.ws.webcontainer.servlet.ServletWrapper service Uncaught service() exception thrown by servlet appServlet: java.lang.NoSuchMethodError: javax/ws/rs/core/Response.getHeaders()Ljavax/ws/rs/core/MultivaluedMap; > at org.apache.cxf.jaxrs.utils.JAXRSUtils.setMessageContentType(JAXRSUtils.java:1587) > at org.apache.cxf.jaxrs.JAXRSInvoker.checkExchangeForResponse(JAXRSInvoker.java:281) > at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:82) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272) > at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) > at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239) > at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248) > at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222) > at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153) > at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:167) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:211) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:575) -- This message was sent by Atlassian JIRA (v6.1#6144)