[#10341] - Error with negative number and Arabic Locale

Category:
Bug report
Priority:
Normal
Status:
New
Project: Severity:
Major
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

Input control:
ID: AGENCY_ID
Type: Sigle select query
SQL: Select -1 as AGENCY_ID from dual
Data Source: Oracle 12

Parameter in report:
ID: AGENCY_ID
Class: java.lang.Integer

If you print the parameter in a text box, the result is null.

If you change Class parameter to java.lang.String and print, the result is 1-

So if locale is Arabic (ar), Jasper always get null for negative number in the input control parameter.

v6.4
JasperServer
chic_99's picture
Joined: Jan 29 2018 - 1:18am
Last seen: 4 years 7 months ago
Feedback
randomness