schemagen Questions
3
Solved
According to Oracle documentation the schemagen tool is removed from the JDK as part of JEP 320 (http://openjdk.java.net/jeps/320).
That JEP points to Maven artifacts that now supply the missing to...
1
I am actually using a schema first approach, however I hit a roadblock with the "ominous" JAXB Map problem! and worked around it by switching to a code first approach for this one. Now I'd like to ...
Neilla asked 19/4, 2016 at 9:24
2
Solved
I'm trying to basically generate XSD schemas from my model classes annotated in JAXB using a Maven plugin. Here's the relevant code in my POM:
<plugin>
<groupId>com.sun.tools.jxc.mave...
3
Solved
When I try to use maven-jaxb-schemagen-plugin with java 7
<groupId>com.sun.tools.jxc.maven2</groupId>
<artifactId>maven-jaxb-schemagen-plugin</artifactId>
<version>1....
1
© 2022 - 2024 — McMap. All rights reserved.