Hi,
As the title describes i'm migrating from 7.0rc2 to 8.2 and having some problems with a RestDataSource that format responses as json.
Multiple delete operations are not working as they fail with the following error:
I reviewed this topic http://forums.smartclient.com/showthread.php?t=20059 but couldn't find a suitable answer there.
Is there a way to disable transaction merge and fix this problem without applying a json prefix? I tried autoJoinTransactions : false but it didn't worked.
Thanks.
As the title describes i'm migrating from 7.0rc2 to 8.2 and having some problems with a RestDataSource that format responses as json.
Multiple delete operations are not working as they fail with the following error:
Code:
Found a REST request that appears to be in JSON format, but the response was not wrapped as configured by the jsonPrefix and jsonSuffix properties - aborting
Is there a way to disable transaction merge and fix this problem without applying a json prefix? I tried autoJoinTransactions : false but it didn't worked.
Thanks.
Comment