By Minidxer | August 3, 2008
Flex Builder 2的RemoteObject调用ColdFusion 8 CFCs有些时候会发生调用失败的错误,Adobe的Support Center针对这一情况罗列了4种可能的原因,并且提供了相应的解决方法。
4种可能的原因是:
You have not entered the proper compiler arguments which point to your ColdFusion 8’s services-config.xml and or your ColdFusion server’s context root.
You have created your Flex Builder 2 project as a “ColdFusion Flash Remoting Service.” This is not appropriate if you are connecting to ColdFusion 8 CFCs.
You are using ColdFusion 8’s embedded web server (typically running from port 8500) and you are trying to run your Flex project from within Flex Builder.
You do not have your ColdFusion 8 CFCs located in your server’s web root.
具体信息以及其解决方法可以参考这里:
http://www.adobe.com/go/kb404846
Topics:
Adobe其他 |
Tags: CFCs, Coldfusion, Flex Builder, RemoteObject