Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

Is it possible to generate equals and compareTo methods for classes generated with jaxb

java jaxb equals

javax.xml.bind.PropertyException when jaxb marshalling

java xml maven jaxb marshalling

Using JAXB to unmarshall elements with varying/dynamic names

java xml serialization orm jaxb

Within CXF, why use any other binding than JAXB? (MTOM attachments, Aegis, XMLBeans,...)

Creating a valid XSD that is open using <all> and <any> elements

xsd jaxb

How to parse <foo value1="a" value2="b">value3</foo> with JAXB?

xml jaxb

Help troubleshooting JAXB unmarshalling NPE

How to add XML processing instructions during JAXB marshal

How can I generate java classes for xml deserialization using an xml schema?

java xsd jaxb

help please: xjc throws "Two declarations cause a collision in the ObjectFactory class"

How to make JAXB unmarshaller to ignore prefixes?

How to get a particular element through JAXB xml parsing?

java xml xml-parsing jaxb

How would I marshal a List of Jaxb Elements without making a wrapper class?

java xml jaxb

Jaxb: Generate constant value for fixed-value attribute

java xsd jaxb wsdl2java

JAXB Ant Task - Where to get JARs?

java ant jaxb

Several decimal for double in JAXB

java jaxb double decimal

JAXB Marshalling with xmldsig Signature

java xml security jaxb xml-dsig

com.sun.istack.SAXException2 : Instance ... is substituting "java.lang.Object", but ... is bound to an anonymous type

java xml jaxb jaxb2

xjc fails to generate classes when using bindings

java jaxb

Jersey implementing ContextResolver<JAXBContext> in Spring

json spring jaxb jersey