From portal-commits at lists.jboss.org Wed Feb 6 22:54:29 2008 Content-Type: multipart/mixed; boundary="===============5311694820011100572==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r9823 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Wed, 06 Feb 2008 22:54:29 -0500 Message-ID: --===============5311694820011100572== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-02-06 22:54:28 -0500 (Wed, 06 Feb 2008) New Revision: 9823 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migratio= n.xml Log: revising 4.1.2.1. Portlet Names, removing note admonitions, changing itemized list to orderedlist Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/m= igration.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migrati= on.xml 2008-02-07 02:04:13 UTC (rev 9822) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migrati= on.xml 2008-02-07 03:54:28 UTC (rev 9823) @@ -85,47 +85,51 @@ - Portlet names - Names of few core bundled portlets changed. To update th= em you need to: + Portlet Names - In JBP_INSTANCES table: - - Change "local.portal.CMSPorlet" in PORTLET_REF column to - "local./portal-cms.CMSPortlet" - - Change "local.portal.CMSAdminPorlet<= /emphasis>" in PORTLET_REF column to - "local./portal-cms.CMSAdminPortlet" - - Change "local.portal.ManagementPorle= t" in PORTLET_REF column to - "local./portal-admin.AdminPortlet" - - - - Instead of editing database you can destroy those instan= ces in AdminPortlet and recreate them. + Names of certain core bundled portlets have changed. Destroy the fol= lowing instances and use the AdminPortlet to recreate them, or, edit the JBP_INSTANCES table as follows: + + + + + + Change local.portal.CMSPorlet in the PORTLET_REF column to local./portal-cms.CMSPortlet= . + + + + + Change local.portal.CMSAdminPorlet in the PORTLET_REF column to local./portal-cms.CMSAdm= inPortlet. + + + + + Change local.portal.ManagementPorlet in the = PORTLET_REF column to local./portal-admin.Ad= minPortlet. + + + + - NavigationPortlet from JBP 2.4 is not = present anymore. Its functionality is now realized by - PageCustomizerInterceptor so all refer= ences to NavigationPortlet should - be removed from all portal pages. You can do it either by c= leaning up database content or by using - AdminPortlet in Portal interface. In d= atabase you should remove: - - - Rows containing "local.portal.NavigationPor= tlet" in - "PORTLET_REF" column in - "JBP_INSTANCES" table. - - - Rows containing "NavigationPortletInstance<= /emphasis>" in - "INSTANCE_REF" column in - "JBP_WINDOW" table. - - - Rows containing "NavigationPortletWindow" in - "NAME" column in - "JBP_OBJECT" table. - - - - Instead of editing database you can just remove Navigati= onPortletInstance using AdminPortlet. + The NavigationPortlet from JBoss Portal 2.4 has= been removed, and its functionality is now replaced by PageCusto= mizerInterceptor. All references to the NavigationPort= let should be removed from all portal pages. Remove Na= vigationPortletInstance using the AdminPortlet, or edit the data= base as follows: + + + + + + In the JBP_INSTANCES table, rows containing= local.portal.NavigationPortlet in the PORTL= ET_REF column. + + + + + In the JBP_WINDOW table, rows containing NavigationPortletInstance in the INSTANCE_REF<= /emphasis> column. + + + + + In the JBP_OBJECT table, rows containing NavigationPortletWindow in the NAME= column. + + + + CMS --===============5311694820011100572==--