Thanks Piotr, I am *still* waiting on our server team to set up the AMFPHP test case
Verstuurd vanaf mijn iPhone > Op 2 apr. 2018 om 08:32 heeft Prashant Kumar <[email protected]> het > volgende geschreven: > > I could not get chance to look into this. Please go ahead and check this. If > you require any my support, do let me know. > >> On Sun 1 Apr, 2018, 10:57 PM Piotr Zarzycki, <[email protected]> >> wrote: >> Hi Prashant, >> >> Did you have a chance to look into that case ? If not I'm going in the next >> week look closer to AMF. >> >> Let me know. >> >> Thanks, >> Piotr >> >> 2018-02-21 7:27 GMT+01:00 Prashant Kumar <[email protected]>: >>> Fine, I will investigate this today and update you on the root cause. >>> >>> >>> On 20-Feb-2018 1:53 PM, "Carlos Rovira" <[email protected]> wrote: >>> Hi Prashant, >>> >>> curious. I think we passed an array of typed VOs, and for example Vehicle >>> has only 2 strings and a Date. My VO doesn't have a date property, but I >>> assume that should work. Anyway, could you investigate why that not work? >>> As I said I can support you with pull request if you want. I'm right now >>> focused on new Vivid UI Set that can support themes and visual >>> customization. >>> >>> thanks! >>> >>> >>> 2018-02-18 13:50 GMT+01:00 Prashant Kumar <[email protected]>: >>>> Following cases not working: >>>> >>>> service.send("passArrayList",[new ArrayList(["Test1","Test2"])]); >>>> >>>> var v1:Vehicle = new Vehicle(); >>>> v1.name = "Nexon"; >>>> v1.brand = "TATA"; >>>> v1.dom = new Date(); >>>> service.send("addVehicle",[v1]); >>>> >>>> >>>>> On Sat, Feb 17, 2018 at 4:15 PM, Carlos Rovira <[email protected]> >>>>> wrote: >>>>> Hi, I tested some months ago some scenarios with collections sharing some >>>>> VOs, and worked, but I think we should try more scenarios since complex >>>>> object graphs could be problematic. >>>>> >>>>> Thanks Prashant for looking into this. If you can help trying to evolve >>>>> the code I can support you with your pull request to include your changes >>>>> in Royale. >>>>> >>>>> >>>>> 2018-02-17 5:37 GMT+01:00 Prashant Kumar <[email protected]>: >>>>>> Carlos, >>>>>> >>>>>> If I sends only primary type as int , number , date etc then all works >>>>>> fine but if I sends custom types as a Arraylist , VOs, and other >>>>>> inherited types does not work properly. >>>>>> >>>>>> Regards, >>>>>> Prashant >>>>>> >>>>>> On 17-Feb-2018 2:50 AM, "Fréderic Cox" <[email protected]> wrote: >>>>>> Updated https://github.com/apache/royale-asjs/issues/119, think I am >>>>>> getting closer :-) >>>>>> >>>>>> On Fri, Feb 16, 2018 at 9:51 PM, Fréderic Cox <[email protected]> >>>>>> wrote: >>>>>>> Updated https://github.com/apache/royale-asjs/issues/119, can't get the >>>>>>> JAVA part to work but changing the AMF endpoint to AMFPHP I get an >>>>>>> error code when calling, so maybe that can help further research >>>>>>> >>>>>>>> On Fri, Feb 16, 2018 at 9:21 PM, Fréderic Cox <[email protected]> >>>>>>>> wrote: >>>>>>>> Any instructions on how to build the example? This is kind of >>>>>>>> complicated for me as I have 0 experience with JAVA and even less with >>>>>>>> Maven ;-) >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Carlos Rovira >>>>> http://about.me/carlosrovira >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Prashant Kumar | Mob.: +91 8408811225 >>> >>> >>> >>> -- >>> Carlos Rovira >>> http://about.me/carlosrovira >>> >>> >> >> >> >> -- >> Piotr Zarzycki >> >> Patreon: https://www.patreon.com/piotrzarzycki
