pashminakazi commented on issue #404: RemoteObject Calls FaultHandler in Some 
Cases Need Help
URL: https://github.com/apache/royale-asjs/issues/404#issuecomment-477953355
 
 
   I was trying through commenting some portion of code and compile it again 
and again but it always calls faultHandler..
   Now when I comment VO classes imports and objects of VO classes it class 
resultHandler
   
   import com.shm.VO.Common.shmCompanySetupVO;
   import com.shm.VO.Common.shmDeliveryLocationSetupVO;
   
   [Bindable] private var voCompany:Object = new shmCompanySetupVO();
   [Bindable] private var voDeliveryLocation:Object = new 
shmDeliveryLocationSetupVO(); 
   
   dgCompData.selectedItem == null ? fn_ResetPage() : 
shmUtil.setForm(arrFormItems, voCompany as Object, 
org.apache.royale.reflection.describeType(shmCompanySetupVO) as XML 
   
   I comment out these lines From my mxml file and it works. Why?
   Is this was a problem of describeType?
   

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

Reply via email to