Tips that make life of a software engineer easier.
Well, not exactly. Some posts are open questions that I haven't found an answer ... yet
Thursday, July 15, 2010
Coldfusion web services call return error: java.lang.NullPointerException
Turns out Coldfusion web services return data may contain pointer, and the receiving side will try to interpret that pointer. Once we commented out the offending data (a 2D array) in return, the error is gone.
No comments:
Post a Comment