Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||||||||||||||||
View Issue Details | ||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||
0033222 | Openbravo ERP | A. Platform | public | 2016-06-11 21:36 | 2016-06-20 12:46 | |||||||||||||||||||||
Reporter | guillermogil | |||||||||||||||||||||||||
Assigned To | caristu | |||||||||||||||||||||||||
Priority | immediate | Severity | major | Reproducibility | always | |||||||||||||||||||||
Status | closed | Resolution | fixed | |||||||||||||||||||||||
Platform | OS | 5 | OS Version | |||||||||||||||||||||||
Product Version | ||||||||||||||||||||||||||
Target Version | Fixed in Version | 3.0PR16Q3 | ||||||||||||||||||||||||
Merge Request Status | ||||||||||||||||||||||||||
Review Assigned To | alostale | |||||||||||||||||||||||||
OBNetwork customer | ||||||||||||||||||||||||||
Web browser | ||||||||||||||||||||||||||
Modules | Core | |||||||||||||||||||||||||
Support ticket | ||||||||||||||||||||||||||
Regression level | Production - QA Approved | |||||||||||||||||||||||||
Regression date | 2015-10-27 | |||||||||||||||||||||||||
Regression introduced in release | 3.0PR16Q1 | |||||||||||||||||||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/cbf2d65774b8afda5265c76b78642271a0a7246a [^] | |||||||||||||||||||||||||
Triggers an Emergency Pack | No | |||||||||||||||||||||||||
Summary | 0033222: ConcatPDFReport has a null pointer exception if is used without reportConfiguration parameter | |||||||||||||||||||||||||
Description | ConcatPDFReport has a null pointer exception if is used without reportConfiguration parameter Method concatPDFReport(List<JasperPrint> jasperPrintList, boolean createBookmarks, OutputStream outputStream) is creating a null pointer exception | |||||||||||||||||||||||||
Steps To Reproduce | Create a call on concatPDFReport(List<JasperPrint> jasperPrintList, boolean createBookmarks, OutputStream outputStream) Without any SimplePdfExporterConfiguration | |||||||||||||||||||||||||
Proposed Solution | On ReportingUtils.java: public static void concatPDFReport(List<JasperPrint> jasperPrintList, boolean createBookmarks, OutputStream outputStream, SimplePdfExporterConfiguration reportConfiguration) throws JRException { JRPdfExporter exporter = new JRPdfExporter(); SimpleOutputStreamExporterOutput exporterOutput = new SimpleOutputStreamExporterOutput( outputStream); SimplePdfExporterConfiguration configuration = reportConfiguration != null ? reportConfiguration : new SimplePdfExporterConfiguration(); reportConfiguration.setCreatingBatchModeBookmarks(createBookmarks); exporter.setConfiguration(configuration); exporter.setExporterInput(SimpleExporterInput.getInstance(jasperPrintList)); exporter.setExporterOutput(exporterOutput); exporter.exportReport(); } Line: reportConfiguration.setCreatingBatchModeBookmarks(createBookmarks); Should be: configuration.setCreatingBatchModeBookmarks(createBookmarks); | |||||||||||||||||||||||||
Additional Information | ||||||||||||||||||||||||||
Tags | No tags attached. | |||||||||||||||||||||||||
Relationships |
| |||||||||||||||||||||||||
Attached Files | ||||||||||||||||||||||||||
Issue History | ||||||||||||||||||||||||||
Date Modified | Username | Field | Change | |||||||||||||||||||||||
2016-06-11 21:36 | guillermogil | New Issue | ||||||||||||||||||||||||
2016-06-11 21:36 | guillermogil | Assigned To | => platform | |||||||||||||||||||||||
2016-06-11 21:36 | guillermogil | Modules | => Core | |||||||||||||||||||||||
2016-06-11 21:36 | guillermogil | Triggers an Emergency Pack | => No | |||||||||||||||||||||||
2016-06-13 08:51 | caristu | Regression level | => Production - QA Approved | |||||||||||||||||||||||
2016-06-13 08:51 | caristu | Regression date | => 2015-10-27 | |||||||||||||||||||||||
2016-06-13 08:51 | caristu | Regression introduced in release | => 3.0PR16Q1 | |||||||||||||||||||||||
2016-06-13 08:51 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/cbf2d65774b8afda5265c76b78642271a0a7246a [^] | |||||||||||||||||||||||
2016-06-13 08:52 | caristu | Relationship added | caused by 0030783 | |||||||||||||||||||||||
2016-06-13 09:30 | alostale | Priority | normal => immediate | |||||||||||||||||||||||
2016-06-13 09:46 | alostale | Assigned To | platform => caristu | |||||||||||||||||||||||
2016-06-13 09:46 | alostale | Status | new => scheduled | |||||||||||||||||||||||
2016-06-13 09:48 | alostale | Status | scheduled => acknowledged | |||||||||||||||||||||||
2016-06-13 09:49 | alostale | Status | acknowledged => scheduled | |||||||||||||||||||||||
2016-06-13 10:54 | hgbot | Checkin | ||||||||||||||||||||||||
2016-06-13 10:54 | hgbot | Note Added: 0087191 | ||||||||||||||||||||||||
2016-06-13 10:54 | hgbot | Status | scheduled => resolved | |||||||||||||||||||||||
2016-06-13 10:54 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||
2016-06-13 10:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a53d8d5cb84048ba4be4cd75cb80ff6c4e88f691 [^] | |||||||||||||||||||||||
2016-06-13 11:21 | caristu | Review Assigned To | => alostale | |||||||||||||||||||||||
2016-06-17 19:38 | hudsonbot | Checkin | ||||||||||||||||||||||||
2016-06-17 19:38 | hudsonbot | Note Added: 0087606 | ||||||||||||||||||||||||
2016-06-20 12:46 | alostale | Note Added: 0087663 | ||||||||||||||||||||||||
2016-06-20 12:46 | alostale | Status | resolved => closed | |||||||||||||||||||||||
2016-06-20 12:46 | alostale | Fixed in Version | => 3.0PR16Q3 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|