Subject Unknown character set ISO8859_1
Author Francisco Souza
Any idea why I am having this exception when trying to create a Pool?
Following is the code (the funny thing is when I execute this application in
my ant task this does not happen):

String maquina = T.setServerPath();
String user = "SYSDBA";
String pwd = "masterkey";
String dir_db = "C:\\LamiSis\\dados\\LAMIDADOS.GDB";
String url =
"jdbc:firebirdsql:"+maquina+"/3050:"+dir_db+"?lc_ctype=ISO8859_1";
System.setProperty("FBLog4j", "true");
ds = new org.firebirdsql.pool.FBWrappingDataSource();
ds.setDescription ("Conexao da LamiPrint");
ds.setType("type4");
ds.setSqlRole("USER");
ds.setEncoding("ISO8859_1");
ds.setCharSet("ISO8859_1");
ds.setUserName(user);
ds.setPassword(pwd);
ds.setLoginTimeout(20);
ds.setMaxConnections(150);
ds.setMinConnections(5);
ds.setNonStandardProperty("isc_dpb_sql_dialect","3");
ds.setDatabase(maquina+"/3050:"+dir_db);


java.sql.SQLException: Unknown character set ISO8859_1
at br.com.lib.B.setConnectionPool(B.java:150)
at br.com.main.LamiFrame.<init>(LamiFrame.java:113)
at br.com.main.Main$1.run(Main.java:25)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:197)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.700 / Virus Database: 457 - Release Date: 06/06/2004