I think the debug logging ought to give you the complete stack trace of the error which is causing this exception.  It probably is something like a NullPointerException which has getMessage() returning null so we don’t get any more details in the fault returned to the client.  With DataService.* debug logging enabled, the server will log the stack trace and that should help track down the problem.  If you send in the message debug log, it will likely contain more clues as to what is going on too.  

 

Jeff

 


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dreuimar
Sent: Wednesday, July 26, 2006 2:10 PM
To: [email protected]
Subject: [flexcoders] Update with one-to-one lazy DataServices

 


When my applications selected client changes, and the 'info' property,
which is a managed class, goes to fill in data, I'm now getting an RPC
fault event:
[RPC Fault faultString="Unable to invoke a get operation on
destination 'iad.info' due to the following error: null."
faultCode="Server.Processing" faultDetail="null"]

I know it's accessing my InfoAssembler, because I have SQLExceptions
caught, and if a client without any detailed information (this
information is what fills the info class) returns no result set, it's
throwing a MessageException.

I'm guessing that I need to somehow set up an ItemResponder (see:
http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001207.html)
with an addResponder to populate the form fields when the server
returns a value, but I can't seem to get this working correctly. Even
if I have try/catches in the ActionScript and follow the guidelines of
that example, Flash 9 Debugger is still giving me errors...

Any suggestions?

Thanks,
Brennan

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





YAHOO! GROUPS LINKS




__,_._,___

Reply via email to