Subject Re: [Firebird-Java] Problem setting ISO8859_1 charset in JBoss
Author Juan Pedro López Sáez
> Can you try to replace your config property with
>
> <config-property name="localEncoding"
> type="java.lang.String">ISO-8859-1</config-property>
>
> This is equivalent to the previous one.
>
> Roman
>

Thank you Roman, now it's working perfectly.

So, can we assure that there is a bug in JBoss regarding to this issue?

Juan Pedro López