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 DCAAB9FAA for ; Fri, 9 Mar 2012 10:53:20 +0000 (UTC) Received: (qmail 5563 invoked by uid 500); 9 Mar 2012 10:53:20 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 5512 invoked by uid 500); 9 Mar 2012 10:53:20 -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 4936 invoked by uid 99); 9 Mar 2012 10:53:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2012 10:53:19 +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; Fri, 09 Mar 2012 10:53:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4BBBE1131F for ; Fri, 9 Mar 2012 10:52:58 +0000 (UTC) Date: Fri, 9 Mar 2012 10:52:58 +0000 (UTC) From: =?utf-8?Q?Jakub_Boche=C5=84ski_=28Updated=29_=28JIRA=29?= To: issues@cxf.apache.org Message-ID: <74687119.43027.1331290378311.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <507869697.43024.1331290378210.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CXF-4171) Static resource resolution not possible with CXFNonSpringJaxrsServlet MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-4171?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Jakub Boche=C5=84ski updated CXF-4171: --------------------------------- Priority: Minor (was: Major) =20 > Static resource resolution not possible with CXFNonSpringJaxrsServlet > --------------------------------------------------------------------- > > Key: CXF-4171 > URL: https://issues.apache.org/jira/browse/CXF-4171 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 2.5.2 > Reporter: Jakub Boche=C5=84ski > Priority: Minor > Labels: configuration > > The title says it all. I wanted this to get a full WADL document, and fou= nd it's not supported. > I was able to do it only by changing the source code - adding bean.setSta= ticSubresourceResolution(true); to ResourceUtils:621 (before bean.setResour= ceClasses(resourceClasses) ) does the trick. > Since this requires source code modification or copy-pasting and overridi= ng methods in both CXFNonSpringJaxrsServlet and ResourceUtils I think that = there should be a config option similiar to jaxrs.application.address.ignor= e available for this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira