transaction.begin();
transactionInfo.markAsOwner();
getLogger().info(getBundle().getString("begin-transaction"));
}
transactionInfo.incrementCounter();
}
private void handleException(final Exception cause) {
Transaction transaction = getTransactionContext().getCurrentTransaction();