flex 与 java 通讯失败 50

1;问题:[FaultEventfault=[RPCFaultfaultString="Nodestinationwithid'helloworld'isregister... 1;问题:
[FaultEvent fault=[RPC Fault faultString="No destination with id 'helloworld' is registered with any service." faultCode="Server.Processing" faultDetail="null"] messageId="86F6B16D-D11A-CD0F-6182-951F4CC77C4F" type="fault" bubbles=false cancelable=true eventPhase=2]

2;我的[flex]-[remoting-config.xml]配置
<destination id="helloworld">
<properties>
<source> flex.samples.helloWorld.HelloWorld </source>
</properties>
</destination>
3;我的java类存放:
..\webapps\blazeds\WEB-INF\classes\flex\samples\helloWorld
4;我的BlazeDSHello.mxml:

...
<mx:RemoteObject id="ho" destination="helloworld"
result="resultHandler(event)"
endpoint="/blazeds/messagebroker/amf"
source="flex.samples.helloWorld.HelloWorld"
fault="error(event)" />
<mx:HBox width = "100%" height="32">
<mx:TextInput id="inputText" fontSize="12"/>
<mx:Button label="send" click="sayHello()" fontSize="12"/>
</mx:HBox >
<mx:Label text="{helloResult}" fontSize="12"/>
<mx:TextArea id="errortxt" width="300" height="300" />
...

5;网址可以正常运行:
http://localhost:8400/blazeds/bin-debug/BlazeDSHello.html
但是点击“send”按钮就报错“1;问题”

请问哪里出错了???

只有70分,只能选50全给了,谢谢!!

(备注:tomcat6.0是手动安装服务和手动启动的,软件工具是MYEclipse6.0a+Flex 3.0 插件,JDK1.6.14,WEB使用BlazeDS框架)
提问完,刚刚在网上查到结果了,

就是更改remoting-config.xml必须重启tomcat服务器,就可以正常运行。
展开
 我来答
黑带国王
2009-11-21 · TA获得超过301个赞
知道小有建树答主
回答量:209
采纳率:0%
帮助的人:0
展开全部
对啊,修改配置文件之后必须要重启服务器才可以啊。以后注意了就可以了。
另外一般情况下修改一半类是不用重启服务器的,服务器都是直接可以加载修改后的类的。修改静态类或是静态方法最好重启。写的做的多了你就知道了。经验都是这样积累起来的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hl20913538hl
2009-11-23 · 超过24用户采纳过TA的回答
知道答主
回答量:86
采纳率:0%
帮助的人:72.2万
展开全部
No destination with id 'helloworld' is registered with any service.
说的很清楚了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式