[jboss-jira] [JBoss JIRA] Closed: (JBXB-76) optimize unmarshalling of arrays of repeatable particles
Alexey Loubyansky (JIRA)
jira-events at jboss.com
Mon Sep 25 11:45:01 EDT 2006
[ http://jira.jboss.com/jira/browse/JBXB-76?page=all ]
Alexey Loubyansky closed JBXB-76.
---------------------------------
Fix Version/s: JBossXB-1.0.0.CR7
(was: JBossXB-1.0)
Resolution: Done
Fixed.
> 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.0.CR7
>
>
> 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