Hi there,

 

I already have CF+FES2 under the same context root (and compiling correctly) but now when I try to call a RemoteObject I got this error: “send failed”

 

If I try to use the FES2 AMF endpoint I got a coldfusion/runtime/neoException error.

 

I was using this config:

    <adapters>

       <adapter-definition id="cf-object" class="coldfusion.flash.messaging.ColdFusionAdapter" default="true"/>

    </adapters>

 

    <default-channels>

        <channel ref="my-cfamf"/>

    </default-channels>

     

   <destination id="ColdFusion">

          <channels>

                <channel ref="my-cfamf"/>

          </channels>

          <properties>

                 <source>teste</source>

                 <lowercase-keys>false</lowercase-keys>

          </properties>

     </destination>

 

Beeing my-cfamf:

 

         <channel-definition id="my-cfamf" class="mx.messaging.channels.AMFChannel">

            <endpoint uri="http://{server.name}:8100/flex2gateway/" class="flex.messaging.endpoints.AMFEndpoint"/>

            <properties>

                <polling-enabled>false</polling-enabled>

                <serialization>

                    <custom-deserializer type="typed-object" class="coldfusion.flash.messaging.io.amf.serializers.TypedObjectDeserializer" />

                </serialization>

            </properties>

        </channel-definition>

 

 

Any Ideas about how to solve this?

 

Thanks

 

João Fernandes

Secção de Desenvolvimento

Departamento de Informática

 



--
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




Reply via email to