Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Migrating from 7.0rc2 to 8.2: problems with multiple deletes in a RestDataSource

    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:

    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
    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.

    #2
    If anyone has this problem, try to set disableQueuing to false in your RestDataSource.

    It worked for me.

    Comment

    Working...
    X