You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/01/07 10:42:48 UTC

svn commit: r1723499 - /aries/site/trunk/content/modules/jpaproject.mdtext

Author: cschneider
Date: Thu Jan  7 09:42:48 2016
New Revision: 1723499

URL: http://svn.apache.org/viewvc?rev=1723499&view=rev
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=1723499&r1=1723498&r2=1723499&view=diff
==============================================================================
--- aries/site/trunk/content/modules/jpaproject.mdtext (original)
+++ aries/site/trunk/content/modules/jpaproject.mdtext Thu Jan  7 09:42:48 2016
@@ -173,9 +173,8 @@ all DAO methods. The scope of the transa
 Example blueprint follows showing the full breadth of allowable injection syntax:
 
 	<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" 
-	  xmlns:jpa="http://aries.apache.org/xmlns/jpan/v1.0.0"
 	  xmlns:tx="http://aries.apache.org/xmlns/transactions/v1.2.0"
-	  xmlns:jpa="http://aries.apache.org/xmlns/jpa/v1.1.0">
+	  xmlns:jpa="http://aries.apache.org/xmlns/jpa/v2.0.0">
 	  <jpa:enable />
 	  <service ref="taskService" interface="org.apache.aries.jpa.example.tasklist.model.TaskService"/>
 	  <bean class="org.apache.aries.jpa.example.tasklist.blueprint.impl.TaskServiceImpl"/>