Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DEC510C35 for ; Fri, 4 Dec 2015 11:16:40 +0000 (UTC) Received: (qmail 66912 invoked by uid 500); 4 Dec 2015 11:16:40 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 66848 invoked by uid 500); 4 Dec 2015 11:16:40 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 66832 invoked by uid 99); 4 Dec 2015 11:16:40 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 11:16:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 97AE71A5DE3 for ; Fri, 4 Dec 2015 11:16:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5sezcOgE4PKc for ; Fri, 4 Dec 2015 11:16:38 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 2518921231 for ; Fri, 4 Dec 2015 11:16:38 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2EB49E015D for ; Fri, 4 Dec 2015 11:16:37 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4922A3A0A1D for ; Fri, 4 Dec 2015 11:16:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1717933 - /aries/site/trunk/content/modules/jpaproject.mdtext Date: Fri, 04 Dec 2015 11:16:35 -0000 To: commits@aries.apache.org From: cschneider@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151204111636.4922A3A0A1D@svn01-us-west.apache.org> Author: cschneider Date: Fri Dec 4 11:16:35 2015 New Revision: 1717933 URL: http://svn.apache.org/viewvc?rev=1717933&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=1717933&r1=1717932&r2=1717933&view=diff ============================================================================== --- aries/site/trunk/content/modules/jpaproject.mdtext (original) +++ aries/site/trunk/content/modules/jpaproject.mdtext Fri Dec 4 11:16:35 2015 @@ -90,9 +90,12 @@ For each EntityManagerFactory service th ### Aries JPA blueprint extension (org.apache.aries.jpa.blueprint) Provides a blueprint extension for @PersistenceUnit and @PersistenceContext injection. -To use the extension add this namespace to your blueprint xmlns:jpa="http://aries.apache.org/xmlns/jpan/v1.0.0" and enable -annotation support using the element on top level. -For more details see the aries jpa blueprint example: https://svn.apache.org/repos/asf/aries/trunk/jpa/examples/tasklist-blueprint/ +To use the extension add this namespace to your blueprint + +> xmlns:jpa="http://aries.apache.org/xmlns/jpan/v1.0.0" + + and enable annotation support using the element on top level. +For more details see the [Aries JPA blueprint example](https://svn.apache.org/repos/asf/aries/trunk/jpa/examples/tasklist-blueprint/). # Creation of a JPA project using Maven