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 21DDB178A9 for ; Fri, 7 Nov 2014 03:43:36 +0000 (UTC) Received: (qmail 4565 invoked by uid 500); 7 Nov 2014 03:43:35 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 4491 invoked by uid 500); 7 Nov 2014 03:43:35 -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 4474 invoked by uid 99); 7 Nov 2014 03:43:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 03:43:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jochen.szostek@gmail.com designates 209.85.213.169 as permitted sender) Received: from [209.85.213.169] (HELO mail-ig0-f169.google.com) (209.85.213.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 03:43:09 +0000 Received: by mail-ig0-f169.google.com with SMTP id hn18so11416919igb.2 for ; Thu, 06 Nov 2014 19:43:08 -0800 (PST) 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 :content-type; bh=B8xuiTC1iteoB//dWbJwrJ4/aKCYyvkRAZTgb1MoqCw=; b=mq7VkZgYMAMPWqW8ke2vekul5PEQEPVQFHy7W9YPF+ojhZhzUbNUBEz4hoIiAh75hL rmf/lyqG1SQQYgXy2d90BqSTcwk/rBL7I9JMDHk/qIVK8gyixHunB0+DuyXn950FpSqv Bna5uWORnSotgRk8wjq8SO3KPwHKaVnpf0h8gPmRzfHaX+oe+uHA3JV+pR6rDHBPm3Rc rVGCAN4bH6mM6dFtLWebrW6shakysOZ1IBWf+xb3rJo/N5QsC0yZHAh2m+bKe1pAMMRD hxBvNRGK00HvFPcajbtP048HJUiky+G0ZndSvPRM/usyXyb+k/HUJNWPa0QD9Var1jy5 i3AA== X-Received: by 10.107.39.17 with SMTP id n17mr9726404ion.67.1415331788222; Thu, 06 Nov 2014 19:43:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.169.37 with HTTP; Thu, 6 Nov 2014 19:42:48 -0800 (PST) In-Reply-To: References: From: Jochen Szostek Date: Fri, 7 Nov 2014 04:42:48 +0100 Message-ID: Subject: Fwd: Apache CXF - JAX-RS Search integration with RestEasy To: users@cxf.apache.org Content-Type: multipart/alternative; boundary=001a1140706279fb5905073c9cbb X-Virus-Checked: Checked by ClamAV on apache.org --001a1140706279fb5905073c9cbb Content-Type: text/plain; charset=UTF-8 Hi all, I was hoping to integrate Apache CXF - JAX-RS Search with my RestEasy app. I tried numerous things...but in the end I always get an: Unable to find contextual data of type: org.apache.cxf.jaxrs.ext.search.SearchContext when trying to access/use the SearchContext (e.g. searchContext.getCondition(Fake.class);) Does anyone know of a possible / sensible way of integrating the two? Thanks a lot in advance, Jochen ps: stackoverflow link: http://stackoverflow.com/questions/26793634/apache-cxf-jax-rs-search-integration-with-resteasy --001a1140706279fb5905073c9cbb--