[jboss-user] [JBoss Seam] - Re: EJB3, NVARCHAR2 and Oracle10g

zahidncst do-not-reply at jboss.com
Wed Dec 12 15:08:46 EST 2007


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#4112364

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112364



More information about the jboss-user mailing list