[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-1468) In JIBX binding.xml, some field mappings for PageNavigaiton are missing

Minh Hoang TO (JIRA) jira-events at lists.jboss.org
Thu Sep 9 00:28:49 EDT 2010


In JIBX binding.xml, some field mappings for PageNavigaiton are missing
-----------------------------------------------------------------------

                 Key: GTNPORTAL-1468
                 URL: https://jira.jboss.org/browse/GTNPORTAL-1468
             Project: GateIn Portal
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: Minh Hoang TO


 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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list