I have a custom operation defined on a DS to fetch a JWT related to that DS. I need it to fetch images off another server.
All works fine, although i saw today that DataSource still logs warnings for "missing" datasource fields in the response, like this:
Naturally, all fields are missing since for that operation i'm only returning a String.
I would argue for a custom operation there should be no validation, nor any warnings logged. Or am i missing something?
All works fine, although i saw today that DataSource still logs warnings for "missing" datasource fields in the response, like this:
WARN com.isomorphic.datasource.DataSource - Couldn't get value at valueXPath: location/id for datasource: image - ignoring. Actual error: org.apache.commons.jxpath.JXPathNotFoundException: No pointer for xpath: //location
I would argue for a custom operation there should be no validation, nor any warnings logged. Or am i missing something?
Comment