Re: Transferring Collections with RemoteObject/AMF

2018-05-16 Thread Carlos Rovira
Just tried AMF in Edge and IE11 and both works as well :) 2018-05-16 16:13 GMT+02:00 Carlos Rovira : > Hi Piotr, > > finaly Safari works ok as well, I was checked some development tools and > seems that was interfering, so for now works great in all 3 browsers (still >

Re: Transferring Collections with RemoteObject/AMF

2018-05-16 Thread Carlos Rovira
Hi Piotr, finaly Safari works ok as well, I was checked some development tools and seems that was interfering, so for now works great in all 3 browsers (still need to test on Windows IE11 and Edge), so not need to fill any bug for now ;) About the place where you run the client, right, you need

Re: Transferring Collections with RemoteObject/AMF

2018-05-16 Thread Piotr Zarzycki
Carlos, Last time when I was testing AMF PHP it was working fine on my sight. I had to just push application in the same place as AMF server. I didn't test it in Safari. Great to hear that! Congrats! Thanks, Piotr 2018-05-16 15:46 GMT+02:00 Carlos Rovira : > Piotr, >

Re: Transferring Collections with RemoteObject/AMF

2018-05-16 Thread Carlos Rovira
Piotr, I finally get total communication with my Backend!! :D The problem is localized in Safari. I was testing all the time with Safari, and then I tried with Chrome and it worked. I tried with Firefox as well and worked as well. So we have some bug that generates some problem in

Re: Transferring Collections with RemoteObject/AMF

2018-05-16 Thread Carlos Rovira
Hi Piotr, right! I think we still have something wrong. Let me explain: I'm right now trying to make a first communication with our company app. I get to communicate from Royale to Java sending a populate type object, but I'm still don't get the response ok, I'm getting a "Failed decoding the

Re: Transferring Collections with RemoteObject/AMF

2018-05-16 Thread Piotr Zarzycki
Hi Carlos, I'm wondering now what should be on the AMF PHP sight to have it working. Maybe I will try to find some time to investigate it. Since on Java HashSet is ok, maybe on PHP sight there is something which can accept ArrayList. ;) Thanks, Piotr 2018-05-16 12:02 GMT+02:00 Carlos Rovira

Transferring Collections with RemoteObject/AMF

2018-05-16 Thread Carlos Rovira
Hi, just let you know that I tried to retrieve a Collection from Java with RemoteObject/AMF, and that worked without problem. I updated the example with this test that compose a java.util.Set (a HashSet), send it and we get it in Royale as a royale ArrayList. I'm a bit surprised that this works