Tom,

 

Your destination should be defined in your flex-remoting-service.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 Tom Chiverton
Sent: segunda-feira, 15 de Maio de 2006 16:33
To: [email protected]
Subject: RE: [flexcoders] Mystic CFC remoting

 

>>> On Mon, May 15, 2006 at  4:23 PM, in message
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> this depends :) If you want to use CF remoting, then point to the
> flex- enterprise- services.xml on your CF server. If you want to use
the
> Data Management Services then you have to modify the

I'm just trying to do simple* remoting.

I've just attempted to add the <destination> tag to the services in
FDS's  flex-enterprise-services:
    <services>
        <service-include file-path="flex-remoting-service.xml" />
        <service-include file-path="flex-proxy-service.xml" />
        <service-include file-path="flex-message-service.xml" />
        <service-include file-path="flex-data-service.xml" />

<destination id="ColdFusion">
                <channels>
                    <channel ref="my-cfamf"/>
                </channels>
                <properties>
                    <source>*</source>
                    <!-- define the resolution rules and access level
of the cfc being invoked -->
                    <access>
                        <!-- Use the ColdFusion mappings to find CFCs,
by default only CFC files under your webroot can be found. -->
                        <use-mappings>true</use-mappings>
                        <!-- allow "public and remote" or just "remote"
methods to be invoked -->
                      
<method-access-level>public</method-access-level>
                    </access>

                    <property-case>
                        <!-- cfc property names -->
                      
<force-cfc-lowercase>false</force-cfc-lowercase>
                        <!-- Query column names -->
                      
<force-query-lowercase>false</force-query-lowercase>
                        <!-- struct keys -->
                      
<force-struct-lowercase>false</force-struct-lowercase>
                    </property-case>
                </properties>
            </destination>

    </services>
but:
15/05 16:31:33 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
Build: 138139
15/05 16:31:33 user MessageBrokerServlet: init
15/05 16:31:33 error Could not pre-load servlet: MessageBrokerServlet
flex.messaging.config.ConfigurationException: Unexpected child element
'destination' found in 'services'.

*eh* ?


Tom Chiverton

****************************************************

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.  If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards



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




YAHOO! GROUPS LINKS




Reply via email to