2 Replies Latest reply on Sep 15, 2002 6:44 PM by sweetfa

    dynamic-ql not work with chinese charactor

      SELECT OBJECT(u) FROM UserInfo u WHERE u.name LIKE '%Àî%'

      chinses encoding charactor (GB2312) in jbossQl as dyanmic-ql allways get Entity Object not found.

      but use ASCII it works fine.

      thanks