Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Coldfusion/LCDS/Mysql + Flex

Avatar

Level 1
Hi all !!



I just have a project that use LiveCycle a lot... I begin
from the scratch with integrated ColdFusion LiveCycle,

so i've tried the example in devnet :
http://www.adobe.com/devnet/coldfusion/articles/data_app.html
and everything seems to work with the Coldfusion embedded databases
( I 've just noticed that for some fields when i wanted to upgrade
that fields i get un 'contructor' error, issue that wasn't
resolved, even by his author.

Now my problem is that i use a proper mysql database and when
i launch the same application i get a blank page without anyresult
in the datagrid and no error messages from flex, coldfusion or
mysql...

Is it a known issue or have i to configure Mysql in other way
in Coldfusion ??



Any helps will be appreciated



Francois
3 Replies

Avatar

Level 2
I have tried out exactly this same example; but in my
configuration, the assembler CFCs are not found ... I use an Apache
web server instead of ColdFusion's builtin web server. Have You
made this example running with an EXTERNAL web server ?

Avatar

Level 1
Hi,



Well i use Coldfusion on IIS... don't have try with apache,
but your problem seems to be the way you call your CFC.. I think
you have to map your CFC path in the admin, but not sure...



regards

Avatar

Former Community Member

Copy the com folder (and all subfolders) to the C:\ColdFusion8\wwwroot folder (or whatever your CF install directory is).  Alternatively I believe you can create a mapping - I have heard others mention it...but I'm not sure how.