You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by cl...@apache.org on 2013/04/04 03:26:08 UTC

svn commit: r1464251 - /incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext

Author: clerum
Date: Thu Apr  4 01:26:07 2013
New Revision: 1464251

URL: http://svn.apache.org/r1464251
Log:
CMS commit to deltaspike by clerum

Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext

Modified: incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext?rev=1464251&r1=1464250&r2=1464251&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext Thu Apr  4 01:26:07 2013
@@ -26,7 +26,7 @@ This annotation is an alternative to tra
 Before it's possible to start using the annotation, it's required to implement a CDI producer for an `EntityManager` and it's needed to inject the `EntityManager` in the bean which uses `@Transactional`. As shown later on it's also possible to use multiple qualifiers for using different `EntityManager`s.
 
 **Hint:**
-If you are using features described by this page and the CDI container you are using is Weld (or OpenWebBeans in BDA mode), you have to enable the security interceptor in your beans.xml file:
+If you are using features described by this page and the CDI container you are using is Weld (or OpenWebBeans in BDA mode), you have to enable the transaction interceptor in your beans.xml file:
 
     <beans>
         <interceptors>