[ 
https://issues.apache.org/jira/browse/XMLBEANS-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568007#comment-17568007
 ] 

PJ Fanning commented on XMLBEANS-618:
-------------------------------------

Lots of other issues in Fruit.xsd

```
IO Error java.io.FileNotFoundException: .../Specs.xsd (No such file or 
directory)
Fruit.xsd:10:108: error: java.io.FileNotFoundException: .../Specs.xsd (No such 
file or directory)
Fruit.xsd:17:109: error: src-resolve: type 
'EntityType@http://xmlns.oracle.com/communications/project/fruit' not found.
Fruit.xsd:58:61: error: src-resolve: type 
'SpecsType@http://xmlns.oracle.com/communications/project/specs' not found.
```

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

Reply via email to