Hi, I am using BlazeDs to connect to java remote objects from flex. There are some DB operations performed by the remote objects which are taking time in the order to 5 to 30 mins. After 30 seconds I am getting channel fault event and the channel gets disconnected though the operation is still in progress at the backend. Any help is much appreciated. Thanks in advance. Regards, Latha
The channel definition in services-config.xml: <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel"> <endpoint url="http://localhost:8080/RAMgr/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/> </channel-definition> Here is a sample code: After 30 seconds catchToolFault is getting called. resultData = updateTool.replaceToolDetails (toolName.text,newToolName.text,newToolIp.text,addnewgrouplist); var respond1 = new mx.rpc.Responder(catchToolResult, catchToolFault) resultData.faultMessage = "Fill Failed" resultData.otherParams = "other parameters" resultData.addResponder(respond1); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

