Jenkins build is back to normal : royale-asjs_jsonly #1251

2018-07-31 Thread apacheroyaleci
See

Re: compc compiler error

2018-07-31 Thread Alex Harui
I see some code in the compiler that does try to resolve from source-path and library-path. It assumes the path isn't absolute. What does the associated [Embed] metadata tags look like for the examples below? I also see some code about the symbols '|' and '#' affecting where the source is.

Re: compc compiler error

2018-07-31 Thread Alex Harui
Hmm. I wasn't aware that the regular Flex compiler would search the library path. It should be searching the source-path. Do you know of any documentation or other references to that capability? I'm guessing that the Royale Compiler isn't set up to do that. Patches are welcome. If you

Re: SecureAMFStreaming channel BlazeDS support in Appache Royale

2018-07-31 Thread bhau
Hi Alex, I have uploaded an image which shows param object detail on right side. I just replaced param.body to param in highlighted line and in mxml I used _timestamp value for display of server data. It is just a temporary workaround.

Re: SecureAMFStreaming channel BlazeDS support in Appache Royale

2018-07-31 Thread Alex Harui
Hi, Can you make a .patch file or GitHub Pull Request with your changes so we can see what you changed? Thanks, -Alex On 7/31/18, 1:03 PM, "bhau" wrote: Hi carlos, I wrote simple mxml client using remote object to connect existing back end java server. It is not returning

Re: SecureAMFStreaming channel BlazeDS support in Appache Royale

2018-07-31 Thread bhau
Hi carlos, I wrote simple mxml client using remote object to connect existing back end java server. It is not returning proper data back. I did some debugging and noticed that it actually called back end server api but data returned in AcknowledgeMessage object was not bound to _body property,

Re: Migrating Enterprise Flex Application

2018-07-31 Thread Alex Harui
Use js/bin/mxmlc insead of bin/mxmlc. HTH, -Alex On 7/31/18, 4:00 AM, "chembali" wrote: I tried to run the Royale mxmlc compiler using the below command and it errors out. C:\devenv\BlazeDSRemoteObjects\BlazeDsExample\src>C:\devenv\GitHub\royale-asjs/b in/mxmlc

Re: Migrating Enterprise Flex Application

2018-07-31 Thread chembali
I tried to run the Royale mxmlc compiler using the below command and it errors out. C:\devenv\BlazeDSRemoteObjects\BlazeDsExample\src>C:\devenv\GitHub\royale-asjs/b in/mxmlc -compiler.source-path=C:\devenv\BlazeDSRemoteObjects\BlazeDsExample\src

Re: SecureAMFStreaming channel BlazeDS support in Appache Royale

2018-07-31 Thread Carlos Rovira
Hi Radu, to complement what Alex said, in the particular case you ask of secure streaming channel I'm right now off and don't have access to the code but I think that is already supported since. Give a try and let us know if that already works or if not, what problems did you find. thanks