Repository: deltaspike Updated Branches: refs/heads/master 1f15e89e4 -> f6353412d
DELTASPIKE-941 JPA link broken in Data Module documentation Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/f6353412 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/f6353412 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/f6353412 Branch: refs/heads/master Commit: f6353412dad6c9c78d199b3cf6e085b997f842ce Parents: 1f15e89 Author: Daniel Cunha (soro) <[email protected]> Authored: Tue Jun 30 17:25:25 2015 -0300 Committer: Daniel Cunha (soro) <[email protected]> Committed: Tue Jun 30 17:25:45 2015 -0300 ---------------------------------------------------------------------- documentation/src/main/asciidoc/data.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/f6353412/documentation/src/main/asciidoc/data.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/data.adoc b/documentation/src/main/asciidoc/data.adoc index eb0ed58..d12585d 100644 --- a/documentation/src/main/asciidoc/data.adoc +++ b/documentation/src/main/asciidoc/data.adoc @@ -749,7 +749,7 @@ If you call any method expression, `@Query`-annotated method or a method from the `EntityRepository`, the repository will figure out if a transaction is needed or not, and if so, if there is already one ongoing. The Data module uses the `TransactionStrategy` provided by the -http://deltaspike.apache.org/jpa[JPA Module] for this. See the JPA +http://deltaspike.apache.org/documentation/jpa.html[JPA Module] for this. See the JPA module documentation for more details. IMPORTANT: Some containers do not support `BeanManagedUserTransactionStrategy`! As
