2 Replies Latest reply on Oct 8, 2002 7:38 AM by noir

    Unicode, InterBase and Jboss 2.4.6 problem.

    noir

      I have a Jboss 2.4.6 connected to InterBase/Firebird 1.0 by InterClient 2.0 on Win2000. The database has Blob field with some Unicode data in it.

      Everything is fine but when I restart Jboss, redeploy bean or simply leave server for 10 or so minutes doing nothing all Unicode data are trashed like this: ?©?????°.

      The part of jboss.jcml where DB connection is configured:

       <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=DefaultDS">
       <attribute name="PoolName">DefaultDS</attribute>
       <attribute name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute>
       <attribute name="URL">jdbc:interbase://localhost/D:/firebird/devel/ptts01.gdb</attribute>
       <attribute name="Properties">user=nomatter;password=nomatter";charSet=UTF8</attribute>
       </mbean>