Hello,
i've a problem using NVARCHAR2 and VARCHAR2 columns. We've a Oracle 10g database
instance which default NLS char set is ASCII 7-Bit. The NCHAR char set is UTF-16.
I need to know how to declare single columns in a Entity Bean as NVARCHAR2 or as VARCHAR2.
Using the sql-type (i'm using xdoclet) doesn't work.
I always get an ObjectNotFound Exception if i use a ejbSelect method which has a query
parameter that is stored as NVARCHAR2 and the string contains Umlauts. I guess this is
because JBoss is treating every column as ASCII 7-Bit. Thus the charset translation
failes.
Thank's in advance for any help!
Best regards,
Franz
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157627#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...