You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/11/26 11:08:05 UTC

svn commit: r1413536 - /openwebbeans/trunk/webbeans-clustering/src/main/resources/META-INF/openwebbeans/openwebbeans.properties

Author: struberg
Date: Mon Nov 26 10:08:04 2012
New Revision: 1413536

URL: http://svn.apache.org/viewvc?rev=1413536&view=rev
Log:
our clustering currently needs activated conversations

alternatively we can also add lots of checks ...

Modified:
    openwebbeans/trunk/webbeans-clustering/src/main/resources/META-INF/openwebbeans/openwebbeans.properties

Modified: openwebbeans/trunk/webbeans-clustering/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-clustering/src/main/resources/META-INF/openwebbeans/openwebbeans.properties?rev=1413536&r1=1413535&r2=1413536&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-clustering/src/main/resources/META-INF/openwebbeans/openwebbeans.properties (original)
+++ openwebbeans/trunk/webbeans-clustering/src/main/resources/META-INF/openwebbeans/openwebbeans.properties Mon Nov 26 10:08:04 2012
@@ -24,4 +24,7 @@ configuration.ordinal=20
 org.apache.webbeans.spi.FailOverService=org.apache.webbeans.web.failover.DefaultOwbFailOverService
 org.apache.webbeans.web.failover.issupportfailover=true
 org.apache.webbeans.web.failover.issupportpassivation=true
+
+# we need to enable conversation support
+org.apache.webbeans.application.supportsConversation=true
 ##############################################################################################