Hi I did some debugging in my code and I found out that the NullPointerException is caused because the records=20 does not have a double == .FIQL recognizes only == and not =. When I changed it to records==20 then the "search.lax.property.match" worked just fine and ignored the records==20 successfully. So as you said single = must be supported in order for the "search.lax.property.match" to be useful.
Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/Where-to-put-contextual-property-ignore-matrix-parameters-true-tp5730881p5731078.html Sent from the cxf-user mailing list archive at Nabble.com.
