I can access databases etc even with this error how ever other
applications run into problems.

18/10 11:44:50 error Could not pre-load servlet: MessageBrokerServlet
[1]flex.messaging.MessageException: Cannot create class of type
'coldfusion.flash.messaging.ColdFusionAdapter'. Type
'coldfusion.flash.messaging.ColdFusionAdapter' not found.
...
[0]flex.messaging.config.ConfigurationException: Unable to create
service 'flex.messaging.services.RemotingService' for
'coldfusion-flashremoting-service' due to the following error: Cannot
create class of type 'coldfusion.flash.messaging.ColdFusionAdapter'..
...


the following snippet is the default that was already in
services-config.xml seems to be causeing the trouble as i can comment
it out and fix the start up problem but then i don't have access to
the ColdFusion destination

<service id="coldfusion-flashremoting-service"
class="flex.messaging.services.RemotingService"
messageTypes="flex.messaging.messages.RemotingMessage">

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

<destination id="ColdFusion">
<channels>
<channel ref="my-cfamf"/>
</channels>
<properties>
    <source>*</source>
    <access>
    <use-mappings>false</use-mappings>
    <method-access-level>remote</method-access-level>
    </access>
    
    <property-case>
    <force-cfc-lowercase>false</force-cfc-lowercase>
    <force-query-lowercase>false</force-query-lowercase>
    <force-struct-lowercase>false</force-struct-lowercase>
    </property-case>
    </properties>
</destination>        
</service>


I don't have alot of Flex/ColdFusion experience so any help for fixing
this would be appreaicated. __._,_.___

--
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
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to