Exceptions reported as #120942 & #120943
These constants can help you reproduce the problem:
private static final String HISTORY_MARKER = "<!-- DEALER_HISTORY -->";
private static final String GET_ADMIN_COMMENTS =
" SELECT user_name, date_entered, message " + " FROM inv.admin_tool_history "
+ " WHERE dealership_id = ? And message <> '" + HISTORY_MARKER + "'"
+ " ORDER BY date_entered DESC";
1. SQL processing failure
2. Analysis of code should continue over a failure instead of hanging
Do you agree with #2 and if so, do you want a separate issue for it?