mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Data Source should be transient, while accepting only persistant object. #89

Open Sluimers opened 7 years ago

Sluimers commented 7 years ago

* Source object should be a transient object

In other words, Issue #88 but in reverse, though I don't know if said object should be really transient or whether it needs to be a persistant object and that the error text is wrong again.