>>>  That works for me, we have an existing test where Long is used instead

>> 
>>>  of Integer, works fine. I can't imagine why, may be @Transactional
>>>  affects it, please remove and check if that the case; also how do
>>>  setters for max&  offset look like ?
>>> 
>>>  Cheers, Sergey
>> 
>>  I re-built and re-deployed, and that seems to have fixed the problem when I 
> access the URL with a web browser, but if I access the URL with curl, once 
> again 
> only the first param is caught. Any ideas?
> 
> Can you add LoggingInInterceptor and see how many query parameters are 
> available ?

Sorry about the delayed response; I enabled Logging via:


<jaxrs:server> <jaxrs:features> <cxf:logging/> </jaxrs:features> </jaxrs:server>

But that didn't end up logging anything. So I opted simply print out the query 
parameters to stdout; once again, only the "term" parameter was set.

-Dan

Reply via email to