[JBoss JIRA] Created: (GTNPORTAL-1468) In JIBX binding.xml, some field mappings for PageNavigaiton are missing
by Minh Hoang TO (JIRA)
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
15 years, 3 months
[JBoss JIRA] Created: (GTNWSRP-197) Consumer is expecting registration property even if it was removed from producer configuration
by Michal Vanco (JIRA)
Consumer is expecting registration property even if it was removed from producer configuration
----------------------------------------------------------------------------------------------
Key: GTNWSRP-197
URL: https://issues.jboss.org/browse/GTNWSRP-197
Project: GateIn WSRP
Issue Type: Bug
Components: Consumer, Producer
Affects Versions: 2.0.0-GA
Environment: EPP5.1.0 GA
Reporter: Michal Vanco
Assignee: Chris Laprun
Fix For: 2.1.0
There is my scenario:
- add registration property 'test' in producer configuration
- register new consumer, 'test' property is expected
- remove consumer
- remove registration property from producer configuration
- register consumer once more, 'test' property is expected again
Looks like there is an issue in persistence of producer configuration, this one can be related to GTNWSRP-5
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months