The previous example specifies the location of the keystore for Flex Data Services with
integrated JRun, installed using the default settings. If you are using a different server,
specify the location of the cacerts file for the JRE that you are using. For example, if you
are using JBoss, you specify the keystore location as
cacerts.
To enable SSL in the ColdFusion MX Administrator:
In the ColdFusion MX Administrator, select Data & Services > Flex Integration, and
1.
specify the keystore file in the Full Path to Keystore text box.
Specify the keystore password in the Keystore password text box.
2.
Select the Enable RMI over SSL for Data Management option, and then click Submit
3.
Changes.
If you specify an invalid keystore file or password, ColdFusion does not enable SSL, and
disables Flex Data Management Support.
Data translation
The following table lists the ColdFusion data types and the corresponding Adobe Flash or
ActionScript data type: [arrays become lists - which are AS arrayCollections; ask mike]
ColdFusion data type
String
Array
Struct
Query
CFC
CFC Date
CFC String
CFC Numeric
ColdFusion XML Object
Flash data type
String
[] = Array
{} = untyped Object
Array of untyped Objects
Class = typed Object (if a matching ActionScript class exists,
otherwise the CFC becomes a generic untyped Object (map) in
ActionScript)
ActionScript Date
ActionScript String
ActionScript Numeric
ActionScript XML Object
$JAVA_HOME/jre/lib/security/
Data translation
47
Need help?
Do you have a question about the COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX 2 and is the answer not in the manual?