I am using Apache CXF cxf-codegen-plugin Maven plugin to generate sources from WSDL file. Problem is that I get JAX
Apache CXF
cxf-codegen-plugin
Maven
WSDL
JAX
What I had to do is to wrap jaxb:globalBindings with another jaxb:bindings.
jaxb:globalBindings
jaxb:bindings
Now everything is working, there is no JAXBElement generated anymore.
JAXBElement