Stack trace doesn't show line numbers with use-precompiled!
807567Jun 11 2002 — edited Jun 14 2002I've noticed that if I set use-precompiled for my JSPs in iWS6, and get a stack trace (e.g. from my JSP error page), instead of line numbers it just shows "compiled code", as in the following excerpt:
java.lang.NumberFormatException: 4.75C-CCK-MCD
at java.lang.FloatingDecimal.readJavaFormatString(FloatingDecimal.java, Compiled Code)
at java.lang.Float.parseFloat(Float.java, Compiled Code)
at com.hepcoe.beans.LogonBean.rootUpdate(LogonBean.java, Compiled Code)
...
Is this observation correct? Is there anything I can do about it other than turning off use-precompiled and having the sources on this machine? It's our production machine, so I'm not very eager to do that.