[
https://issues.apache.org/jira/browse/CXF-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin resolved CXF-4949.
-----------------------------------
Resolution: Fixed
Fix Version/s: (was: 2.7.5)
(was: 2.6.8)
(was: 3.0.0-milestone1)
2.7.9
2.6.12
3.0.0-milestone2
Thanks for this example, JPA test has a bean with several camel case properties
but all of them are non primitive properties, and the issue occurs for simple
properties apparently. I'd say it is a Hibernate issue, the fact it can match
primitive values in a case-insensitive way, but I've done some updates to
ensure the visitors do see the original search values provided
> 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: 3.0.0-milestone2, 2.6.12, 2.7.9
>
>
> 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<TourTicketStats> 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)