Tomáš Kraus

Results 236 issues of 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...

enhancement
Major

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...

enhancement
Major

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...

enhancement
Major

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...

enhancement
Major

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...

enhancement
Major
4.1

JAXB spec should be updated to support new JDK8 Date/Time apis

enhancement
Critical

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)...

enhancement
Major
bind framework

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...

enhancement
datatypes
Major

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....

bug
Major

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:...

bug
Major