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/05/28 22:05:38 UTC

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

Author: clerum
Date: Tue May 28 20:05:38 2013
New Revision: 1487089

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

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

Modified: deltaspike/site/trunk/content/deltaspike/jpa.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/deltaspike/jpa.mdtext?rev=1487089&r1=1487088&r2=1487089&view=diff
==============================================================================
--- deltaspike/site/trunk/content/deltaspike/jpa.mdtext (original)
+++ deltaspike/site/trunk/content/deltaspike/jpa.mdtext Tue May 28 20:05:38 2013
@@ -316,5 +316,5 @@ If you have multiple persistence-units a
 **Hint:**
 
 In case of some versions of Weld (or OpenWebBeans in BDA mode), you have to configure it as global-alternative instead of an `<alternatives>` in beans.xml. That means you have to add e.g.:
-org.apache.deltaspike.jpa.spi.transaction.TransactionStrategy=org.apache.deltaspike.jpa.impl.transaction.BeanManagedUserTransactionStrategy
+`globalAlternatives.org.apache.deltaspike.jpa.spi.transaction.TransactionStrategy=org.apache.deltaspike.jpa.impl.transaction.BeanManagedUserTransactionStrategy`
 to /META-INF/apache-deltaspike.properties
\ No newline at end of file