[flexcoders] Possible to get more information in a Send Failed error?

2008-09-30 Thread jennie_mai_nguyen
Hi there, When I'm throwing an exception in a web filter before the request gets processed by the Blaze MessageBroker servlet. I get a generic Send Failed error. Is it possible to somehow access this exception information? The work-around I have right now is using the pub/sub messaging

[flexcoders] Re: How do I add a header or additional post parameter to a RemoteObject Request

2008-05-06 Thread jennie_mai_nguyen
@yahoogroups.com, jennie_mai_nguyen jennie_mai_nguyen@ wrote: Hi there, Is it possible to add a header or an additional post parameter to a remoting request (using RemoteObject)? I need to include a unique token to every remoting request, but have not found a way to do it. I

[flexcoders] Re: How do I add a header or additional post parameter to a RemoteObject Request

2008-05-06 Thread jennie_mai_nguyen
to rewrite your accessor methods. Maybe someone else here has an idea? --- In flexcoders@yahoogroups.com, jennie_mai_nguyen jennie_mai_nguyen@ wrote: Valdhor, thanks for the reply. I actually call the function directly on the service with the args: myService.getMyStuff(data1

[flexcoders] How do I add a header or additional post parameter to a RemoteObject Request?

2008-05-05 Thread jennie_mai_nguyen
Hi there, Is it possible to add a header or an additional post parameter to a remoting request (using RemoteObject)? I need to include a unique token to every remoting request, but have not found a way to do it. I also tried to use the RemoteObject.setRemoteCredentials(), reading that it