Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 29261 invoked from network); 7 Feb 2008 17:06:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 17:06:33 -0000 Received: (qmail 82696 invoked by uid 500); 7 Feb 2008 17:06:25 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 82683 invoked by uid 500); 7 Feb 2008 17:06:25 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 82674 invoked by uid 99); 7 Feb 2008 17:06:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 09:06:25 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 17:06:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 617A5714077 for ; Thu, 7 Feb 2008 09:06:09 -0800 (PST) Message-ID: <21406675.1202403969396.JavaMail.jira@brutus> Date: Thu, 7 Feb 2008 09:06:09 -0800 (PST) From: "Barry Fitzgerald (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-1416) Enhancement to JAX-RS spring configuration. In-Reply-To: <11063141.1202182391906.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Fitzgerald updated CXF-1416: ---------------------------------- Attachment: CXF-1416-test.patch Test for the above patch. Uses the following spring config: As far as I can see the existing Spring test was not using the Spring config - this is now also resolved. > Enhancement to JAX-RS spring configuration. > -------------------------------------------- > > Key: CXF-1416 > URL: https://issues.apache.org/jira/browse/CXF-1416 > Project: CXF > Issue Type: Sub-task > Components: REST > Affects Versions: 2.1 > Reporter: Jervis Liu > Attachments: CXF-1416-test.patch, CXF-1416.patch > > > JAX-RS allows multiple root resources, for example, using JAXRSServerFactoryBean.setResourceClasses(Class... classes) . But the corresponding Spring configuration only allows setting one root resource class, eg: > > > > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.