Re: WO 5.3 und Java 5
Anjo Krank <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
When you search for this stuff, you could go mad at the hubris these people show: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6298816 The workaround is supposed to use toPlainString() instead... unfortunately, if you have code that should run on both JDK 1.4 and 1.5, you need to use reflection for that to work. Brilliant. Cheers, Anjo Am 11.05.2006 um 07:52 schrieb Guido Neitzer: > • A BigDecimal number compatibility issue exists due to a change in > the > JDK's toString() returning scientific notation when exponents are > needed. > This affects EO fetching. A workaround for this issue is to not > lock on > BigDecimal EOAttributes. Another is to modify the scale and > precision on > EOAttributes in your application.