Be sure to include the jaxb-impl.jar in your project. You can download it, for example, here: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.4/jaxb-impl-2.2.4.jar
If you are using Maven, you can include this as a dependency, otherwise upload the file and add it as a library to your project.
If you need another version of the library, move up one directory in the link I added above, you can also find other versions.
If you want to automate the creation of a class, since you regularly change the scheme, you should automate this process, for example, through Maven.
nwinkler
source share