[jboss-jira] [JBoss JIRA] Resolved: (JBPORTAL-808) Check WSRP type definition to check for non-nillable values
Chris Laprun (JIRA)
jira-events at jboss.com
Thu Jan 11 16:34:29 EST 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-808?page=all ]
Chris Laprun resolved JBPORTAL-808.
-----------------------------------
Resolution: Done
Assignee: (was: Chris Laprun)
> Check WSRP type definition to check for non-nillable values
> -----------------------------------------------------------
>
> Key: JBPORTAL-808
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-808
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal WSRP
> Affects Versions: 2.4 Final
> Reporter: Chris Laprun
> Fix For: 2.6.Alpha1
>
> Original Estimate: 2 hours
> Time Spent: 1 hour
> Remaining Estimate: 3 hours
>
> JBoss WS stack creates default value for nillable WSDL elements. If no valid value is provided for a non-nillable element, this will cause an error about elements being out of sequence.
> Example:
> From wsrp_v1_types.xsd, a valid markup request conforms to the getMarkup element:
> registrationContext (nillable), portletContext, runtimeContext, userContext (nillable), markupParams.
> runtimeContext is non-nillable. If no valid runtimeContext is provided when creating the getMarkup object, the WS stack will not emit an element for runtimeContext whereas one will be for userContext (which is nillable), resulting in the WS complaining about userContext not being in the right position in the sequence.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list