2
votes
Jboss 4.2 swallows the stacktrace on causes of EJB Exceptions, how can that be prevented?
It's an implementation decision, they don't set the original cause as the cause of the ejbException. You can access to that looking the method getCausedByException().
You have a JIRA[1] about that …
