I tried to change the channel used for the Flex CRM example from RTMP
to AMF and now I experience a problem on the initial application load.
The problem happens only when polling is disabled. The problem can be
easily reproduced with the following steps:

1. change the default channel to "my-amf" in
data-management-config.xml to look as the following:
    <default-channels>
        <channel ref="my-amf"/>
    </default-channels>

2. Make sure polling is disabled in services-config.xml:
<channel-definition id="my-amf"  class="mx.messaging.channels.AMFChannel">
<endpoint uri="amf endpoint is here"
class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
         <polling-enabled>false</polling-enabled>
    </properties>
</channel-definition>

Re-run the example and you will get this (i slightly modified mxml to
get more data about the error): 
http://tinyurl.com/hqdyx

Is this a known problem? Is there a workaround *without* enabling polling?

cheers,
Joe







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to