Hi Doug,

I think it will be more efficient to debug the bin/js-debug version before
trying to debug the js-release version.  First check that
AbstractMessage.js is in the bin/js-debug output from Moonshine, then copy
the entire js-debug folder to the server and try to run it.

If you are also getting SWF output, you can try to run the SWF version as
well.  That might help determine if the problem is in the JS
implementation of NetConnection or not.

We will probably look into refactoring RemoteObject to look a bit more
like the regular Flex version, but for a single method/operation the
available parameters should be the same, but I'm not an expert in
RemoteObject internals.  It is more likely there is a bug somewhere.  This
is pretty new code.  What did your regular mx:RemoteObject look like?

Thanks,
-Alex

On 9/21/17, 6:42 PM, "doug777" <doug777...@gmail.com> wrote:

>Hi Alex,
>
>Yes you're right of course. In fact I think js:RemoteObject should be
>written exactly as it is in mx:RemoteObject.
>
>What I'm doing wrong I think, is to try to build and run from Moonshine. I
>think I should just build it in the IDE then take the release output
>upload
>it to the server and then run it from the browser.
>
>When I do that I get this error.
>
>[Exception... "Failed to open input source
>'file:///C:/ColdFusion11/cfusion/wwwroot/booxotel/MSTest/C:/My%20Documents
>/Moonshine/Test/bin/js-debug/org/apache/flex/net/remoting/messages/Abstrac
>tMessage.js'"
>etc.
>
>The actual javascript being run contains this
>
>Object.defineProperties(vj.prototype,{roSTime:{get:F('We'),set:function(a)
>{a!=this.We&&(this.We=a,this.dispatchEvent(bj(this,'roSTime',null,a)))}},l
>bl:{get:F('Je'),set:function(a){a!=this.Je&&(this.Je=a,this.dispatchEvent(
>bj(this,'lbl',null,a)))}},MXMLDescriptor:{get:function(){if(void
>0==this.Ab){var
>a=vj.m.X.apply(this),b=[Hi,3,'id',!0,'roSTime','destination',!0,'ColdFusio
>n','source',!0,'booxotel.STime',0,2,'result',this.ge,'fault',this.he,null]
>;this.Ab=a?a.concat(b):b}return
>this.Ab}}});
>
>So looks like the problem is the path setting in Moonshine.
>
>Doug
>
>
>
>--
>Sent from: 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-users.2333346.n4.nabble.com%2F&data=02%7C01%7C%7Cbd6360651adc463d6f2008d
>5015b3b8b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636416413715660667&
>sdata=5U37oaN8K0L60IWW4yIftPKhb%2F5j%2FWQTfdPbTzt%2BdVM%3D&reserved=0

Reply via email to