My code is exactly the same except that I implemented fault() like so:

public function fault(info:Object):void
{
    who.text = ""+info;
}

Just to catch possible errors... this is what I get:

[FaultEvent fault=[RPC Fault faultString="Error #1009"
faultCode="InvokeFailed" faultDetail="null"] messageId=null
type="fault" bubbles=false cancelable=true eventPhase=2]

'H

On Dec 1, 2007 2:28 AM, Emil Ong <[EMAIL PROTECTED]> wrote:
>
> On Fri, Nov 30, 2007 at 09:47:12AM +0100, Henrik Eriksson wrote:
> > Hi,
> >
> > I'm suspecting that this has something to do with
> > http://bugs.caucho.com/view.php?id=2024.
> >
> > I'm using the simple hello world flash example, but my implemetation
> > of fault() sets the resultLabel to an error message. Everytime I call
> > the service the fault function is called even if the result is
> > successful. I'm using hessian-flash-3_1-snap.swc (2007/11/29).
> >
> > Is this the same bug that has been reintroduced?
>
> Hi Henrik,
>
> What fault are you getting?  Is the code you are using any different
> from the hello world code in the example? If so, can you send it to me?
>
> Thanks,
> Emil
>
> ============================================================
>
> Emil Ong
> Chief Evangelist
> Caucho Technology, Inc.
> Tel. (858) 456-0300
> mailto:[EMAIL PROTECTED]
>
> Caucho: Reliable Open Source
> --> Resin: application server
> --> Quercus: PHP in Java
> --> Hessian Web Services
>
>
> _______________________________________________
> hessian-interest mailing list
> [email protected]
> http://maillist.caucho.com/mailman/listinfo/hessian-interest
>


_______________________________________________
hessian-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to