Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024584 | Openbravo ERP | A. Platform | public | 2013-08-26 12:44 | 2013-10-17 18:37 |
|
Reporter | malsasua | |
Assigned To | shankarb | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | 3.0MP29 | Fixed in Version | 3.0MP29 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 22368 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024584: In the reports of type "jasper" error is returned with parameters "BigDecimal" |
Description | If you define a report of type "jasper", and this report has got a parameter BigDecimal of type isForPrompting="true", error is returned |
Steps To Reproduce | . create a new report
. jasper report: Y
. jasper template: your_template
. new parameter:
. reference: quantity
. name: param1
. in the jasper report, define the parameter as BigDecimal:
<parameter name="param1" isForPrompting="true" class="java.math.BigDecimal"/>
. run report:
java.lang.NullPointerException at getCause()
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-08-26 12:44 | malsasua | New Issue | |
2013-08-26 12:44 | malsasua | Assigned To | => AugustoMauch |
2013-08-26 12:44 | malsasua | Web browser | => Google Chrome |
2013-08-26 12:44 | malsasua | Modules | => Core |
2013-08-26 12:44 | malsasua | OBNetwork customer | => Yes |
2013-08-26 12:44 | malsasua | Support ticket | => 22368 |
2013-08-26 12:44 | malsasua | Triggers an Emergency Pack | => No |
2013-08-27 10:28 | jonalegriaesarte | Web browser | Google Chrome => Google Chrome |
2013-08-27 10:28 | jonalegriaesarte | Target Version | => 3.0MP29 |
2013-10-03 09:26 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-10-03 09:53 | shankarb | Review Assigned To | => AugustoMauch |
2013-10-03 09:53 | shankarb | Web browser | Google Chrome => Google Chrome |
2013-10-03 10:09 | hgbot | Checkin | |
2013-10-03 10:09 | hgbot | Note Added: 0061529 | |
2013-10-03 10:09 | hgbot | Checkin | |
2013-10-03 10:09 | hgbot | Note Added: 0061530 | |
2013-10-03 10:09 | hgbot | Status | new => resolved |
2013-10-03 10:09 | hgbot | Resolution | open => fixed |
2013-10-03 10:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/38abc951ac77460f3037a2e64be68bd4f79f231d [^] |
2013-10-03 10:09 | shankarb | Issue Monitored: AugustoMauch | |
2013-10-16 19:46 | hudsonbot | Checkin | |
2013-10-16 19:46 | hudsonbot | Note Added: 0061723 | |
2013-10-16 19:46 | hudsonbot | Checkin | |
2013-10-16 19:46 | hudsonbot | Note Added: 0061724 | |
2013-10-17 18:37 | AugustoMauch | Note Added: 0061795 | |
2013-10-17 18:37 | AugustoMauch | Status | resolved => closed |
2013-10-17 18:37 | AugustoMauch | Fixed in Version | => 3.0MP29 |
Notes |
|
(0061529)
|
hgbot
|
2013-10-03 10:09
|
|
|
|
(0061530)
|
hgbot
|
2013-10-03 10:09
|
|
Repository: erp/devel/pi
Changeset: 38abc951ac77460f3037a2e64be68bd4f79f231d
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Oct 03 13:19:33 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/38abc951ac77460f3037a2e64be68bd4f79f231d [^]
fixes issue 0024584: Error when defining big decimal parameters with prompt in jasper reports
e.getCause().getCause() is called only when e.getCause() is not null.
---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---
|
|
|
|
|
|
|
|
|
|
Code reviewed and verified in pi@eb0f3ecbdae4 |
|