You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2015/02/10 22:54:14 UTC

svn commit: r939769 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/tomee-and-hibernate.html

Author: buildbot
Date: Tue Feb 10 21:54:14 2015
New Revision: 939769

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/tomee-and-hibernate.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 10 21:54:14 2015
@@ -1 +1 @@
-1658823
+1658824

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 10 21:54:14 2015
@@ -1 +1 @@
-1658823
+1658824

Modified: websites/staging/tomee/trunk/content/tomee-and-hibernate.html
==============================================================================
--- websites/staging/tomee/trunk/content/tomee-and-hibernate.html (original)
+++ websites/staging/tomee/trunk/content/tomee-and-hibernate.html Tue Feb 10 21:54:14 2015
@@ -143,7 +143,7 @@
     </h1>
 </div>
 
-<p>Apache TomEE ships with OpenJPA as the default JPA provider, however any valid JPA provider can be used.</p>
+<p>Apache TomEE ships with OpenJPA as the default JPA provider, however any valid JPA 2.0 provider can be used.</p>
 
 <p>The basic steps are:</p>
 
@@ -152,6 +152,8 @@
 <li>Configure the webapp or the server to use Hibernate</li>
 </ol>
 
+<p><strong>The atifact versions defined here are just for example, so please feel free to use current library versions.</strong></p>
+
 <h1>Webapp Configuration</h1>
 
 <p>Any webapp can specify the JPA provider it would like to use via the <code>persistence.xml</code> file, which can be at any of the following locations in a webapp</p>