You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2015/08/01 10:15:45 UTC

svn commit: r960391 - in /websites/staging/aries/trunk/content: ./ modules/jpaproject.html

Author: buildbot
Date: Sat Aug  1 08:15:45 2015
New Revision: 960391

Log:
Staging update by buildbot for aries

Modified:
    websites/staging/aries/trunk/content/   (props changed)
    websites/staging/aries/trunk/content/modules/jpaproject.html

Propchange: websites/staging/aries/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Aug  1 08:15:45 2015
@@ -1 +1 @@
-1693684
+1693685

Modified: websites/staging/aries/trunk/content/modules/jpaproject.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/jpaproject.html (original)
+++ websites/staging/aries/trunk/content/modules/jpaproject.html Sat Aug  1 08:15:45 2015
@@ -308,9 +308,11 @@ the bundle) will be searched.</p>
 <p>The Aries JPA container bundle implements the OSGi JPA service specification. </p>
 <p>It tracks persistence unit bundles and creates an EntityManagerFactory service as soon as all dependencies are met.</p>
 <p>The EntityManagerFactory services will be registered with the following properties: </p>
-<p>|osgi.unit.name | this is the name of the persistence unit|
-|osgi.unit.provider | this is the class name of the JPA PersistenceProvider that was used to create the EntityManagerFactory|
-|org.apache.aries.jpa.container.managed | this property will be set to true, indicating this is a managed EntityManagerFactory.|</p>
+<ul>
+<li>osgi.unit.name: this is the name of the persistence unit</li>
+<li>osgi.unit.provider: this is the class name of the JPA PersistenceProvider that was used to create the EntityManagerFactory</li>
+<li>org.apache.aries.jpa.container.managed: this property will be set to true, indicating this is a managed EntityManagerFactory.</li>
+</ul>
 <p>For each persistence unit jpa container first determines which persistence provider to use by analyzing the "provider" property of persistence.xml.
 It will track a PersistenceProvider service that matches this name.</p>
 <p>The next step is to configure a DataSource. The spec defines that the database properties are used to determine which DataSourceFactory service to use and