[
https://issues.apache.org/jira/browse/XMLBEANS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wma reopened XMLBEANS-553:
--------------------------
> xmlbeans 4.0.0 generated code from xsd incompatible with xmlbeans 4.0.0
> -----------------------------------------------------------------------
>
> Key: XMLBEANS-553
> URL: https://issues.apache.org/jira/browse/XMLBEANS-553
> Project: XMLBeans
> Issue Type: Bug
> Components: Compiler
> Affects Versions: Version 4.0.0
> Reporter: wma
> Assignee: Andreas Beeker
> Priority: Critical
> Labels: code-generation
> Attachments: xmlbeans-broken.zip
>
>
> When trying to update our project to xmlbeans 4.0.0, we discovered xmlbeans
> generates invalid source code.
> The generated code contains references to
> org.apache.xmlbeans.xml.stream.XMLInputStream which was deleted in xmlbeans
> 4.0.0
> Attached a simple maven project to simulate the situation. Using xmlbeans
> 3.1.0, there is no issue, updating to 4.0.0 and you have the problem.
>
> {quote}error: cannot find symbol
> public static org.broken.xmlbeans.xmlBeansBrokenSchema.xmlbeans.XmlBean
> parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
> org.apache.xmlbeans.XmlOptions options) throws
> org.apache.xmlbeans.XmlException,
> org.apache.xmlbeans.xml.stream.XMLStreamException {
> ^
> symbol: class XMLStreamException
> location: package org.apache.xmlbeans.xml.stream
> {quote}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]