Brandon Goodin wrote:
"com.mafoi.bats.Image" is not a javaType.
Yes, but I got that idea from <typeHandler> declaration from the wiki in "how to write custom handlers" section.
Please read the developers guide. You may consider using a CustomTypeHandler for what you are trying to do.
Actually, I was attempting to write a custom handler. But I shouldn't have bothered. I upgraded to 2.0.9, and java byte[] to postgresql bytea types are being handled automagically now. Wowee!
Thanks, Vamsee.

