I tried "Hessian ActionScript Hello World" on http://hessian.caucho.com/doc/flash.xtp . It works fine except a serious error handling issue. If I modify the fault function to trace the info object, I get this:
[FaultEvent fault=[RPC Fault faultString="Error #1009: Cannot access a property or method of a null object reference." faultCode="InvokeFailed" faultDetail="null"] messageId=null type="fault" bubbles=false cancelable=true eventPhase=2] Despite of this error, I get the correct result from the server, so I could ignore it, but if something goes really wrong (ie. the server is down) the message is the same. Because of this there is no way for having correct exception handling. My environment: Flex 2.0.1 (with and without hotfix 1-3) Windows XP SP2 Hessian 3.1.2 on Tomcat 5.5
_______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
