Tomáš Kraus
Tomáš Kraus
Per request of Martin Grebac, I am filing the question from the jaxb-users list (at the URL, but also reproduced here) as a specification question. Please advise if more or...
Hi. javax.xml.bind.JAXBElement currently does not override equals(...) and hashCode() methods. Since this class is used to wrap "real" values, it is desirable to implement these methods so that they take...
JAXB 2.0 has no provision of handling any collection class as a top-level object. It can only handle them as properties of beans. To use jax-ws without the need for...
Currently, @XmlElementWrapper is only allowed on Collection properties. It would be useful to allow this annotation on any property to supported nested XML that doesn't necessarily make sense in the...
Hi folks, I need to define my own Classloader, and because in the JAXB-API is no method like: public static JAXBContext newInstance(Class..., ClassLoader) and only one like: public static JAXBContext...
JAXB spec should be updated to support new JDK8 Date/Time apis
The new StAX API's on javax.xml.bind.Marshaller are underspecified. They need to explain when/if document level events are generated on the XMLStreamWriter/XMLEventWriter. #### Environment Operating System: All Platform: All URL: [https://jsr222.dev.java.net/nonav/api/javax/xml/bind/Marshaller.html](https://jsr222.dev.java.net/nonav/api/javax/xml/bind/Marshaller.html)...
Submitted by David Bau, entered initially by Joe Fialli For javax.xml.datatype.Duration and javax.xml.datatype.XMLGregorianCalendar, the parser methods have a parameter of type String. To enable efficient implementations that take advantage of...
xjc generates code that does not properly autobox when 'generateIsSetMethod' is used. I reported this for integers as issue 667, but that could be worked around with an isSet method....
Hi, We are Celtix team[1], and we are using JAXB 2.0 EA3. But with the attached testcase, we have the following errors throwed from JAXB RI. [java] Parsing schema error:...