If no one here can answer your question, you may want to try the JAXB list: http://www.nabble.com/java.net---JAXB-f13496.html
sedo wrote: > > Hi, > problem: > wsdl declares that elementFormDefault="qualified" and > attributeFormDefault="unqualified", > generated code using wsdl2java tool does NOT contain annotation about > attributeFormDefault in package-info.java file. There is only > elementFormDefault.. > I'am using some binding (to change package names and to map some types to > DOM representation) > > This causes me problems. I need to generated code - package-info.java > contains also this annotation > attributeFormDefault = javax.xml.bind.annotation.XmlNsForm.UNQUALIFIED > > can you help me? > how can i tell jaxb to generate this annotation? > -- View this message in context: http://www.nabble.com/attributeFormDefault-does-NOT-generate-in-package-info.java-tp19878272p19881095.html Sent from the cxf-user mailing list archive at Nabble.com.
