Author: ips
Date: 2009-04-29 12:16:09 -0400 (Wed, 29 Apr 2009)
New Revision: 366
Modified:
trunk/core/src/main/webapp/WEB-INF/components.xml
Log:
disable Seam debugging and managed transactions
Modified: trunk/core/src/main/webapp/WEB-INF/components.xml
===================================================================
--- trunk/core/src/main/webapp/WEB-INF/components.xml 2009-04-28 22:34:07 UTC (rev 365)
+++ trunk/core/src/main/webapp/WEB-INF/components.xml 2009-04-29 16:16:09 UTC (rev 366)
@@ -26,8 +26,8 @@
http://jboss.com/products/seam/security
http://jboss.com/products/seam/security-2.0.xsd">
<component name="org.jboss.seam.core.init">
- <!-- TODO: should we remove this before we release ?? -->
- <property name="debug">true</property>
+ <property name="debug">false</property> <!-- enable only
when needed -->
+ <property
name="transactionManagementEnabled">false</property>
</component>
<component name="navigationAction">