1 Reply Latest reply on Jan 11, 2004 1:40 AM by sbrbot

    Used charSet

    ag0nywork

      Hi ppl,

      i have an datasource defined in jboss.jcml. the database is using charSet iso-8859-1. and now i try to enter "ä", "ö" and "ü" and i get an Exception "Cannot transliterate between charSets".

      So now my question is, how can i tell jboss which charSet should be used for my datasource??? the examples i found in the other postings concerning this did not work for me, don't know why.

      Greets Sascha

        • 1. Re: Used charSet
          sbrbot

          I have the same problem. Windows works in charset called by IONA (http://www.iona.com) as windows-1250 but Java works in the same time with Cp1250 charset. Of course, there's no perect matchin among them so some characters are not on the same place in windows-1250 and Cp1250 charsets. This mismatchin og these two caracters manifest in that way that I get "?" signs in database for characters that do not match among character sets.

          In BEA WebLogic one can define character mapping between these two character sets in weblogic.xml file. Now I'd like to know where to define this character mapping for JBoss?