No JSP line numbers in stack trace
FdCSep 12 2006 — edited Sep 12 2006Switched from JDeveloper 9.0.5.2 to 10.1.3 since two months. Much improvements, but something is annoying: JDev 10.1.3 doesn't show the line number of the JSP in the exception stack trace, only the line number of the generated java file. To exclude all other influences I made a little JSP with a single statement that causes a NullPointerException. I tried with and without the use of an error page. No succes, no line number...
Does anyone have the solution/settings to get the JSP line numbers back or is this just another annoying bug?