[jboss-svn-commits] JBL Code SVN: r7604 - in labs/jbossforums/branches/forums22/forums/src/resources: portal-forums-sar/conf/hibernate portal-forums-war/WEB-INF
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 15 02:50:52 EST 2006
Author: unibrew
Date: 2006-11-15 02:50:49 -0500 (Wed, 15 Nov 2006)
New Revision: 7604
Modified:
labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-sar/conf/hibernate/hibernate.cfg.xml
labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/WEB-INF/forums-config.xml
Log:
[JBFORUMS-141] Moving back changes in configuration commited by mistake.
Modified: labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-sar/conf/hibernate/hibernate.cfg.xml
===================================================================
--- labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-sar/conf/hibernate/hibernate.cfg.xml 2006-11-15 02:58:31 UTC (rev 7603)
+++ labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-sar/conf/hibernate/hibernate.cfg.xml 2006-11-15 07:50:49 UTC (rev 7604)
@@ -6,7 +6,7 @@
<session-factory>
<property name="connection.datasource">java:@portal.datasource.name@</property>
<property name="hibernate.cache.use_query_cache">true</property>
- <property name="show_sql">true</property>
+ <property name="show_sql">false</property>
<!-- Force the dialect instead of using autodetection -->
<!--
@@ -23,4 +23,4 @@
<mapping resource="org/jboss/portlet/forums/impl/WatchImpl.hbm.xml"/>
<mapping resource="org/jboss/portlet/forums/impl/AttachmentImpl.hbm.xml"/>
</session-factory>
-</hibernate-configuration>
\ No newline at end of file
+</hibernate-configuration>
Modified: labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/WEB-INF/forums-config.xml
===================================================================
--- labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/WEB-INF/forums-config.xml 2006-11-15 02:58:31 UTC (rev 7603)
+++ labs/jbossforums/branches/forums22/forums/src/resources/portal-forums-war/WEB-INF/forums-config.xml 2006-11-15 07:50:49 UTC (rev 7604)
@@ -8,11 +8,11 @@
<!-- general application configuration -->
<application>
<!-- jbossportal-facelets integration -->
- <!--property-resolver>org.jboss.portal.faces.el.DelegatingPropertyResolver</property-resolver>
- <view-handler>com.sun.facelets.FaceletPortletViewHandler</view-handler-->
+ <property-resolver>org.jboss.portal.faces.el.DelegatingPropertyResolver</property-resolver>
+ <view-handler>com.sun.facelets.FaceletPortletViewHandler</view-handler>
<!-- standalone facelets integration -->
- <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
+ <!--view-handler>com.sun.facelets.FaceletViewHandler</view-handler-->
<!-- custom action listener with integrated authorization checking -->
<action-listener>org.jboss.portlet.forums.auth.AuthorizationListener</action-listener>
@@ -31,10 +31,10 @@
remove this in portal-environment. This is needed only for managing a transaction in standalone mode.
in portal mode, the portal takes care of this
-->
- <lifecycle>
+ <!--lifecycle>
<phase-listener>org.jboss.portlet.forums.ui.event.BeginTransactionListener</phase-listener>
<phase-listener>org.jboss.portlet.forums.ui.event.EndTransactionListener</phase-listener>
- </lifecycle>
+ </lifecycle-->
<!-- configuration for the shared EmptyController -->
More information about the jboss-svn-commits
mailing list