Re: [flexcoders] RemoteObject : Convert Java Exception to ActionScript Fault

2005-07-12 Thread Jaime Bermudez
Hey Peter, Do you have an example of how/where to create a thin layer on the UI side to capture a Java Exception and re-throw a GatewayException? Thanks, Jaime On 3/23/05, Peter Farland [EMAIL PROTECTED] wrote: The documentation for Java based services is largely in the Using Data Services

RE: [flexcoders] RemoteObject : Convert Java Exception to ActionScript Fault

2005-07-12 Thread Peter Farland
, details, etc)? -Original Message- From: Jaime Bermudez [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 12:34 PM To: flexcoders@yahoogroups.com Cc: Peter Farland Subject: Re: [flexcoders] RemoteObject : Convert Java Exception to ActionScript Fault Hey Peter, Do you have

RE: [flexcoders] RemoteObject : Convert Java Exception to ActionScript Fault

2005-03-23 Thread Peter Farland
The AMF Gateway uses a RuntimeException called flashgateway.GatewayException that has these properties. A thin façade could be built to map your exception type to the gateway exception type. -Original Message- From: Laurent Cornelis [mailto:[EMAIL PROTECTED] Sent: Wednesday, March

Re: [flexcoders] RemoteObject : Convert Java Exception to ActionScript Fault

2005-03-23 Thread Laurent Cornelis
Thanks ! Where can we find the documentation for the Java part of Flex ? I searched about Exception on Macromedia and Google and didn't find this ... Last thing, now I'm able to set the code, detail and faultstring but I can't find a way to set the type. If it is not possible, it's not

RE: [flexcoders] RemoteObject : Convert Java Exception to ActionScript Fault

2005-03-23 Thread Peter Farland
The documentation for Java based services is largely in the Using Data Services section: http://livedocs.macromedia.com/flex/15/flex_docs_en/0742.htm The Flash Remoting gateway did not include a way for users to customize this error information, so this is not exposed in Flex 1.5 as its AMF