Hide Forgot
Date of First Response: 2009-12-10 08:53:46 Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/373656 project_key: JBEPP The following deployment descriptor example does not match the JBoss Portlet 2.6 DTD: <portlet> <portlet-name>MyPortlet</portlet-name> <remotable>true</remotable> <trans-attribute>Required</trans-attribute> </portlet> It should be changed to: <portlet> <portlet-name>MyPortlet</portlet-name> <remotable>true</remotable> <transaction> <trans-attribute>Required</transaction> <transaction> </portlet> This can be found in Chapter 6.1.1 and in Appendix C of the Reference Guide, as well as in the jboss-portlet_2_6.dtd file: Chapter 6.1.1: http://www.redhat.com/docs/en-US/Enterprise_Portal_Platform/4.3/html/Reference_Guide/xmldescriptors.html#d0e1766 Appendix C: http://www.redhat.com/docs/en-US/Enterprise_Portal_Platform/4.3/html/Reference_Guide/jbossPortletDTD.html
The sentence above the deployment descriptor example in Chapter 6.1.1 is incorrect, too: "The following is an example section from a WEB-INF/portlet.xml file..." should be corrected to: "The following is an example section from a WEB-INF/jboss-portlet.xml file..."
Resolved in between, but I just fixed that as well. Thanks :)