issues upgrade ORDS 3.09 to 19.2
We have an issue after updating ORDS 3.09 to 19.2 with a 12.2 database and deployed on WLS 12.2.1.3 server.
ORDS version 3.09 was converting the SDO_GEOMETRY to JSON in the following format:
"puntgeometrie": {"type": "Point","coordinates": [123456, 123456]}
ORDS version 19.2 is not doing the conversion for some services thus creating and invalid JSON and is doing the conversion for other services in a different format:
"puntgeometrie": {"srid": 28992,"point": {"directposition": [123456.0, 123456.0]}}
any suggestion what to check / adjust would be appreciated
thnx,
Peter