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 2016/01/07 10:42:55 UTC

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

Author: buildbot
Date: Thu Jan  7 09:42:54 2016
New Revision: 977224

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 Thu Jan  7 09:42:54 2016
@@ -1 +1 @@
-1719875
+1723499

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 Thu Jan  7 09:42:54 2016
@@ -413,9 +413,8 @@ Instead simply enable standard @Pesisten
 all DAO methods. The scope of the transaction can be defined using the attribute value.</p>
 <p>Example blueprint follows showing the full breadth of allowable injection syntax:</p>
 <div class="codehilite"><pre><span class="nt">&lt;blueprint</span> <span class="na">xmlns=</span><span class="s">&quot;http://www.osgi.org/xmlns/blueprint/v1.0.0&quot;</span> 
-  <span class="na">xmlns:jpa=</span><span class="s">&quot;http://aries.apache.org/xmlns/jpan/v1.0.0&quot;</span>
   <span class="na">xmlns:tx=</span><span class="s">&quot;http://aries.apache.org/xmlns/transactions/v1.2.0&quot;</span>
-  <span class="na">xmlns:jpa=</span><span class="s">&quot;http://aries.apache.org/xmlns/jpa/v1.1.0&quot;</span><span class="nt">&gt;</span>
+  <span class="na">xmlns:jpa=</span><span class="s">&quot;http://aries.apache.org/xmlns/jpa/v2.0.0&quot;</span><span class="nt">&gt;</span>
   <span class="nt">&lt;jpa:enable</span> <span class="nt">/&gt;</span>
   <span class="nt">&lt;service</span> <span class="na">ref=</span><span class="s">&quot;taskService&quot;</span> <span class="na">interface=</span><span class="s">&quot;org.apache.aries.jpa.example.tasklist.model.TaskService&quot;</span><span class="nt">/&gt;</span>
   <span class="nt">&lt;bean</span> <span class="na">class=</span><span class="s">&quot;org.apache.aries.jpa.example.tasklist.blueprint.impl.TaskServiceImpl&quot;</span><span class="nt">/&gt;</span>