{
HashMap messageMap = new HashMap();
try {
InitialContext ic = CVUtility.getInitialContext();
ListLocalHome home = (ListLocalHome)ic.lookup("local/List");
ListLocal remote = home.create();
remote.setDataSource(this.dataSource);
messageMap = remote.getImportList(importList, headerRow, listid, indvID, CustomEntList,
CustomIndList, tabDelimiter, lineDelimiter, headLine);
} catch (Exception e) {
System.out.println("Failed in getting EventList");
e.printStackTrace();
return null;