Problems With XML Schema to Instance Conversion Program
-------------------------------------------------------

                 Key: XMLBEANS-452
                 URL: https://issues.apache.org/jira/browse/XMLBEANS-452
             Project: XMLBeans
          Issue Type: Bug
          Components: Tools
    Affects Versions: Version 2.5
         Environment: The problem is not platform specific and is reproducible 
on all environments
            Reporter: Saurabh
            Priority: Critical
             Fix For: unspecified


We get Instance out of a Schema Element using the createSampleForType method of 
org.apache.xmlbeans.impl.xsd2inst.SampleXmlUtil.
We have observed two problems
1. This program does not give a complete instance. If the number of child 
elements in the instance is large(Running into Thousands) then this program 
gives a truncated instance.
2. Elements in a XML Schema can have a "default" or "fixed" value. The instance 
generated by this program does not respect the "default" value as specified in 
the schema.

We overcame these two problems by changing 
org.apache.xmlbeans.impl.xsd2inst.SampleXmlUtil and we want to share the patch 
with you. You can review it and use it if you feel it is correct.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org

Reply via email to