From 429538fba8c62e36193da1307f5069078b41ef0b Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Fri, 25 Oct 2013 11:21:03 +0200 Subject: [PATCH] DATAJPA-410 - Improved documentation on jpa:repository namespace. We now mention that we require a bean with name transactionManager to be present if no transaction-manager-ref is defined. Original pull request: #47. --- src/docbkx/jpa.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/docbkx/jpa.xml b/src/docbkx/jpa.xml index 9b56842bd..0d5dacd05 100644 --- a/src/docbkx/jpa.xml +++ b/src/docbkx/jpa.xml @@ -90,6 +90,11 @@ + + Note that we require a + PlatformTransactionManager bean named + transactionManager to be present if no explicit + transaction-manager-ref is defined.