Author: thomas.heute(a)jboss.com
Date: 2009-01-14 15:53:21 -0500 (Wed, 14 Jan 2009)
New Revision: 12510
Modified:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/migration.xml
Log:
Doesn't validate as-is, thank you Gregor !
Modified: docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/migration.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/migration.xml 2009-01-14
20:41:00 UTC (rev 12509)
+++
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/migration.xml 2009-01-14
20:53:21 UTC (rev 12510)
@@ -33,6 +33,12 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2...
http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
version="2.0">
+ <portlet>
+ <description>My foo portlet</description>
+ <portlet-name>MyFooPortlet</portlet-name>
+ ...
+ </portlet>
+
<filter>
<filter-name>JBoss Portlet Filter</filter-name>
<filter-class>org.jboss.portlet.filter.JBossPortletFilter</filter-class>
@@ -45,13 +51,7 @@
<portlet-name>MyFooPortlet</portlet-name>
</filter-mapping>
-
- <portlet>
- <description>My foo portlet</description>
- <portlet-name>MyFooPortlet</portlet-name>
- ...
- </portlet>
-</portlet-app>
+ </portlet-app>
]]></programlisting>
<para>By not adding this filter on a portlet using
JBossActionRequest/JBossActionResponse, an error message such as: