HTTP channel works as expected - it does observe the polling-enabled property.
cheers, Joe --- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Not a known issue, I'll forward it in. What happens when you use the > HTTP channel? > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of flashorbman > Sent: Tuesday, July 11, 2006 12:39 AM > To: [email protected] > Subject: [flexcoders] Problem with the Flex CRM example when ran on AMF > > > > 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 <http://tinyurl.com/hqdyx> > > Is this a known problem? Is there a workaround *without* enabling > polling? > > cheers, > Joe > -- 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/

