Barry,

 

Where are you defining your ColdFusionGateway, in FDS flex-message-service.xml or in your ColdFusion flex-enterprise-services.xml ?

 

João Fernandes
Dep. Informática - Área de Desenvolvimento
Cofina media

Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel (+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie
Sent: terça-feira, 23 de Maio de 2006 3:35
To: [email protected]
Subject: [flexcoders] CF, Flexmessaging and FDS2: Unknown destination 'ColdFusionGateway'

 

I'm trying to get Ben Forta's CF/FDS2/gateway example going
http://www.forta.com/blog/index.cfm/2006/2/1/Getting-Started-With-ColdFusion-And-Flex-Enterprise-Services

and keep hitting Unknown destination 'ColdFusionGateway'

this means that FDS2 can't find ColdFusion's gateway, yes? - FDS2
(localhost:8700) can't talk to CF (installed on IIS). The
FlexMessaging gateway verifies in the CF admin. I *did* install FDS2
after installing the CF connectivity (mystic upgrade), though...
I'm also calling the mxml file so it compiles on the server (not in a
FB project)

I was really hoping Simon's answer was "it"...but no...
http://www.mail-archive.com/[email protected]/msg24916.html.


any suggestions on things to try? below is more of the error and a
copy of my flex-message-service.xml at
C:\fds2\jrun4\servers\default\samples\WEB-INF\flex

thanx
barry.b



[MessagingError message=Unknown destination 'ColdFusionGateway'.]
      at mx.messaging.config::ServerConfig$/getChannelSet()
      at mx.messaging::MessageAgent/mx.messaging:MessageAgent::initChannelSet()
      at mx.messaging::MessageAgent/mx.messaging:MessageAgent::internalSend()
      at mx.messaging::Consumer/subscribe()
      at Flex2CF/initApp()


<?xml version="1.0" encoding="UTF-8"?>
<service id="message-service"
    class="flex.messaging.services.MessageService"
    messageTypes="flex.messaging.messages.AsyncMessage">

    <adapters>
        <adapter-definition id="actionscript" ... />
        <adapter-definition id="jms" ... />
      <adapter-definition id="cfgateway"
class="coldfusion.flex.CFEventGatewayAdapter"/>
    </adapters>

    <destination id="ColdFusionGateway">
        <adapter ref="cfgateway" />
        <properties>

            <gatewayid>*</gatewayid>
            <gatewayhost>my.IP.adderss.NFP</gatewayhost>
            <allowedIPs>my.IP.adderss.NFP</allowedIPs>

        </properties>
        <channels>
            <channel ref="my-rtmp"/>
            <channel ref="my-polling-amf"/>
        </channels>
    </destination>
</service>


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



SPONSORED LINKS

Web site design development

Computer software development

Software design and development

Macromedia flex

Software development best practice

 

 


YAHOO! GROUPS LINKS

 

 




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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to