I got it working, after finding your original posts on flexcoders.  My new
channeldefinition looks like this:

    <channels>
        <channel-definition id="my-cfamf" class="
mx.messaging.channels.SecureAMFChannel">
            <endpoint uri="
https://{server.name}:{server.port}{context.root}/flex2gateway/"; class="
flex.messaging.endpoints.SecureAMFEndpoint"/>
            <properties>
                <polling-enabled>false</polling-enabled>
    <add-no-cache-headers>false</add-no-cache-headers>
                <serialization>
                    <instantiate-types>false</instantiate-types>
                </serialization>
            </properties>
        </channel-definition>
    </channels>

I was missing the word "Secure" in the class definitions for the channel and
the end point.  Plus I didn't have the no-cache-headers in there.

ALL GOOD!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3578
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to