You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/08/06 19:10:21 UTC

svn commit: r983059 - /openwebbeans/trunk/readme/README_1_0_0-alpha-2.txt

Author: gerdogdu
Date: Fri Aug  6 17:10:21 2010
New Revision: 983059

URL: http://svn.apache.org/viewvc?rev=983059&view=rev
Log:
adding failover configuration descriptions

Modified:
    openwebbeans/trunk/readme/README_1_0_0-alpha-2.txt

Modified: openwebbeans/trunk/readme/README_1_0_0-alpha-2.txt
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/readme/README_1_0_0-alpha-2.txt?rev=983059&r1=983058&r2=983059&view=diff
==============================================================================
--- openwebbeans/trunk/readme/README_1_0_0-alpha-2.txt (original)
+++ openwebbeans/trunk/readme/README_1_0_0-alpha-2.txt Fri Aug  6 17:10:21 2010
@@ -397,6 +397,21 @@ Configuration Names and Their Default Va
    Values        : false, true
    Default       : false
 
+- "org.apache.webbeans.spi.FailOverService"
+   Description   : Implementation of the org.apache.webbeans.spi.FailOverService. It is used for enabling passivation/failover beans.
+   Values        : org.apache.webbeans.web.failover.DefaultOwbFailOverService or CUSTOM
+   Default       : org.apache.webbeans.web.failover.DefaultOwbFailOverService
+
+- "org.apache.webbeans.web.failover.issupportfailover"
+   Description   : Support failover of beans or not
+   Values        : false, true
+   Default       : false
+
+- "org.apache.webbeans.web.failover.issupportpassivation"
+   Description   : Support passivation of beans or not
+   Values        : false, true
+   Default       : false
+
 ---------------------------------------------
 EJB Support via Embeddable OpenEJB Container in Tomcat 6.X
 ---------------------------------------------