You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/07/28 15:38:26 UTC

[GitHub] [royale-asjs] aharui commented on issue #435: Importing VO file in Mxml Calls FaultHandler

aharui commented on issue #435: Importing VO file in Mxml Calls FaultHandler
URL: https://github.com/apache/royale-asjs/issues/435#issuecomment-515772691
 
 
   It looks like your example is a Module.  Our Module examples generally build the module in a separate folder, then copy the results into a subfolder in the main app's folder.  Please make sure you are building your app in a similar way and then verify whether shmCompanySetupVO.as is also being used in the main application or not, and if so, show us the compiler options that you are using to control duplicate JS files in the module, and also tell us which RemoteObject is being used.  Is the RO in the main app or the module?
   
   There is a chance that the VO is being loaded twice or that it isn't loaded in time, or isn't being registered with the decoder.  You might want to start with our ModuleExample and get it to include your VO in a similar way you are using it to see if that will produce a simpler test case for analysis.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services