Author: struberg
Date: Fri Aug 6 17:20:24 2010
New Revision: 983061
URL: http://svn.apache.org/viewvc?rev=983061&view=rev
Log:
OWB-433 add the new forceNoCheckedException flag to the documentation
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=983061&r1=983060&r2=983061&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:20:24 2010
@@ -412,6 +412,12 @@ Configuration Names and Their Default Va
Values : false, true
Default : false
+- "org.apache.webbeans.forceNoCheckedExceptions"
+ Description : The interceptors spec defines that @PostConstruct & Co must
not throw checked Exceptions. Setting this configuration to 'false' disables
this check.
+ Values : false, true
+ Default : true
+
+
---------------------------------------------
EJB Support via Embeddable OpenEJB Container in Tomcat 6.X
---------------------------------------------