Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

Include JAXB using Maven

Customising JAX-WS prefix of a SOAP response

java soap jaxb jax-ws

javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:""). Expected elements are

java xml jaxb xjc

How to get String representation of XmlType?

java xml jaxb

JAXB compiler is binding xs:boolean to Java Boolean wrapper class, instead of boolean primitive type

java xml xsd jaxb xjc

Header Tag in XML using JAXB

java jaxb

@XmlElementWrapper for unwrapped collections

java xml jaxb

JAXB Mapping cyclic references to XML

jaxb bindingx.xml "results in too many target nodes"

xpath jaxb xsd

How do I improve performance of application that uses the JAXBContext.newInstance operation?

java xml jaxb

Nor any of its super class is known to this context

java debugging jaxb

Exception in thread "main" javax.xml.bind.PropertyException: name: eclipselink.media-type value: application/json

java json jaxb eclipselink moxy

IllegalAnnotationsException: Class has two properties of same name

java xml web-services jaxb

ErrorListener missing when using maven-jaxb-plugin with eclipse and m2e

Maven jaxb2:xjc failing to generate code

maven build jaxb xjc

A message body writer for Java class java.util.ArrayList...and MIME media type text/xml was not found

java xml rest jaxb jersey

How to generate @XmlRootElement Classes for Base Types in XSD?

java xsd jaxb xjc

Get rid of JAXBElement in classes generated by wsimport called from ant

Can I force JAXB not to convert " into ", for example, when marshalling to XML?

How to let JAXB render boolean as 0 and 1, not true and false

java jaxb boolean