Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2496117CCE for ; Thu, 16 Oct 2014 16:00:31 +0000 (UTC) Received: (qmail 78557 invoked by uid 500); 16 Oct 2014 16:00:31 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 78521 invoked by uid 500); 16 Oct 2014 16:00:31 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 78511 invoked by uid 99); 16 Oct 2014 16:00:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 16:00:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8C0B19C846F; Thu, 16 Oct 2014 16:00:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rafabene@apache.org To: commits@deltaspike.apache.org Message-Id: <29748c52af9d411499fbc16677f40973@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [DELTASPIKE-DOC] - Fix formating for JPA doc Date: Thu, 16 Oct 2014 16:00:30 +0000 (UTC) Repository: deltaspike Updated Branches: refs/heads/master 702315367 -> 4d0d89836 [DELTASPIKE-DOC] - Fix formating for JPA doc Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/4d0d8983 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/4d0d8983 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/4d0d8983 Branch: refs/heads/master Commit: 4d0d898369f463dfd76548701d1f6776a1ece2d9 Parents: 7023153 Author: Rafael Benevides Authored: Thu Oct 16 12:58:21 2014 -0300 Committer: Rafael Benevides Committed: Thu Oct 16 12:58:21 2014 -0300 ---------------------------------------------------------------------- documentation/src/main/asciidoc/jpa.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/4d0d8983/documentation/src/main/asciidoc/jpa.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/jpa.adoc b/documentation/src/main/asciidoc/jpa.adoc index 44ebad6..d7eaa68 100644 --- a/documentation/src/main/asciidoc/jpa.adoc +++ b/documentation/src/main/asciidoc/jpa.adoc @@ -317,7 +317,7 @@ a different `EntityManager`. So it's possible to catch an exception in `FirstLevelTransactionBean` e.g. to try an optional path instead of an immediate rollback. -==@TransactionScoped +== @TransactionScoped `@Transactional` also starts a context which is available as long as the transaction started by `@Transactional`. Besides other beans you can use