MOXy is the object-to-XML and object-to-JSON component of EclipseLink.
I have the following XML structure, which is modelling a single concept across multiple XML elements. This format is not …
java xml jaxb eclipselink moxyI have some experience using Jersey < 2.0. Now I am trying to build a war application to provide a JSON …
java json web-services moxy jersey-2.0I'm attempting to follow the example located here but get an javax.xml.bind.PropertyException. I receive this exception because …
java json jaxb eclipselink moxyI have REST (Jersey) webservice that makes use of some data objects that are marshalled/unmarshalled to/from XML. The …
properties jaxb eclipselink moxyHere are my classes: @XmlRootElement(name="Zoo") class Zoo { //@XmlElementRef public Collection<? extends Animal> animals; } @XmlAccessorType(XmlAccessType.FIELD) @…
java json moxyI'm trying to consume a web service exposed by a provider. The Provider has a strict checking at his end …
xml web-services jaxb jax-ws moxyI am trying to create JAXB binding for xccdf-1.1.4.xsd which is a standard schema that can be obtain from …
jaxb eclipselink moxy