Yesterday I detected a new kind of Exception,
a mysterious NullPointer.
The Exception raised in teh follwoing code line; the line just says: update a account based on some parameters passed, and return the id.:
long id = updateAccount(
json.getChild("field"),
path.toString(),
hib.getSesion());****
I checked all parameters passed, but all of them where valid (and checked elsewhere).
Detlef Hüttemann, 29.11.2007 11:23
Mehr