Return-Path: X-Original-To: apmail-tomee-users-archive@www.apache.org Delivered-To: apmail-tomee-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 15D2F10404 for ; Mon, 14 Oct 2013 08:37:24 +0000 (UTC) Received: (qmail 58885 invoked by uid 500); 14 Oct 2013 08:37:22 -0000 Delivered-To: apmail-tomee-users-archive@tomee.apache.org Received: (qmail 58592 invoked by uid 500); 14 Oct 2013 08:37:22 -0000 Mailing-List: contact users-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tomee.apache.org Delivered-To: mailing list users@tomee.apache.org Received: (qmail 58577 invoked by uid 500); 14 Oct 2013 08:37:21 -0000 Delivered-To: apmail-openejb-users@openejb.apache.org Received: (qmail 58566 invoked by uid 99); 14 Oct 2013 08:37:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 08:37:20 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rmannibucau@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qc0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 08:37:15 +0000 Received: by mail-qc0-f178.google.com with SMTP id r5so4644788qcx.23 for ; Mon, 14 Oct 2013 01:36:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=1Kqwx3YVvDmLzqyRoxLWO4vstY+ios1HAZlsrpSVXVs=; b=U8HooR6V/+Cukuz4u57ijFLWwaWGrP1Iy6vx3P2k3LRPEGCLR4VZeLL5EOumlt29xU TyVb4lTlv2dOjZhvV61+8waDwGDZoHg53SIzJZfIvoqp7+me8JBrB93tBeCmw37hV4EZ F8fsm9/pSgMhseUptAzQeLOEhKUd4cy65ezSR+b35bUL3emQnwstaNxuvh+z6P0xShr3 2Oios6aBw4D31sVhk3DIlyu26dvOcBajUbt5ncDgkavQZipyoatkD3RtOyCSjlXgmir+ ZeCMo2zxDizqZE8fDkPtK6jnUoqsALhrDso+BavW1fuf9i1D84xYRsQF3/A8uRADlt5q sGlQ== X-Received: by 10.224.36.146 with SMTP id t18mr359847qad.111.1381739814421; Mon, 14 Oct 2013 01:36:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.41.99 with HTTP; Mon, 14 Oct 2013 01:36:34 -0700 (PDT) In-Reply-To: <1381732671.6425.YahooMailNeo@web160306.mail.bf1.yahoo.com> References: <1381688464641-4665580.post@n4.nabble.com> <1381697381.17364.YahooMailNeo@web160306.mail.bf1.yahoo.com> <1381732671.6425.YahooMailNeo@web160306.mail.bf1.yahoo.com> From: Romain Manni-Bucau Date: Mon, 14 Oct 2013 10:36:34 +0200 Message-ID: Subject: Re: How to get Tomee JAX-RS CXF + Jackson 1.9? Please help To: "users@tomee.apache.org" Cc: OpenEJB Users Content-Type: multipart/alternative; boundary=089e0149d0e6cf8ad604e8af5ef8 X-Virus-Checked: Checked by ClamAV on apache.org --089e0149d0e6cf8ad604e8af5ef8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The snapshot has the feature. You configure a pojo-deployment with marker "jaxrs-application" if you didnt define explicitely a Application (jaxrs API) or you use your qualified name of the application. Here is a sample: http://svn.apache.org/repos/asf/tomee/tomee/trunk/server/openejb-cxf-rs/src= /test/resources/META-INF/custom.openejb-jar.xml This sample uses resources.xml Services but you can also set a qualified name of a provider directly in openejb-jar.xml *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/10/14 zmirc > Can you please elaborate a little? > Isn't what's on trunk available in the snapshot version? > > How can the app configuration be done? > > > ________________________________ > From: Romain Manni-Bucau [via OpenEJB] < > ml-node+s979440n4665584h68@n4.nabble.com> > To: zmirc > Sent: Sunday, October 13, 2013 11:33 PM > Subject: Re: How to get Tomee JAX-RS CXF + Jackson 1.9? Please help > > > > On trunk you configure the app. Before it was by endpoint :( > Le 13 oct. 2013 23:12, "zmirc" <[hidden email]> a =E9crit : > > > > Hi! > > > > Thanks again. You're one of the reasons I love Tomee & its community. > > I've searched all the internet, but that. My bad. Sorry. > > > > Each JAX-RS @Path class must have "cxf.jaxrs.providers" specified in th= e > > openejb-jar.xml? > > Isn't there any option of setting that property for all cases or for al= l > > classes in a package or something similar? > > > > It's really nice that it can work, but it's a true pain to have manual > > config for each resource class. > > > > > > ________________________________ > > From: Romain Manni-Bucau [via OpenEJB] < > > [hidden email]> > > To: zmirc <[hidden email]> > > Sent: Sunday, October 13, 2013 10:18 PM > > Subject: Re: How to get Tomee JAX-RS CXF + Jackson 1.9? Please help > > > > > > > > Hi > > > > did you read > > http://openejb.979440.n4.nabble.com/TomEE-1-5-and-Jackson-td4657777.htm= l > ? > > > > *Romain Manni-Bucau* > > *Twitter: @rmannibucau * > > *Blog: **http://rmannibucau.wordpress.com/*< > > http://rmannibucau.wordpress.com/> > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > > *Github: https://github.com/rmannibucau* > > > > > > > > 2013/10/13 zmirc <[hidden email]> > > > > > > > Hi! > > > > > > I've been trying the whole day to get Tomee 1.6 JAX-RS distribution > > having > > > Jackson as JaxbJson provider, but with no success. > > > What am I missing? I've read all possible resources about it. > > > Here's the sample project: > > > https://github.com/zmirc/tomee-cxf-jackson-sample > > > > > > > > > Thank you so much in advance. > > > > > > > > > > > > -- > > > View this message in context: > > > > > > http://openejb.979440.n4.nabble.com/How-to-get-Tomee-JAX-RS-CXF-Jackson-1= -9-Please-help-tp4665580.html > > > Sent from the OpenEJB User mailing list archive at Nabble.com. > > > > > > > > > ________________________________ > > > > If you reply to this email, your message will be added to the discussio= n > > below: > > > http://openejb.979440.n4.nabble.com/How-to-get-Tomee-JAX-RS-CXF-Jackson-1= -9-Please-help-tp4665580p4665582.html > > To unsubscribe from How to get Tomee JAX-RS CXF + Jackson 1.9? Please > > help, click here. > > NAML > > > > > > > > -- > > View this message in context: > > > http://openejb.979440.n4.nabble.com/How-to-get-Tomee-JAX-RS-CXF-Jackson-1= -9-Please-help-tp4665580p4665583.html > > Sent from the OpenEJB User mailing list archive at Nabble.com. > > > ________________________________ > > If you reply to this email, your message will be added to the discussion > below: > http://openejb.979440.n4.nabble.com/How-to-get-Tomee-JAX-RS-CXF-Jackson-1= -9-Please-help-tp4665580p4665584.html > To unsubscribe from How to get Tomee JAX-RS CXF + Jackson 1.9? Please > help, click here. > NAML > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/How-to-get-Tomee-JAX-RS-CXF-Jackson-1= -9-Please-help-tp4665580p4665585.html > Sent from the OpenEJB User mailing list archive at Nabble.com. > --089e0149d0e6cf8ad604e8af5ef8--