Hi,
I've been playing around with BlazeDS and Spring and I've been following Christophe Coenraets tutorial on the Adobe website.
One thing that doesn't seem to be covered though is the "my-amf" configuration. My Flex front-end cannot seem to communicate with the back-end through remote objects.
I think it's because there's a 404 error occuring when it tries to access http://localhost:8080/myapp/messagebroker/amf. The directory doesn't exist in my project consequently it doesn't appear when Tomcat expands the war file.
The actual error displayed in the Flash debugger in the browser is:
Does anyone know what the problem could be?Code:[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: 'http://localhost:8080/myapp/messagebroker/amf'"] at mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal::dispatchFaultEvent() at private::DataListRequestResponder/fault() at mx.rpc::AsyncRequest/fault() at mx.messaging::ChannelSet/private::faultPendingSends() at mx.messaging::ChannelSet/channelFaultHandler() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.messaging::Channel/mx.messaging:Channel::connectFailed() at mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChannel::connectFailed() at mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::statusHandler()
Thanks!


Reply With Quote