I am a beginner in Flex. I was trying out a Flex-Spring-Hibernate-Java project, which would fetch the records from database and show it in a grid.
But, when I try to open my application, I get the following error :
?[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: '
http://localhost:8080/demo/spring/messagebroker/amf'"]
What this error is regarding ?
PS : I saw the other related error links similar to this error, but that didn't help me out.
Other Project related details :-
ContextWebRoot : Statistics ( name of my project )