DBConnectionInfo info = getConnectionInfo();
ClassLoadingService classLoader = getApplication().getClassLoadingService();
// try making an adapter...
try {
info.makeAdapter(classLoader);
}
catch (Throwable th) {
reportError("DbAdapter Error", th);
return;
}