I found the same problem with "char" in Oracle with
latest seam-gen(Dec 12, 2007)
I changed :
@Column(name = "C_ID", length = 16 )
to
@Column(name = "CARD_HOLDER_ID", length = 16,
columnDefinition="char")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112364#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...