58 Révisions (bf507f23b4bb1174e0624de55fa15b9703f57642)

Auteur SHA1 Message Date
  ymlam bf507f23b4 Activate PoolingHttpClientConnectionManager for use in postback. il y a 6 ans
  ymlam 2c7ba134d8 Remove unused startProcessing method. il y a 6 ans
  ymlam 1a92409c15 Removed unused and already-commented out do_post_good method. il y a 6 ans
  ymlam 8d390402d4 More accurate print statement. il y a 6 ans
  ymlam 396dca45be Add compatibility with re-maven era convention of log4php filepaths. il y a 6 ans
  ymlam 2ac4151c04 Use PoolingHttpClientConnectionManager to handle postback persistent connections il y a 6 ans
  ymlam 5f8b64843b More debugging statement using System.out.println il y a 6 ans
  ymlam 224eadefd4 Move to HttpClient-4.5.2 and do not check SSL certificate when il y a 6 ans
  yiu e0e56ddf97 CommEngine temp changes and maven repo il y a 6 ans
  ymlam 705aedcac9 Change context name/value pairs. il y a 6 ans
  Yiu Leung 8b5e6c2be5 maven changes il y a 6 ans
  ymlam e56690259a Update il y a 6 ans
  ymlam 022cb3352a Correct sometimes mis-counting completed jobs. il y a 7 ans
  ymlam dad895d0ac Do not requeue report as this may lead to a dead lock. It should retry by itself. il y a 7 ans
  ymlam 1ed5321d14 Change to require the service threads to wait for space in the postQueue in order to post reports, instead of dropping reports. Better diagnostic logging to help identify threads' life and death events. il y a 7 ans
  ymlam 65c1d3ddde Remove the offending 'synchronized' modifier on postJobStatus method which is not compatible with the scheme to require the service threads to wait for space in the postQueue in order to post reports. Without removing this modifier, the CommEngine is likely to freeze on large broadcasts. il y a 7 ans
  ymlam dc2b648c26 Removed thread name from logging, as it can be displayed using the %t option in log4j. il y a 7 ans
  ymlam b7962a2333 Raise visibility level. il y a 7 ans
  ymlam 73f27cf7f0 Reverse last change about waiting for postback queue to have space to add a report, as this wait may result in hanging up the process. So an alarm is added to indicate this report is not queued for sending back to portal. il y a 8 ans
  ymlam c7edb78aad Start report in a new line in logging. il y a 9 ans
  ymlam 87b7e197dc Remove end of line in logging so that a job report is in one single line. il y a 9 ans
  ymlam f49203affa Wake threads that are waiting for available space to add job reports to postQueue. il y a 9 ans
  ymlam 7daa802a25 Move POST processing to Broadcast.doPost method. il y a 9 ans
  ymlam 6165eff51c Move POST processing to Broadcast.doPost method. il y a 9 ans
  ymlam a92b947160 Added broadcast state 'EXPIRED'. il y a 10 ans
  ymlam 4ec51daae7 Removed READY from Job.Status which is a concept in the portal, not with CommEngine. il y a 11 ans
  ymlam 1853a905e5 Improved job counting and fixed bug of non-matching time units involved in rescheduling. il y a 11 ans
  ymlam 785ea730b3 moved log4j.properties file from classes directory to sibling of properties file, which is specified by a servlet context parameter. il y a 11 ans
  ymlam d6d08d14ef Improved organization of broadcast exceptions. il y a 11 ans
  ymlam 566fa78ef0 Added attribute sleepBetweenJobs, time in milliseconds, for the service threads to sleep between consecutive jobs (or more exact batches of jobs). il y a 11 ans
  ymlam d30a7dcd49 Pruned out unused JobStatus, and comment on use of each JobStatus. il y a 11 ans
  ymlam e446718bda Adjust to change of Broadcast.cancel method. il y a 11 ans
  ymlam 83b9ecefad Change HALT to PAUSE il y a 11 ans
  ymlam 7ea29e35fc Add logging of stack trace of unexpected Throwable. il y a 11 ans
  ymlam 9d7883e60f Follows redirection when posting il y a 13 ans
  ymlam d2179500c7 Added logging. il y a 13 ans
  ymlam 95e166d3ad Corrected calling activity_recod_id, which is generic, as call_record_id. il y a 13 ans
  ymlam 100195bec2 More correctly named method getInitializedServiceProvider as getInitializedServiceProviderPeer. il y a 13 ans
  ymlam 03c6f696c2 *** empty log message *** il y a 13 ans
  ymlam 0b1be67bbc Again separate out EngineException from any Throwable. il y a 13 ans
  ymlam 277dc42365 Abstract class that uses SAX parser to parse input. This is meant to be an intermediate class for all 3 backend engines. il y a 13 ans
  ymlam dc785485de Changed to use UTF8BenevolentDecoder class instead of generating a kind UTF-8 char decoder. il y a 13 ans
  ymlam 172bba740b Added cloning constructor. il y a 13 ans
  ymlam 319115a157 Logging character reader that acts like a T. il y a 13 ans
  ymlam fb95ae73a1 Generator of a UTF-8 character decoder that repairs coding defects. il y a 13 ans
  ymlam 43e10b6845 Added capability of handling mal-formed UTF-8 characters in request XML, and logging XML without reading it into a huge String. il y a 13 ans
  ymlam c084844b6d Added wrapper to InputStreamReader to give it logging capability. il y a 13 ans
  ymlam 4a4c08e154 Enhance performance by correcting malformed UTF-8 characters in request XML. il y a 13 ans
  ymlam 09610fcebc Added commented code which could help in debugging the processing of requests containing non UTF-8 characters like A-umlaut. il y a 13 ans
  ymlam 1c6ff2741a Removed constants which are determined by the particular CommEngine. il y a 13 ans