You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2013/03/25 02:05:29 UTC

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

Author: gpetracek
Date: Mon Mar 25 01:05:29 2013
New Revision: 1460499

URL: http://svn.apache.org/r1460499
Log:
updated content

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=1460499&r1=1460498&r2=1460499&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/jpa.mdtext Mon Mar 25 01:05:29 2013
@@ -301,4 +301,11 @@ Per default the transaction-type used by
         </alternatives>
     </beans>
 
-If you have multiple persistence-units and you have to use both transaction-types or the settings for development have to be different than the production settings, you can use `org.apache.deltaspike.jpa.impl.transaction.EnvironmentAwareTransactionStrategy` instead.
\ No newline at end of file
+If you have multiple persistence-units and you have to use both transaction-types or the settings for development have to be different than the production settings, you can use `org.apache.deltaspike.jpa.impl.transaction.EnvironmentAwareTransactionStrategy` instead.
+
+
+**Hint:**
+
+In case of some versions of Weld (or OpenWebBeans in BDA mode), you have to configure it as global-alternative instead. That means you have to add e.g.:
+org.apache.deltaspike.jpa.spi.transaction.TransactionStrategy=org.apache.deltaspike.jpa.impl.transaction.EnvironmentAwareTransactionStrategy
+to /META-INF/apache-deltaspike.properties
\ No newline at end of file