Re: RemoteObject and SimpleRemoteObject not working with WebORB for .NET

2018-08-10 Thread Alex Harui
I don’t know how difficult it will be to sync up. I don’t want to stop to try right now. Volunteers are welcome to try. Thanks, -Alex From: Piotr Zarzycki Reply-To: "users@royale.apache.org" Date: Friday, August 10, 2018 at 12:37 AM To: "users@royale.apache.org" Subject: Re: RemoteObject

Re: RemoteObject and SimpleRemoteObject not working with WebORB for .NET

2018-08-10 Thread JoeBoxer
Hello Carlos. The destinations for WebORB are defined in a different config file. I'll upload that file for you too see. I use the GenericDestination because its a wild card and doesn't require me to specify any namespaces. remoting-config.xml

Re: WORK ON EMULATION

2018-08-10 Thread Alex Harui
Hi Alina, What is being loaded? Flex apps should be using mx.controls.SWFLoader, mx.modules.ModuleLoader and mx.controls.Image (or their Spark equivalents) and not flash.display.Loader directly. It would be better to change your application to not use flash.display.Loader unless there are

Re: RemoteObject and SimpleRemoteObject not working with WebORB for .NET

2018-08-10 Thread Carlos Rovira
Hi Joe, I'll leaving for a trip tomorrow and will come in a few days, and as much I'm trying to finish a new jewel component before leaving (If I solve my current problems in time! :)). Please try this weekend to call a simple method sending a String and receiving a server string and report what

Re: RemoteObject and SimpleRemoteObject not working with WebORB for .NET

2018-08-10 Thread Carlos Rovira
Jose, based in your info I could make a working example to try. I think code is missing, but I can explain what I see so you can see if you need to fix things in your code or is only information that is missing in your email. Looking to the info you give: 1) The RO configuration is: source =

Re: RemoteObject and SimpleRemoteObject not working with WebORB for .NET

2018-08-10 Thread Piotr Zarzycki
Hi Radu, Althoght we don't have 0.9.3 released you can use nightly build [1]. Probably later you will need MXRoyale branch to go with Emulation path.[2] Alex, Is it even possible sync that branch with develop? [1]

Re: RemoteObject and SimpleRemoteObject not working with WebORB for .NET

2018-08-10 Thread Alex Harui
Hi Radu, Thanks for your offer. I don’t think there is a central place to accept monetary donations for Apache Royale. Donating to the Apache Software Foundation is always a nice thing to do, but it won’t directly accelerate development. There may be a few committers with spare time who

Re: RemoteObject and SimpleRemoteObject not working with WebORB for .NET

2018-08-10 Thread Carlos Rovira
Hi I forgot to mention one more thing about passing a List. In BlazeDS and ColdFusion (for what I know from other users), a server side Collection is passed like an externalized object reference. We solved this for BlazeDS and Coldfusion. I think that should work the same for WebOrb, but since