{
KnowledgebaseList kblist = null;
try {
InitialContext ic = CVUtility.getInitialContext();
SupportListLocalHome home = (SupportListLocalHome) ic.lookup("local/SupportList");
SupportListLocal remote = home.create();
remote.setDataSource(this.dataSource);
kblist = remote.getKnowledgebaseList(userID, curCategoryID, hashmap);
} catch (Exception e) {
logger.error("[getKnowledgebaseList]: Exception", e);
}