JSON serialization of ValuesReference is missing. This is used by the latest version of the scheduler (#482).
Environment
operating system:
Python version:
PyWPS version:
source/distribution
[ ] git clone
[ ] Debian
[ ] PyPI
[ ] zip/tar.gz
[ ] other (please specify):
web server
[ ] Apache/mod_wsgi
[ ] CGI
[ ] other (please specify):
Steps to Reproduce
$ curl -X GET -i 'http://localhost:5000/wps?service=wps&request=Execute&version=1.0.0&identifier=inout&storeExecuteResponse=true&status=true'
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd" version="1.0.0">
<ows:Exception exceptionCode="SchedulerNotAvailable" locator="" >
<ows:ExceptionText>Could not submit job: Object of type 'ValuesReference' is not JSON serializable</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Description
JSON serialization of
ValuesReference
is missing. This is used by the latest version of the scheduler (#482).Environment
Steps to Reproduce
Additional Information