Yes, indeed, this is much better.
In my frustration I forgot about the resources folder.

Still the mystic docs are riddled with errors.

Regards,
 
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies
-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of João Fernandes
Sent: Friday, 9 June 2006 9:41 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FDS/CF flex-data-service.xml

Bjorn,

you don't need to provide fill,sync, get and count method names anymore.

In the resource folder you can get a sample how to config fds destinations
when connecting to CF.

HTH,

João Fernandes


-----Original Message-----
From: flexcoders@yahoogroups.com on behalf of Bjorn Schultheiss
Sent: Fri 09-Jun-06 12:09 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FDS/CF flex-data-service.xml
 
Any help on this

Regards,
 
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies

_____________________________________________
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Bjorn Schultheiss
Sent: Thursday, 8 June 2006 10:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS/CF flex-data-service.xml

Hi List,

Within the Mystic doc: Using Flex Data Service with Assembler

It specifies a destination to use in the flex-data-service.xml;
I used it and flex server doesn't like it on startup.

It dies at the server tag.
In the docs this is what is defined in the server tag.

<server>
  <assembler>
    <component>samples.contact.ContactAssembler</component>
    <hostname>localhost</hostname>
    <access>
      <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>
  </assembler>
  <fill-method>
    <name>fill</name>
  </fill-method>
  <sync-method>
    <name>sync</name>
  </sync-method>
  <get-method>
    <name>get</name>
  </get-method>
  <count-method>
    <name>count</name>
  </count-method>
</server>

As soon as I add any of the tags within the server tags Flex does not accept
them
// Unexpected tags found in <properties>, please fix them before continuing
//

Any help

Regards,
 
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies 



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to