pashminakazi opened a new issue #404: RemoteObject Calls FaultHandler in Some Cases Need Help URL: https://github.com/apache/royale-asjs/issues/404 I am calling many java side function with remoteObject in my .as and .mxml files they all work fine. ShmCompanySetup is my module, From where I am calling 7 or 8 Java Methods with Multiple RO's. In that File first RO is calling faultHandler and all other RO's calling resultHandler. My Application File: https://paste.apache.org/t3zP In another project, I have created the same RO with the same function and it calls resultHandler: https://paste.apache.org/uyuX In my application, I have created this RO in my parent application File shmApplication.as and set its dataprovider in my module file's advancedDataGrid and it works fine. I have tried much more to make this RO working by 1) by removing all other RO's From File except this RO 2) by removing some components 3) by changing Responder and token number but it always calls fault handler This RO is for setting the values of AdvancedDataGrid, In my Another Module file same Problem is happening with RO which is setting AdvancedDataGrid values
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
