From b8e0b0d58b27943a967fe62faa8b38ed5893d7ed Mon Sep 17 00:00:00 2001 From: Milosz Tylenda Date: Sat, 16 Apr 2011 11:20:58 +0000 Subject: [PATCH] OPENJPA-1932: Documentation update: Upgrade TransactionManager JEE 3 Javadoc link to JEE 6. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1093966 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/src/doc/manual/ref_guide_slice.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-project/src/doc/manual/ref_guide_slice.xml b/openjpa-project/src/doc/manual/ref_guide_slice.xml index b43d6e276..d2b510c6f 100644 --- a/openjpa-project/src/doc/manual/ref_guide_slice.xml +++ b/openjpa-project/src/doc/manual/ref_guide_slice.xml @@ -601,7 +601,7 @@ the JDBC connection URL of a slice. This plug-in property determines the policy for transaction commit across multiple slices. The value of this property is a fully-qualified class name that implements - + javax.transaction.TransactionManager interface.