Top "Maven-jaxb2-plugin" questions

This Maven 2 plugin wraps the JAXB 2.x XJC compiler and provides the capability to generate java sources from schemas.

Jaxb: Two declarations in a wsdl cause a collision in the objectFactory class

I want to work with the Affilinet API. One WSDL File of it is here: Affilinet AccountService.wsdl I use …

java affiliate maven-jaxb2-plugin
Generating JAXB class from XSDs with similar attribute names

I use maven-jaxb2-plugin to generate jaxb annotated classes from xsd. I have many xsd files like those: <?xml …

java xml xsd jaxb2 maven-jaxb2-plugin
AutoNameResolution in maven-jaxb2-plugin

I am not able to get AutoNameResolution to work in maven-jaxb2-plugin. Below is my pom file <plugin> &…

java maven cxf maven-jaxb2-plugin
packagename doesnt contain ObjectFactory.class or jaxb.index

While deploying my project to a tomcat-server, I get constantly this exception: Caused by: org.springframework.beans.factory.BeanCreationException: Error …

spring maven jaxb jaxb2 maven-jaxb2-plugin
jaxb2 maven plugin, define multiple schema files in separate tags

I'm using maven jaxb2 plugin to generate Java classes from xsd files. Recently i faced problem, my schema files list …

java xsd maven-plugin jaxb2 maven-jaxb2-plugin