Author: mmcallis
Date: 2008-04-17 21:02:30 -0400 (Thu, 17 Apr 2008)
New Revision: 10631
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migration.xml
Log:
4.1. Manual Upgrade
minor revisions/corrections, rephrased a few of my
silly things...
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migration.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migration.xml 2008-04-18
00:36:37 UTC (rev 10630)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migration.xml 2008-04-18
01:02:30 UTC (rev 10631)
@@ -176,7 +176,7 @@
<note>
<title>Requested Resource Error</title>
<para>
- When running JBoss Portal 2.6 with a database created by JBoss Portal 2.4, a
non-existing portlet will try to be displayed, resulting in a
<computeroutput>404</computeroutput>, <computeroutput>The requested
resource() is not available</computeroutput>, error.
+ When running JBoss Portal 2.6 with a database created by JBoss Portal 2.4, a
non-existing portlet will try to be displayed, resulting in a
<computeroutput>404</computeroutput>, <computeroutput>The requested
resource() is not available</computeroutput> error.
</para>
</note>
</para>
@@ -481,7 +481,7 @@
</screen>
</para>
<para>
- The following example uses the MySQL Query Browser. Open the <emphasis
role="bold">JBP_OBJECT_NODE</emphasis> table in your database schema.
Look at the <emphasis role="bold">PATH</emphasis> column to identify
any occurrences of <emphasis>>CMS</emphasis> in your JBoss Portal
deployment. Identify any row referring to
<emphasis>CMSPortletWindow</emphasis>, and remember the number in <emphasis
role="bold">PK</emphasis> column. The <emphasis
role="bold">PK</emphasis> number is needed in the following steps:
+ The following example uses the MySQL Query Browser. Open the <emphasis
role="bold">JBP_OBJECT_NODE</emphasis> table in your database schema.
Look at the <emphasis role="bold">PATH</emphasis> column to identify
any occurrences of <emphasis>CMS</emphasis> in your JBoss Portal deployment.
Identify any row referring to <emphasis>CMSPortletWindow</emphasis>, and
remember the number in the <emphasis role="bold">PK</emphasis>
column. The <emphasis role="bold">PK</emphasis> number is needed in
the following steps:
</para>
<para>
<mediaobject>
@@ -492,9 +492,9 @@
</para>
<para>
Go to the <emphasis role="bold">JBP_WINDOW</emphasis> table
and find a row with the same
- <emphasis role="bold">PK</emphasis> value from the
<emphasis role="bold">JBP_OBJECT_NODE</emphasis> table. In such a
row, replace <emphasis>CMSPortletInstance</emphasis> with a path to your CMS
resource. For example, by default, JBoss Portal displays
<filename>/default/index.html</filename>.
+ <emphasis role="bold">PK</emphasis> value from the
<emphasis role="bold">JBP_OBJECT_NODE</emphasis> table. In such a
row, replace <emphasis>CMSPortletInstance</emphasis> with a path to your CMS
resource. For example, by default, JBoss Portal displays
<filename>/default/index.html</filename>. Add a row containing the following
to the <emphasis role="bold">JBP_PORTAL_OBJECT_PROPS</emphasis>
table:
</para>
- <para> Go to the <emphasis
role="bold">JBP_PORTAL_OBJECT_PROPS</emphasis> table and add a row
containing:
+ <para>
<itemizedlist>
<listitem>
<para>
@@ -520,8 +520,7 @@
<note>
<title>Portlet Content Type and Path to the CMS Resource</title>
<para>
- You can change the portlet window content-type, and configure the path to the
CMS resource
- using the <guiicon>Admin</guiicon> portlet.
+ The <guiicon>Admin</guiicon> portlet can be used to change the
portlet window content-type, and configure the path to the CMS resource.
</para>
</note>
</para>
Show replies by date