I was having the same problem described in this forum entry:
http://forum.springsource.org/showth...on-for-Integer

So, as a workaround, I'm converting my non-String fields of my entity into String at the value object creation, and using object-to-map-transformer/map-to-object-transformer, which pretty much resolved my problem.

tks for the advices,
Paulo