gishac / db4o-om

Automatically exported from code.google.com/p/db4o-om
0 stars 0 forks source link

java.math.BigDecimal is always shown as 0 (zero) #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create class that have field BigDecimal type
2. Create instance of that class and set BigDecimal field to for example: 5
3. Save this object in db4o database file
4. Open db4o file in ObjectManager and show object of saved class
5. Fields BigDecimal type are always zero (0)

What is the expected output? What do you see instead?
Bad value of BigDecimal fields

What version of the product are you using? On what operating system?
OM 7.4, Windows XP, JRE 1.6.0_18-b07, db4o-7.4.106.13438-java5

Please provide any additional information below.

Original issue reported on code.google.com by mstachniuk on 22 Apr 2010 at 10:43