This is probably a bug in JAXB. You would need to log a bug with them: https://jaxb.dev.java.net/issues/
That said, attributeFormDefault="unqualified" is the default. If it's unspecified, that's what the behavior would be. Dan On Wednesday 08 October 2008, 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? -- J. Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
