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 2011/03/18 15:38:59 UTC

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

Author: buildbot
Date: Fri Mar 18 14:38:59 2011
New Revision: 787185

Log:
Staging update by buildbot

Modified:
    websites/staging/aries/trunk/content/modules/jpaproject.html

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 Fri Mar 18 14:38:59 2011
@@ -366,7 +366,7 @@ file.<br />
 (3) The &lt;service&gt; allows to expose an interface on the OSGI Registry Service using as key the name of the interface ("javax,sql.Datasource").
 The &lt;service-properties&gt; will let to define a property that we will use to retrieve the datasource from the registry</p>
 <p><strong>Step 4 : Package the solution</strong></p>
-<p>To package and deploy the solution, execute a "maven clean install" instruction and deploy your project on you OSGI platform. Depending in which OSGI container
+<p>To package and deploy the solution, execute a "maven clean install" instruction and deploy your project into your favorite OSGI platform. Depending in which OSGI container
 you plan to deploy your projects, the bundles (Aries JPA, OpenJPA, Aries Transaction, ....) to be used will be
 different and you will have to identify them. The Aries samples project provides you a list of <a href="https://svn.apache.org/repos/asf/aries/trunk/samples/blog/blog-itests/src/test/java/org/apache/aries/samples/blog/itests/JpaBlogSampleWithEbaTest.java">bundles</a> and you 
 can use them as a starting point to create your first project.</p></div>