ericbrunson
Technical User
My error stacks end up looking like this:
Is there a compilation switch I can add when I build my app to get the the source file and line number in the errors?
Code:
javax.ejb.EJBException: Cannot convert value '2004-10-13 08:37:35' from column 42(2004-10-13 08:37:35 ) to DATE.
at karaokeus.ejb.AdminBean.getOrders(Unknown Source)
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
Is there a compilation switch I can add when I build my app to get the the source file and line number in the errors?