{
HashMap emailInfo = new HashMap();
try
{
InitialContext ic = CVUtility.getInitialContext();
EmailHelperLocalHome home = (EmailHelperLocalHome)ic.lookup("local/EmailHelper");
EmailHelperLocal remote = (EmailHelperLocal)home.create();
remote.setDataSource(this.dataSource);
emailInfo = (HashMap)remote.getSystemEmailInfo(systemEmailID);
}catch(Exception e){
System.out.println("[Exception][EmailFacadeBean] Exception thrown in getSystemEmailInfo(): " + e);
e.printStackTrace(); // TODO: remove stacktrace