xPages and JAVA errors reporting ... its a pain, real pain for me
David Marko 15 May 2011 18:14:23
I'm always crying when having an error in my JAVA code when working with xPages. I can see just one of these too often :- Error 500 = crazy, really crazy !!!
- HTTP JVM: com.ibm.xsp.exception.EvaluationExceptionEx: Error while executing JavaScript action expression = crazy as well ... no error details at all, see my observations here
- just common JAVA error traceback = its long, very long, but you find details at least ...
Just wetting your appetite .... This is what you can see on server console using Play!Framework (BTW. very nice piece of code, extraordinary web framework for JAVA).
Very nice, short traceback ... you can easily see whats a problem ...
And this is what you can see in browser .... very nice as well. I would really appreciate IBM to work more on JAVA error reporting ... but its probably impossible for JSF :-(
- Comments [0]