if (moduleDesc.getParameter("db.password") != null){
dbPassword = (String) moduleDesc.getParameter("db.password").getValue();
}
}
if (dbConnectionString == null || dbDriver == null)
throw new SandeshaStorageException("Can't proceed. Needed properties are not set.");
dbConnection = dbConnect();
}