TimeSheetLocalHome home = (TimeSheetLocalHome)ic.lookup("local/TimeSheet");
TimeSheetLocal remote = (TimeSheetLocal) home.create();
remote.setDataSource(this.dataSource);
timesheetID = remote.addTimeSheet(userId,tsvo);
}catch(Exception e)
{
System.out.println("[Exception][HrFacadeEJB.addTimeSheet] Exception Thrown: "+e);
e.printStackTrace();