[jboss-jira] [JBoss JIRA] Created: (JBXB-76) optimize unmarshalling of arrays of repeatable particles

Alexey Loubyansky (JIRA) jira-events at jboss.com
Fri Aug 4 10:58:12 EDT 2006


optimize unmarshalling of arrays of repeatable particles
--------------------------------------------------------

                 Key: JBXB-76
                 URL: http://jira.jboss.com/jira/browse/JBXB-76
             Project: JBoss XML Binding (JBossXB)
          Issue Type: Feature Request
    Affects Versions: JBossXB-1.0.0.CR6
            Reporter: Alexey Loubyansky
         Assigned To: Alexey Loubyansky
             Fix For: JBossXB-1.0


When an repeatable XSD term (element, model group or wildcard) is bound to a field of an array type, the current implementation acts inefficient.
Each time the term is unmarshalled, the array which is the value of the field is recreated to add the just unmarshalled particle. Instead, repeatable terms should be recognized, the array items should be collected in a temp collection and the final array should be created when the last repeated term is unmarshalled.

-- 
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