Hi, Can you make a .patch file or GitHub Pull Request with your changes so we can see what you changed?
Thanks, -Alex On 7/31/18, 1:03 PM, "bhau" <[email protected]> wrote: Hi carlos, I wrote simple mxml client using remote object to connect existing back end java server. It is not returning proper data back. I did some debugging and noticed that it actually called back end server api but data returned in AcknowledgeMessage object was not bound to _body property, instead it was bound to _timestamp property. So resultHandler method call in RemoteObject.js dispatches event with param.body(which is not correct data). After modifying this in RemoteObject.js my client works fine. But I think it is a bug. Data should be populated in _body property instead of _timestamp. If it is not a bug then I am doing something wrong. Please advise. Thanks, --Bhau -- Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C965eae3dcb47487475e208d5f720bd45%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636686642343725756&sdata=o8NWMPXuc%2Bm%2FiTWRvuY%2BqLdd9wfNJ%2FCE6sPx9CNzjU0%3D&reserved=0
