I tried it by using an intercepter that intercepts any exception and transforms it into some usefull exception (e.g. with an error code for our support team) without adding the cause. Works fine for exceptions thrown WITHIN the method. Any container exception (e.g. PersistenceException) will be thrown AFTER my interceptor was invoked. So, still no luck...
Regards,
Frank.