Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024584Openbravo ERPA. Platformpublic2013-08-26 12:442013-10-17 18:37
malsasua 
shankarb 
highminoralways
closedfixed 
20Community Appliance
 
3.0MP293.0MP29 
AugustoMauch
Google Chrome
Core
No
0024584: In the reports of type "jasper" error is returned with parameters "BigDecimal"
If you define a report of type "jasper", and this report has got a parameter BigDecimal of type isForPrompting="true", error is returned
. 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()


No tags attached.
Issue History
2013-08-26 12:44malsasuaNew Issue
2013-08-26 12:44malsasuaAssigned To => AugustoMauch
2013-08-26 12:44malsasuaWeb browser => Google Chrome
2013-08-26 12:44malsasuaModules => Core
2013-08-26 12:44malsasuaTriggers an Emergency Pack => No
2013-08-27 10:28jonalegriaesarteWeb browserGoogle Chrome => Google Chrome
2013-08-27 10:28jonalegriaesarteTarget Version => 3.0MP29
2013-10-03 09:26shankarbAssigned ToAugustoMauch => shankarb
2013-10-03 09:53shankarbReview Assigned To => AugustoMauch
2013-10-03 09:53shankarbWeb browserGoogle Chrome => Google Chrome
2013-10-03 10:09hgbotCheckin
2013-10-03 10:09hgbotNote Added: 0061529
2013-10-03 10:09hgbotCheckin
2013-10-03 10:09hgbotNote Added: 0061530
2013-10-03 10:09hgbotStatusnew => resolved
2013-10-03 10:09hgbotResolutionopen => fixed
2013-10-03 10:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/38abc951ac77460f3037a2e64be68bd4f79f231d [^]
2013-10-03 10:09shankarbIssue Monitored: AugustoMauch
2013-10-16 19:46hudsonbotCheckin
2013-10-16 19:46hudsonbotNote Added: 0061723
2013-10-16 19:46hudsonbotCheckin
2013-10-16 19:46hudsonbotNote Added: 0061724
2013-10-17 18:37AugustoMauchNote Added: 0061795
2013-10-17 18:37AugustoMauchStatusresolved => closed
2013-10-17 18:37AugustoMauchFixed in Version => 3.0MP29

Notes
(0061529)
hgbot   
2013-10-03 10:09   
Repository: erp/devel/pi
Changeset: a6dc9d603212f5efc75058491395d159af5b23d8
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Oct 03 13:12:47 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/a6dc9d603212f5efc75058491395d159af5b23d8 [^]

Related to issue 0024584: Existing code formatting

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---
(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
---
(0061723)
hudsonbot   
2013-10-16 19:46   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/51315988909a [^]

Maturity status: Test
(0061724)
hudsonbot   
2013-10-16 19:46   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/51315988909a [^]

Maturity status: Test
(0061795)
AugustoMauch   
2013-10-17 18:37   
Code reviewed and verified in pi@eb0f3ecbdae4