・
Flexと
ColdFusionを連携させたプロジェクトを作成する際に、
Flexコンパイラ引数に記述を追加する必要がある。
以前のバージョンでは、
-services "C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml" -locale ja_JP
と設定していたが、
The services configuration includes a channel-definition 'my-cfamf' that has an endpoint with a context.root token but a context root has not been defined. Please specify a context-root compiler argument.
というエラーメッセージが出力される。
・アップデート後のコンパイラ引数の設定に「-context-root」の設定を追加する。
-context-root "" -services
"C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml" -locale ja_JP
最終更新:2007年01月26日 16:46