Open GoogleCodeExporter opened 8 years ago
we are not getting this issue every time.
In PDF and HTML, displays correctly.
in excel we are facing this issue not always.
Any info regrding this would be of great help.
Original comment by narsimha.it@gmail.com
on 18 Jun 2014 at 4:56
This is not issue with Excel emitter , it is issue with Formatter class used in
org.eclipse.birt.runtime_3.7.0.v20110615-1818.jar
The DateFormat class used in DateFormatter is not Threadsafe , please find
below url for reference -
http://docs.oracle.com/javase/7/docs/api/java/text/DateFormat.html
Adding ThreadLocal to class variables - stringFormatters, numberFormatters and
dateFormatters will solve this issue
Original comment by dhulipud...@googlemail.com
on 5 Aug 2014 at 5:25
Original issue reported on code.google.com by
narsimha.it@gmail.com
on 18 Jun 2014 at 4:27