Exception messages
Brought to you by:
luca_gioppo
When something wrong happen exception messages aren't clear.
For example, if exist two or more templates with same name and I try to remove one of these this is the message:
javax.ejb.EJBException: javax.persistence.NonUniqueResultException: result returns 2 elements
Anonymous