[
https://issues.apache.org/jira/browse/XMLBEANS-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568002#comment-17568002
]
PJ Fanning commented on XMLBEANS-618:
-------------------------------------
Fruit.xsd is invalid -- type="invconfig:AssignmentStateEnum" does not work
because no invconfig namespace is declared.
> 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]