Closed vankeisb closed 9 years ago
HibernateStore.doInTransaction catches exceptions and wraps them into RuntimeExceptions. Therefore the caller cannot catch his own exceptions, even if they are runtime.
HibernateStore.doInTransaction
Do not wrap systematically, instead check if the exception is already a runtime.
Build Success with -Pwebtests.
HibernateStore.doInTransaction
catches exceptions and wraps them into RuntimeExceptions. Therefore the caller cannot catch his own exceptions, even if they are runtime.Do not wrap systematically, instead check if the exception is already a runtime.