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 <piotrzarzyck...@gmail.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Friday, August 10, 2018 at 12:37 AM
To: "users@royale.apache.org" <users@royale.apache.org>
Subject: Re: RemoteObject and SimpleRemoteObject not working with WebORB for 
.NET

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] 
http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfulBuild%2Fartifact%2F&data=02%7C01%7Caharui%40adobe.com%7Cdbc4d4c9a9194419e54e08d5fe942578%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636694834596720319&sdata=PCJ5caU5JZn4jLOKx3cSIPmu9lpS0OXUCnh%2F4d3aQrE%3D&reserved=0>
[2] 
https://github.com/apache/royale-asjs/wiki/emulation-components<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2Femulation-components&data=02%7C01%7Caharui%40adobe.com%7Cdbc4d4c9a9194419e54e08d5fe942578%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636694834596720319&sdata=7vWBQGLxv7PLF8fguG9Y3JWQ4LWna4cRLt82Cwu1YLg%3D&reserved=0>

Thanks,
Piotr

On Fri, Aug 10, 2018, 9:15 AM Carlos Rovira 
<carlosrov...@apache.org<mailto:carlosrov...@apache.org>> wrote:
Hi Joe,

- correlationId is received from server (talking about BlazeDS always, since 
don't know about WebOrb), and is a String if small messages are off and a 
ByteArray if on.
- operation is send from client and is 5 (client pong operation) in a normal RO 
operation (not SimpleRO) to establish connection with BlazeDS, then "operation" 
is the name of the method your are asking for.
In SimpleRO instead of 5 is 13 (trigger connect operation) for the first 
connection.

So my guess is that something is wrong in your code

I'll respond to the other email now



2018-08-10 1:19 GMT+02:00 JoeBoxer 
<craigsi...@hotmail.com<mailto:craigsi...@hotmail.com>>:
Hello Carlos and Alex.

After digging a bit further i noticed that WebORB is expecting 2 additional
properties in the remoting request than what AbstractMessage.as is sending.

AbstractMessage.as sends:

body
clientId
destination
headers
messageId
timestamp
timeToLive

WebORB is expecting...

body
clientId
destination
headers
messageId
timestamp
timeToLive

AND

operation
correlationId

This could be why the WebORB parser is throwing an exception.  Your
thoughts?

Regards



--
Sent from: 
http://apache-royale-users.20374.n8.nabble.com/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-users.20374.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cdbc4d4c9a9194419e54e08d5fe942578%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636694834596720319&sdata=2oyz%2B2c46SrqybGLhlNJIwE2DC50bm0AE2t2eEWzmL8%3D&reserved=0>



--
Carlos Rovira
http://about.me/carlosrovira<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cdbc4d4c9a9194419e54e08d5fe942578%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636694834596720319&sdata=3xz8lx7KhOAWJO5Fyf4iifQfe%2BQ6yaaI3zSxKEMjmz4%3D&reserved=0>

Reply via email to