You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org> on 2007/07/02 06:40:04 UTC

[jira] Resolved: (WSCOMMONS-195) Min- and maxOccurs not set for sequences and group references

     [ https://issues.apache.org/jira/browse/WSCOMMONS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajith Harshana Ranabahu resolved WSCOMMONS-195.
-----------------------------------------------

    Resolution: Fixed

This bug is fixed in the trunk

> Min- and maxOccurs not set for sequences and group references
> -------------------------------------------------------------
>
>                 Key: WSCOMMONS-195
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-195
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: XmlSchema
>         Environment: WinXP
>            Reporter: Markus Schuch
>
> The minOccurs and maxOccurs attributes of the particles sequence and group references are always 1.
> In the method handleChoice(...) in the SchemaBuilder for example the attributes of the choice particle are set correctly:
> choice.minOccurs = getMinOccurs(choiceEl);
> choice.maxOccurs = getMaxOccurs(choiceEl);
> In the methods handleSequence(...) and handleGroupRef(...) these statements are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org