users@jaxb.java.net

attributeFormDefault does NOT generate in package-info.java

From: sedo <sedo3d_at_gmail.com>
Date: Thu, 9 Oct 2008 01:12:23 -0700 (PDT)

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-tp19894359p19894359.html
Sent from the java.net - jaxb users mailing list archive at Nabble.com.