+ jobs[j].isServerError() + ")");
} catch (Exception ex)
{
- if (Cache.log.isDebugEnabled())
- {
- Cache.log.debug(ex);
- }
// Deal with Transaction exceptions
wsInfo.appendProgressText(jobs[j].jobnum, "\n" + WebServiceName
+ " Server exception!\n" + ex.getMessage());
+ // always output the exception's stack trace to the log
Cache.log.warn(WebServiceName + " job(" + jobs[j].jobnum
- + ") Server exception: " + ex.getMessage());
+ + ") Server exception.",ex);
if (jobs[j].allowedServerExceptions > 0)
{