Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68A6E176C9 for ; Mon, 19 Jan 2015 16:02:38 +0000 (UTC) Received: (qmail 86607 invoked by uid 500); 19 Jan 2015 16:02:40 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 86535 invoked by uid 500); 19 Jan 2015 16:02:40 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 86495 invoked by uid 99); 19 Jan 2015 16:02:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2015 16:02:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sberyozkin@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2015 16:02:11 +0000 Received: by mail-we0-f171.google.com with SMTP id u56so32228766wes.2 for ; Mon, 19 Jan 2015 08:00:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hG10y/Zb1Nhcr+WnK/eg2rQt7+Za2scsosYivstg5Ws=; b=05QrcsFRt2Mw8OvUVnQmHlKS7Rnxxn6wFp3/T8HD6amTrxnRLlFVZdetSqV+dbxM5C Gmtq3BM2HYitBmaqL78zBxog8w/7gcUHMOfSxZZNd6nWT9jl95nVgQmFQHA80schkPMV jyjux1yYFXbCyTvLvlSfRz3KfXBfO8svo2l26+JBejXtdBN06LuBD9ikJxLkDPel2VbR YLyExLQRTwMOLTaC27iRdS2vt3i3Oigvgo4RvTKALaHC3u+acI1R38cCsieKublLiBJJ VYo1bf1ADcOxgfBBZylSAcpkdICf3xln1Hwo2lHtyZiKWeQ7hsFjLSX/BqOEohLe+eya U45w== X-Received: by 10.180.101.131 with SMTP id fg3mr36654230wib.36.1421683240643; Mon, 19 Jan 2015 08:00:40 -0800 (PST) Received: from [10.36.226.2] ([80.169.137.63]) by mx.google.com with ESMTPSA id gi12sm3856717wic.24.2015.01.19.08.00.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Jan 2015 08:00:39 -0800 (PST) Message-ID: <54BD2A27.7090503@gmail.com> Date: Mon, 19 Jan 2015 16:00:39 +0000 From: Sergey Beryozkin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: users@cxf.apache.org Subject: Re: CXF, JAX-RS 2.0 and existing embedded Jetty instance References: <54BB4FBE.5010201@gmx.com> <54BB76DF.8010000@gmx.com> <54BBA6A1.8030205@gmx.com> <54BBAFA0.3000704@gmail.com> <54BBB1DA.9050802@gmx.com> <54BBECFE.6020507@gmail.com> <54BCAD2F.6000008@gmx.com> <54BCB12F.6050106@gmx.com> <54BCD494.5050008@gmail.com> <54BCE753.40806@gmx.com> <54BCF278.8010107@gmail.com> <54BCFAA9.9000004@gmail.com> <54BD1AD8.7090202@gmx.com> In-Reply-To: <54BD1AD8.7090202@gmx.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi On 19/01/15 14:55, Maarten Boekhold wrote: > Hi Sergey, > > Oh that's awesome! When's 3.0.4 due to be released? :) > Not sure yet, should be in the next few weeks I guess > When using the new constructors, would you still need to use the init > parameters on the servlet? Eg. with the new constructors, can I skip: > > servlet.setInitParameter("jaxrs.serviceClasses", "com.test.TheResource"); > Yes > Btw. I think "applicationSingletones" should be spelled > "applicationSingletons". > Indeed, thanks for spotting it, fixed... Sergey > Maarten > > On 2015-01-19 16:38, Sergey Beryozkin wrote: >> Added few helper constructors: >> >> http://git-wip-us.apache.org/repos/asf/cxf/commit/9e6e0ea4 >> >> Sergey >