G
gryphon
Guest
Hi If i look at the json of the deployed war file for the version in 11.3 it looks like this for read of this business entity: { "path": "?filter={filter}", "type": "read", "verb": "get", "params": [] }, { if i look at the json of the deployed war file for the version in 11.7 it looks like this for read of this business entity: "path": "?filter={filter}", "useBeforeImage": false, "type": "read", "verb": "get", "params": [ { "name": "filter", "type": "QUERY" }, { "name": "dsTransaction", "type": "RESPONSE_BODY" } ] }, This seems to be the issue because if deploy the 11.3 war file everything works.. however deploying the 11.7 war file is a problem.. as you can see there are differences????
Continue reading...
Continue reading...