Author: cschneider
Date: Sat Aug 1 08:15:41 2015
New Revision: 1693685
URL: http://svn.apache.org/r1693685
Log:
CMS commit to aries by cschneider
Modified:
aries/site/trunk/content/modules/jpaproject.mdtext
Modified: aries/site/trunk/content/modules/jpaproject.mdtext
URL:
http://svn.apache.org/viewvc/aries/site/trunk/content/modules/jpaproject.mdtext?rev=1693685&r1=1693684&r2=1693685&view=diff
==============================================================================
--- aries/site/trunk/content/modules/jpaproject.mdtext (original)
+++ aries/site/trunk/content/modules/jpaproject.mdtext Sat Aug 1 08:15:41 2015
@@ -50,9 +50,9 @@ It tracks persistence unit bundles and c
The EntityManagerFactory services will be registered with the following
properties:
-|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.|
+* 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.
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.