A JEE6/JSF 2.0/JPA 2.0 application running on
JBoss 6 M5.
Bean:
The converter works fine, however when I save the entity to a database (MySQL) and load it again, one month has been miraculously substracted from the date
e.g 05/10 -> 04/10. The date in the database is correct (2010-05-01).
Of course when I save again, the date in the database will be wrong.
What's going on here?