I am using the wsdl2java utility to generate the jaxb classes from the cxf 2.3.1 binary package. I'm having a problem with it. It is generating the @XmlElementRef annotation with the required attribute.
The project is configured via Maven and pulls it's dependencies from central. When I reviewed the dependencies on cxf 2.3.1 I noticed that it depends on JAXB 2.1.13 where as the binary package uses JAXB 2.2.1.1. Why the discrepancy? Should I be using the cxf-codegen maven plugin instead of wsdl2java that is packaged with the 2.3.1 binary release? Thanks, Dale. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-3-1-dependency-problems-tp3343676p3343676.html Sent from the cxf-user mailing list archive at Nabble.com.
