`

调用RemoteObject时一个很奇怪的现象

    博客分类:
  • flex
XML 
阅读更多

不知为什么每次在调用ReomteObject时,都会出现这种错误:

[RPC Fault faultString="No destination with id 'userRO' is registered with any service." faultCode="Server.Processing" faultDetail="null"],

意思大概是说,userRO这个service没注册,所以找不到。

 

然后我在<mx:RemoteObject id="user" destination="userRO">...</mx:RemoteObject>标签

上加入endpoint="http://localhost:9999/crm/messagebroker/amf"后就能正常运行,然后我尝试

把endpoint="http://localhost:9999/crm/messagebroker/amf"这句删除了,然后再调用,居然

也是正常的,很奇怪,开始我没有加endpoint="http://localhost:9999/crm/messagebroker/amf"

不能正常运行,而加了之后又删除了却能正常运行。。。

 

奇怪ing。。。

分享到:
评论
4 楼 phenix9527 2012-02-24  
楼主 这问题解决了吗,我还没整出来
3 楼 chenq.net 2010-12-15  
我每次在remoting-config.xml里作修改后都不能生效,要clean一下project才行,但不用在remoteobject上配endpoint。
感觉是eclipase环境不能自动加载这个文件里的更新
2 楼 jxauwxj 2010-12-10  
我就加上了endpoint
1 楼 zju2004 2010-10-25  
也遇到了相同的状况,希望能有人指点下,

相关推荐

Global site tag (gtag.js) - Google Analytics