You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mt...@apache.org on 2011/04/16 13:24:05 UTC

svn commit: r1093967 - /openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml

Author: mtylenda
Date: Sat Apr 16 11:24:05 2011
New Revision: 1093967

URL: http://svn.apache.org/viewvc?rev=1093967&view=rev
Log:
OPENJPA-1932: Documentation update: Upgrade TransactionManager JEE 3 Javadoc link to JEE 6 (2nd attempt).

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml?rev=1093967&r1=1093966&r2=1093967&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml Sat Apr 16 11:24:05 2011
@@ -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 
-      <ulink url="http://java.sun.com/javaee/6/api/javax/transaction/TransactionManager.html">
+      <ulink url="http://java.sun.com/javaee/6/docs/api/javax/transaction/TransactionManager.html">
       <classname>javax.transaction.TransactionManager</classname> 
       </ulink> interface. 
       </para>