使用lcds时遇到不能访问到remote object的问题。
我在是使用Live cycle data service时候遇到一个问题。参考cimicola版主的一个Flex + LCDS + Java 入门教程教程进行的。
使用http://localhost

080/lcdstest/WebRoot/bin/lcdstest.html时候可以看到flash,但是调用remote object时候出错:
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: 'http://localhost

080/lcdstest/src/messagebroker/amf'"]
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal:<img src="editor/images/smilies/default/30.gif" border="0" smiliecode="

" alt="" />aultHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:216]
at mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49]
找不到remote object???
1. 我的remote-config如下:
<?xml version="1.0" encoding="UTF-8"?>
<service id="remoting-service"
class="flex.messaging.services.RemotingService">
<adapters>
<adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default="true"/>
</adapters>
<default-channels>
<channel ref="my-amf"/>
</default-channels>
<destination id="FirstJavaClassRemoteObject">
<properties>
<source>
com.shu.Heoo</source>
<scope>application</scope>
</properties>
</destination>
</service>
2. com.shu.Heoo在flex工程里面src目录下。
3. flex 工程的context root 为:/lcdstest/src (/lcdstest 也试过了不行。lcdstest是对我的flex工程名称。)
4. 访问http://localhost

080/flex/ 的时候出现:
Welcome to Adobe LiveCycle Data Services ES!
的页面,我想我的lcds也是运行正常的。
是我那里配置错了吗?还是什么地方没有配置?
请版主,研究lcds高手们指点一二。
万分感谢。