Throw any exceptions thrown unwrapped. This way, the caller knows what it's dealing...
authorDimitris Routsis <droutsis@ebs.gr>
Thu, 12 Nov 2009 09:18:05 +0000 (11:18 +0200)
committerDimitris Routsis <droutsis@ebs.gr>
Thu, 12 Nov 2009 09:18:05 +0000 (11:18 +0200)
commit38621e3cb3db11ccac0983040edb6962b9c74e21
tree9c49480478a67b161257faaca3cb90d2fea832e1
parentba5f95756dd3285d9575f671302436eb36ca9e5b
Throw any exceptions thrown unwrapped. This way, the caller knows what it's dealing with in its try/catch block.
(Previously, everything thrown was an Exception and most (all?) callers would simply turn this into a 500 error, since they don't check the cause.)
src/gr/ebs/gss/server/ejb/TransactionHelper.java