[
https://issues.apache.org/jira/browse/FLEX-35357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196527#comment-16196527
]
Doug Simmons commented on FLEX-35357:
-------------------------------------
Yes looks like it does. Here are the relevant pieces of code.
<mx:RemoteObject id="roSTime" destination="ColdFusion"
source="{PREFIX}STime">
<mx:method name="getUTCDateTimeNow"
result="roCheckTestResultHandler(event)" fault="roFaultHandler(event)"/>
</mx:RemoteObject>
[Bindable] public var PREFIX : String = "1_2_0.";
<channel-definition id="my-cfamf" class="mx.messaging.channels.AMFChannel">
<endpoint uri="http://www.booxotel.com/flex2gateway/"
class="flex.messaging.endpoints.AMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
<serialization>
<instantiate-types>false</instantiate-types>
</serialization>
</properties>
</channel-definition>
Doug
> FlexJS RemoteObject and ColdFusion
> ----------------------------------
>
> Key: FLEX-35357
> URL: https://issues.apache.org/jira/browse/FLEX-35357
> Project: Apache Flex
> Issue Type: Bug
> Components: RPC: RemoteObject
> Affects Versions: Apache FlexJS 0.9.0
> Environment: Windows 10, Firefox Developer
> Reporter: Doug Simmons
> Fix For: Apache FlexJS 0.9.0
>
> Attachments: MSTest.zip
>
>
> The project at https://justpaste.it/1bl2l
> Generates error - stack trace at https://justpaste.it/1bksx
> Doug
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)