Flex 2.0 can not load MessageBrokerServlet


By David Fekke
January 17th, 2011

I have been playing around with some of the Flex 2.0 examples for ColdFusion. I am trying to get the cfcontact example working and I get the following error when I try to edit the flex-data-service.xml file.

error Could not pre-load servlet: MessageBrokerServlet
I made the following two changes to this file;
"actionscript" class="flex.data.adapters.ASObjectAdapter" default="true"/> "java-dao" class="flex.data.adapters.JavaAdapter"/> "hibernate" class="flex.data.adapters.HibernateAdapter"/> __ "coldfusion-dao" class="coldfusion.flex.CFDataServicesAdapter"/>

I also added the destination for the cfcontact;

"cfcontact"> "coldfusion-dao"/> "cf-dataservice-rtmp" /> "contactId"/> 0 "false" size="10"/> "ERROR" max-frequency="500"/> "REPLACE" max-frequency="500"/>

samples.contact.ContactAssembler

localhost

remote

false

false

false


fill


sync

get count
The only thing I can think of that might be causing a problem is that I am running CF mystic under IIS and Jrun. I have standalone version of jrun Flex data services running on port 8700.

Has anyone found a fix for this yet?

← Previous Page  Next Page →