Jose, On Tue, Jul 9, 2013 at 2:20 PM, José Luis Cetina <[email protected]>wrote:
> configuration.ordinal=100 > org.apache.webbeans.web.failover.issupportfailover=true > org.apache.webbeans.web.failover.issupportpassivation=true > I remember reading about this too in Thomas Andraschko's blog[1], and in that blog, he mentioned the following: Also don't forget the src/main/resources/META-INF/openwebbeans/openwebbans.properties In Mark Struberg's blog[2], I see the following: Simply create a file META-INF/openwebbeans/openwebbeans.properties which contains a content similar to the following: Finally, I searched google for those properties, and found openwebbeans.properties[3]. [1] http://tandraschko.blogspot.com/2012/08/test.html [2] http://struberg.wordpress.com/2012/03/20/why-is-openwebbeans-so-fast/ [3] https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.1.2/webbeans-web/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
