[ https://issues.apache.org/jira/browse/XMLBEANS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wma updated XMLBEANS-553: ------------------------- Description: 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} was: 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. > 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 > Priority: Blocker > 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: [hidden email] For additional commands, e-mail: [hidden email] |
Free forum by Nabble | Edit this page |