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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 22 23:01:17 EDT 2009


Author: truong.le
Date: 2009-10-22 23:01:17 -0400 (Thu, 22 Oct 2009)
New Revision: 403

Modified:
   portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml
Log:
GTNPORTAL-55: NPE when edit portlet in tab page config

Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml	2009-10-22 22:02:30 UTC (rev 402)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml	2009-10-23 03:01:17 UTC (rev 403)
@@ -182,7 +182,7 @@
 						          </field>                 
 		                </object>
 	                </value>
-					        <value>                 
+					<value>                 
 		                <object type="org.exoplatform.application.registry.Application">                     
 		                  <field  name="categoryName"><string>web</string></field>
 		                  <field name="applicationName"><string>SiteMapPortlet</string></field>
@@ -197,21 +197,6 @@
 						          </field>                                 
 		                </object>
 	                </value>
-	                <value>                 
-		                <object type="org.exoplatform.application.registry.Application">                     
-		                  <field  name="categoryName"><string>web</string></field>
-		                  <field name="applicationName"><string>BrowserPortlet</string></field>
-						          <field name="displayName"><string>Web Explorer</string></field>
-						          <field name="description"><string>Web Explorer</string></field>
-		                  <field name="applicationType"><string>portlet</string></field>
-		                  <field name="applicationGroup"><string>web</string></field>
-		                  <field name="accessPermissions">
-								        <collection type="java.util.ArrayList" item-type="java.lang.String">													
-													<value><string>*:/platform/users</string></value>													
-								        </collection>
-						          </field>                                 
-		                </object>
-	                </value>
 		            </collection>                               
 	            </field> 
 	          </object>        



More information about the gatein-commits mailing list