// Persist it
//this.getEntityManager().persist(emailChange);
-
// Get mailer instance
DeliverableEmail mailer = new Mailer();
// Found it
isFound = true;
} catch (final NoResultException ex) {
- // Log it
- this.getLoggerBeanLocal().logException(ex);
+ // Ignore it for now
+ //this.getLoggerBeanLocal().logException(ex);
}
// Trace message
// Get single result
ChangeableEmailAddress dummy = (ChangeableEmailAddress) query.getSingleResult();
} catch (final NoResultException ex) {
+ // Ignore it for now
+ //this.getLoggerBeanLocal().logException(ex);
+
// Not found
isUsed = false;
}