Open Tomas-Kraus opened 17 years ago
This is the feature request as described in the forums (did not see a RFE submitted for htis):
http://forums.java.net/jive/message.jspa?messageID=195842
I need to apply a binding rule to multiple attribute declarations in an XML schema (particular with JAX-WS).
The purpose of this is to build a general-purpose binding to fix the problems described in: https://jaxb.dev.java.net/nonav/issues/showattachment.cgi/125/NoJAXBElementCusto mization220.txt
What I would like to do is this:
</jaxws:bindings> </jaxws:bindings>
I have tried to apply the generateElementProperty to the entire document (both via a property tag and the global tag), but then I get errors like:
NAServerSolverParams.class: warning: Cannot find annotation method 'value()' in type 'javax.xml.bind.annotation.XmlSeeAlso'
Operating System: All Platform: All
[2.1.1]
@glassfishrobot Commented Reported by jschek
@glassfishrobot Commented Was assigned to jaxb-issues
@glassfishrobot Commented This issue was imported from java.net JIRA JAXB-408
This is the feature request as described in the forums (did not see a RFE submitted for htis):
http://forums.java.net/jive/message.jspa?messageID=195842
I need to apply a binding rule to multiple attribute declarations in an XML schema (particular with JAX-WS).
The purpose of this is to build a general-purpose binding to fix the problems described in: https://jaxb.dev.java.net/nonav/issues/showattachment.cgi/125/NoJAXBElementCusto mization220.txt
What I would like to do is this:
</jaxws:bindings> </jaxws:bindings>
I have tried to apply the generateElementProperty to the entire document (both via a property tag and the global tag), but then I get errors like:
NAServerSolverParams.class: warning: Cannot find annotation method 'value()' in type 'javax.xml.bind.annotation.XmlSeeAlso'
Environment
Operating System: All Platform: All
Affected Versions
[2.1.1]