[
https://issues.apache.org/jira/browse/XMLBEANS-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567966#comment-17567966
]
Annapurna Theerthala commented on XMLBEANS-618:
-----------------------------------------------
Hi Fanning,
I have attached the xsd with (modifying our project and some specification
names) the issue we observed was specific to xsd:anyType only. We even cross
checked if it could be a xmlbeans classloader issue, and verified with the
debug point stepping into "JavaListXmlObject" file which was not in xmlbeans
2.x and present in xmlbeans 5.x.
We are using getter and setter only, not able to figure out why only anyType is
failing.
Thanks,
Annapurna
> Upgrade to xmlbeans-5.0.3 causing application error.
> ----------------------------------------------------
>
> Key: XMLBEANS-618
> URL: https://issues.apache.org/jira/browse/XMLBEANS-618
> Project: XMLBeans
> Issue Type: Bug
> Reporter: Annapurna Theerthala
> Priority: Major
> Attachments: Fruit.xsd
>
>
> Below is my xyz.xsd content through which we generate our code.
> <xs:schema
> targetNamespace="xyz"
> xmlns:invprop="http://xmlns.oracle.com/communications/inventory/property"
> --------------
> <xs:import
> namespace="http://xmlns.oracle.com/communications/inventory/property"
> schemaLocation="Property.xsd"/>
> <xs:complexType name="someType">
> <xs:sequence>
> <xs:element name="property" type="invprop:PropertyType"
> nillable="true" minOccurs="0" maxOccurs="unbounded">
> ................
> </xs:element>
> </xs:schema>
> in xmlbeans-2.6.0.jar
> XYZImpl$PropertyList.class would also get generated which is a final class
> extending AbstractList of xsd
> example: final class PropertyList extends AbstractList<Xyz> {
> in xmlbeans-5.0.3.jar the generated code miss this causing issues in our
> applciation. Can someone help me out on solving this
> run time log shows : <WS data binding error>could not find getter for
> property ........
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]