09-18-2017 08:18 AM
I'm trying to use a ResultSetQuery
automation as follows:
curl -d '{"params":{"language":"CMIS","query":"select * from cmis:document" etc... -X POST http://localhost:8080/nuxeo/site/automation/Repository.ResultSetQuery
When I trace into the ResultSetPaginatedQuery
class, it eventually tries to exec the query but it assumes it is NXQL. The lang
property that is mapped into the class from the params
field never gets put into the properties collection and passed down to the PaginableRecordSetImpl
class - and so from there on down the code treats the query as NXQL. Why is the language parameter supported in the interface but not in the internals? Thanks
09-18-2017 08:32 AM
Thanks, I opened the ticket https://jira.nuxeo.com/browse/NXP-23105 to track this issue.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.