【发布时间】:2013-03-18 11:32:37
【问题描述】:
我通过 Spring 配置 blazeDS 远程服务。 我尝试覆盖远程服务的默认通道。
<flex:remoting-destination ref="flexCustomerService" destination-id="customerService"
channels="customers-channel-secure-amf, customers-channel-amf"/>
但是在运行时我得到 flex 错误 Server.Processing:无法通过通道“channel-secure-amf”访问目标“customerService”。
【问题讨论】:
-
您是否正在尝试创建自己的自定义 AMF 通道?你能提供你定义的频道代码吗?
标签: spring apache-flex flex3 blazeds