jyhcyd wrote:in InstallAction.java //--------------------------------------------------------------------- if ("JDBC".equals(connectionType)) { implementation = "yes".equals(this.getFromSession("usePool")) && !"hsqldb".equals(database) ? "net.jforum.PooledConnection" : "net.jforum.SimpleConnection"; this.configureJDBCConnection(); } else { isDs = true; implementation = "net.jforum.DataSourceConnection"; SystemGlobals.setValue(ConfigKeys.DATABASE_DATASOURCE_NAME, this.getFromSession("dbdatasource")); } //------------------------------------------------------------------ shoud be repaired : if ("JDBC".equals(connectionType)) { implementation = "yes".equals(this.getFromSession("usePool")) && !"hsqldb".equals(database) ? "net.jforum.core.db.PooledConnection" : "net.jforum.core.db.SimpleConnection"; this.configureJDBCConnection(); } else { isDs = true; implementation = "net.jforum.core.db.DataSourceConnection"; SystemGlobals.setValue(ConfigKeys.DATABASE_DATASOURCE_NAME, this.getFromSession("dbdatasource")); } thinks! i love jforum!!!