boolean returnValue = false;
try
{
InitialContext ic = CVUtility.getInitialContext();
SendMailLocalHome home = (SendMailLocalHome)ic.lookup("local/SendMail");
SendMailLocal remote = home.create();
remote.setDataSource(this.dataSource);
returnValue = (boolean)remote.sendMailMessageBasic(mailMessage);
}catch(Exception e){
System.out.println("[Exception][EmailFacadeBean] Exception thrown in sendMailMessageBasic(): " + e);
e.printStackTrace(); // TODO: remove stacktrace