]
Trong Tran updated GTNPORTAL-1468:
----------------------------------
Labels: portal-s45 sprint_39 (was: sprint_39)
In JIBX binding.xml, some field mappings for PageNavigaiton are
missing
-----------------------------------------------------------------------
Key: GTNPORTAL-1468
URL:
https://issues.jboss.org/browse/GTNPORTAL-1468
Project: GateIn Portal
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: Minh Hoang TO
Assignee: Minh Hoang TO
Priority: Minor
Labels: portal-s45, sprint_39
Original Estimate: 1 hour
Remaining Estimate: 1 hour
Find below the JIBX mapping for PageNavigation, taken from binding.xml in the artifact
web.component.portal
<mapping name="node-navigation"
class="org.exoplatform.portal.config.model.PageNavigation">
<structure name="owner-type" usage="optional"/>
<structure name="owner-id" usage="optional"/>
<value name="priority" field="priority"
usage="optional"/>
<collection name="page-nodes" field="pageNodes"
usage="optional"
item-type="org.exoplatform.portal.config.model.PageNode"/>
</mapping>
It should be
<mapping ...>
<structure name="owner-type" field="ownerType" usage
="optional"/>
<structure name="owner-id" field="ownerId"
usage="optional"/>
</mapping>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: