Replace GenericPool(GenericPoolMetaData metad,
String classname, Object[] params) by :
public GenericPool(GenericPoolMetaData metad,
String classname, Object[] params) {
super(metad);
this.oparams = params;
this.info = (GenericPoolMetaData) metad;
this.con = figureConstructor();
try {
init();
} catch (Exception e) {
log("GenericPool: Exception while initializing",
e);
}
}
Nobody/Anonymous ( nobody ) - 2002-09-26 09:47
5
Open
None
Nobody/Anonymous
None
None
Public
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use