Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020319Openbravo ERPA. Platformpublic2012-04-20 08:522022-02-01 08:09
alostale 
Triage Platform Base 
highmajoralways
acknowledgedopen 
5
 
 
Core
No
0020319: POC: PrintController is not thread safe
There are some variables in PrintController class that are not thread safe. They must be reviewed and fixed.

  private final Map<String, TemplateData[]> differentDocTypes = new HashMap<String, TemplateData[]>();
  private PocData[] pocData;
  private boolean multiReports = false;
  private boolean archivedReports = false;
This can randomly cause problem as described in issue 0020311
No tags attached.
related to design defect 0019472 acknowledged Triage Platform Base POC design defects 
Issue History
2012-04-20 08:52alostaleNew Issue
2012-04-20 08:52alostaleAssigned To => alostale
2012-04-20 08:52alostaleModules => Core
2012-04-20 08:52alostaleRelationship addedrelated to 0019472
2012-09-24 20:44AugustoMauchNote Added: 0052379
2012-09-24 20:44AugustoMauchPrioritynormal => high
2012-09-24 20:44AugustoMauchStatusnew => scheduled
2013-01-07 06:47eintelauIssue Monitored: eintelau
2017-03-31 14:36alostaleStatusscheduled => acknowledged
2017-04-10 14:33alostaleAssigned Toalostale => platform
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0052379)
AugustoMauch   
2012-09-24 20:44   
Effort: 3
Impact: low
Plan: short