Author: mmcallis
Date: 2008-04-14 01:12:34 -0400 (Mon, 14 Apr 2008)
New Revision: 10569
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migration.xml
Log:
4.1. Manual Upgrade
- minor revisions (JBPORTAL-1972)
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-14
04:30:01 UTC (rev 10568)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/migration.xml 2008-04-14
05:12:34 UTC (rev 10569)
@@ -462,7 +462,7 @@
<sect2>
<title>CMS</title>
<para>
- In JBoss Portal 2.6 versions, the way the CMS content is displayed changed
significantly. For further information, please refer to <xref
linkend="contentintegration"/> and <xref
linkend="cmsPortlet"/>. Currently there is no need to have more than one
instance of the <emphasis>CMSPortlet</emphasis>. The portlet window displays
CMS content, not by referring to that portlet instance, but by having the proper
<emphasis>content-type</emphasis> defined. The following configuration is in
the <filename>jboss-portal.sar/conf/data/default-object.xml</filename> file:
+ In JBoss Portal 2.6 versions, the way the CMS content is displayed changed
significantly. For further information, refer to <xref
linkend="contentintegration"/> and <xref
linkend="cmsPortlet"/>. Currently there is no need to have more than one
instance of the <emphasis>CMSPortlet</emphasis>. The portlet window displays
CMS content, not by referring to that portlet instance, but by having the proper
<emphasis>content-type</emphasis> defined. The following configuration is in
the <filename>jboss-portal.sar/conf/data/default-object.xml</filename> file:
</para>
<para>
<screen><![CDATA[
@@ -473,12 +473,12 @@
<content-uri>/default/index.html</content-uri>
</content>
<region>center</region>
- <height>0</height>
+ <height>1</height>
</window>]]>
</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 CMS 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 <emphasis
role="bold">PK</emphasis> column. The <emphasis
role="bold">PK</emphasis> number is needed in the following steps:
</para>
<para>
<mediaobject>
@@ -514,7 +514,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
+ You can change the portlet window content-type, and configure the path to the
CMS resource
using the <guiicon>Admin</guiicon> portlet.
</para>
</note>
Show replies by date