[
https://issues.apache.org/jira/browse/XMLBEANS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17279028#comment-17279028 ]
PJ Fanning edited comment on XMLBEANS-553 at 2/4/21, 6:24 PM:
--------------------------------------------------------------
```
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
```
[~wma] this maven plugin is nothing to do with Apache XMLBeans - see the groupId – can you see about getting that fixed or reconfigured?
[
https://mvnrepository.com/artifact/org.codehaus.mojo/xmlbeans-maven-plugin/2.3.3] has the plugins ancient dependencies
was (Author: pj.fanning):
```
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId> <artifactId>xmlbeans-maven-plugin</artifactId>
```
[~wma] this maven plugin is nothing to do with Apache XMLBeans - see the groupId – can you see about getting that fixed or reconfigured?
> 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:
[hidden email]
For additional commands, e-mail:
[hidden email]