|
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
-- 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
__,_._,___ |
- RE: [flexcoders] Update with one-to-one lazy DataServices Jeff Vroom

