@@ -18,6 +18,7 @@ public class TransactionUtil {
runnable.run();
} catch (Exception e) {
status.setRollbackOnly();
+ throw e;
}
});