And just a quick question on this FIQL approach.
Lets say that I have the service
localhost:808/service/books;author==Peter;records=20
SQLPrinterVisitor<Server> visitor = new SQLPrinterVisitor<Server>(
beanPropertiesMap, "books", cols);
where the "author" is included in the beanPropertiesMap but the "records" is
a parameter that we want to take with the @MatrixParam. Despite the fact
that @MatrixParam("records") getsthe value 20 of the "records" the FIQL
visitor throws an exception because the "records" matrix parameter is not
included in the beanPropertiesMap.
Is there any way to configure visitor to ignore the properties that are not
included in the beanPropertiesMap?
Or if I decide to follow this FIQL functionality and get my search
expressions through the ; symbol using the "ignore.matri.parameters"
property I am losing the functionality of the matrix parameters?
Thanks
--
View this message in context:
http://cxf.547215.n5.nabble.com/Where-to-put-contextual-property-ignore-matrix-parameters-true-tp5730881p5730908.html
Sent from the cxf-user mailing list archive at Nabble.com.