Lucas Ponce created GTNPORTAL-3314:
--------------------------------------
Summary: Import page fails in pages.xml with empty <preferences>
element
Key: GTNPORTAL-3314
URL:
https://issues.jboss.org/browse/GTNPORTAL-3314
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Lucas Ponce
Assignee: Lucas Ponce
Importing a page.xml:
<page>
<name>Tab_Default</name>
<title>Tab_Default</title>
<portlet-application>
<portlet>
<application-ref>dashboard</application-ref>
<portlet-ref>DashboardPortlet</portlet-ref>
<preferences/>
</portlet>
<access-permissions>Everyone</access-permissions>
<show-info-bar>false</show-info-bar>
<show-application-state>true</show-application-state>
</portlet-application>
</page>
AbstractMarshaller fails when processing <preferences/> empty tag.
This case is used in template/user/pages.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira