Top "Jaxb" questions

Java Architecture for XML Binding is the Java standard for working with XML as domain objects.

Using JAXB with Google Android

I need to parse the java-objects which are passed through xml. I want to use for these purposes JAXB framework, …

android jaxb
Could not find MessageBodyWriter for response object of type: java.util.ArrayList of media type: text/html - in Resteasy

I am developing RESTEasy Example. In this example I am using all latest dependencies and deploying om tomcat 8.x version. …

java jaxb resteasy
JAXB marshals XML differently to OutputStream vs. StringWriter

I apologize if this has been answered, but the search terms I have been using (i.e. JAXB @XmlAttribute condensed …

java xml jaxb java-metro-framework
How can I solve "java.lang.LinkageError: loader constraint violation" during execute Jersey 1.6 & axis2 1.3 in one web application?

I already have soap based web service running with axis2 1.3. These day, we have a plan to develop RESTful web …

jboss jaxb axis2 jersey
Prevent XXE Attack with JAXB

Recently, we had a security audit on our code, and one of the problem is that our application is subject …

java security jaxb ws-security xxe
Supplying a different version of JAXB for JAX-WS in Java 1.6

I have a third party jar that ships with a jaxb-impl.jar and includes it in its manifest classpath. The …

java web-services jaxb jax-ws
Is it possible to generate a XSD from a JAXB-annotated class?

I've written a number of classes using JAXB for serialization and I was wondering if there was a way to …

java xsd jaxb
how to marshal a JAXB object to org.w3c.dom.Document?

This gives me a Document object with a top level node with no child nodes: public static Document getDocument(Object …

java xml dom jaxb marshalling
Customising JAX-WS prefix of a SOAP response

Goal I'm implementing a web service for quite an old (but sadly unchangeable) interface. I have an issue where the …

java soap jaxb jax-ws
How to use a class customization to resolve file generating conflicts

I am trying to use Maven to generate JAXB files to be used by Spring framework, but Maven displays following …

java spring maven jaxb wsdl