[gatein-commits] gatein SVN: r1981 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 4 12:34:26 EST 2010


Author: julien_viet
Date: 2010-03-04 12:34:26 -0500 (Thu, 04 Mar 2010)
New Revision: 1981

Modified:
   portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
Log:
need to add the ResourceBundleManager at the right place (that used to be in a jar)


Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml	2010-03-04 17:27:12 UTC (rev 1980)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml	2010-03-04 17:34:26 UTC (rev 1981)
@@ -98,6 +98,11 @@
   </component>
             
   <component>
+    <key>org.exoplatform.services.resources.ResourceBundleManager</key>
+    <type>org.exoplatform.services.resources.ResourceBundleManager</type>
+  </component>
+
+  <component>
   	<key>org.exoplatform.services.cache.CacheService</key>
     <jmx-name>cache:type=CacheService</jmx-name>
   	<type>org.exoplatform.services.cache.impl.CacheServiceImpl</type>



More information about the gatein-commits mailing list