Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

source info in errors

Status
Not open for further replies.

ericbrunson

Technical User
Jan 9, 2004
2,092
US
My error stacks end up looking like this:
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top