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 "Markus Schuch (JIRA)" <ji...@apache.org> on 2007/04/15 22:23:15 UTC

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

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


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

Posted by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org>.
     [ 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