[
https://issues.apache.org/jira/browse/XMLBEANS-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557229#action_12557229
]
Gian Carlo Pace commented on XMLBEANS-359:
------------------------------------------
The document seems valid to me. Looking inside the xsd you can see
<xsd:element name="sst" type="CT_Sst">
<xsd:annotation>
<xsd:documentation>Shared String Table</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sst" type="CT_Sst">
<xsd:annotation>
<xsd:documentation>Shared String Table</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CT_Sst">
<xsd:sequence>
<xsd:element name="si" type="CT_Rst" minOccurs="0" maxOccurs="unbounded">
that should match the start of my xml
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
count="11" uniqueCount="11">
<si>
<t>Test spreadsheet</t>
</si>
...
Anyway I tryed out writing a little validation class it does not complains
about validation. A collegue of mine tried also to validate inside eclipse and
everything seems fine also to him.
So could you check if the validation inside xmlbeans is correct?
> While parsing an XML the domain model generated by XMLBeans claims to be
> empty even if the toString print out the loaded XML
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: XMLBEANS-359
> URL: https://issues.apache.org/jira/browse/XMLBEANS-359
> Project: XMLBeans
> Issue Type: Bug
> Affects Versions: Version 2.3
> Environment: MacOSX / jdk1.5
> Reporter: Gian Carlo Pace
> Priority: Minor
> Fix For: Version 2.3
>
> Attachments: bugTestCase.tar.gz
>
>
> Using XMLBeans I have created a domain of classes from the XSD (provided with
> the testcase) obtaining a JAR file.
> Than I tried to parse the XML expecting to have a a domain model loaded in
> memory with the XML values but as you can see looking at the test I wrote I
> expect to obtain a count attribute with value 11 but I always has a 0
> reposnse.
> This is the oupute of my test
> There was 1 failure:
> 1)
> testXMLBeansUnmarshalling(TestXMLBeansStuffs)junit.framework.AssertionFailedError:
> expected:<11> but was:<0>
> at
> TestXMLBeansStuffs.testXMLBeansUnmarshalling(TestXMLBeansStuffs.java:21)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> FAILURES!!!
> Tests run: 1, Failures: 1, Errors: 0
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]