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 C93EA10EC2 for ; Wed, 15 Jan 2014 04:21:35 +0000 (UTC) Received: (qmail 25920 invoked by uid 500); 15 Jan 2014 04:21:35 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 25451 invoked by uid 500); 15 Jan 2014 04:21:25 -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 25335 invoked by uid 99); 15 Jan 2014 04:21:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 04:21:20 +0000 Date: Wed, 15 Jan 2014 04:21:20 +0000 (UTC) From: "Sandy Soesilo (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-4949) FIQL - searchContext returns null SearchCondition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871624#comment-13871624 ] Sandy Soesilo commented on CXF-4949: ------------------------------------ Hi, since Beanspector is converting everything that I put in the search parameter into lower case, I'm forced not to have camelCase properties in my entities. My properties must be named with lowercase only. Is this a desirable situation? Thanks, > FIQL - searchContext returns null SearchCondition > ------------------------------------------------- > > Key: CXF-4949 > URL: https://issues.apache.org/jira/browse/CXF-4949 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 2.6.6 > Reporter: Swarup > Assignee: Sergey Beryozkin > Fix For: 2.6.8, 2.7.5, 3.0.0-milestone1 > > > Hi, > I'm trying the fiql expression for the first time, and I get null searchCondition. But when i print the searchContext.getSearchExpression(), it seems to have parsed the query param fine with: lowestPrice=gt=10 > SearchCondition sc = searchContext.getCondition(filterContext.getSearchExpression(), TourTicketStats.class); > I'm atleast expecting some kind of exception raised if it's not able to parse it. > Any help to debug it is appreciated. > Using v2.6.6 > Thanks -- This message was sent by Atlassian JIRA (v6.1.5#6160)