Java Architecture for XML Binding is the Java standard for working with XML as domain objects.
The code I'm working on is using jaxb2-maven-plugin from org.codehaus.mojo to generate Java classes from XSD schema. …
java maven jaxb2 jaxb2-basicsI have downloaded the Soap messages from a SOAP Service and trying to mock the Soap service by returning the …
java netbeans jaxb netbeans-7 jaxb2I'm using Apache CXF 2.7.3, and running into a namespace issue that I really don't understand. I've tried extensively to search …
java web-services cxf jaxb2 java-wsI am coming from Node.js background and have quite a good understanding of RESTful web services. Now I am …
java rest jersey jersey-2.0 jaxb2My Jaxb has created a Enum class based on the XML schema set up. **enum Fruit { APPLE,ORANGE; }** I am …
web-services soapui jaxb2JAXB simple binding mode modifies collection names to their plural 'version', e.g. "additionalData" becomes "additionalDatas". Is there any solution …
java jaxb java-metro-framework jaxb2I'm having a strange problem when trying to run a maven build that uses the jaxb2 plugin to do JAXB …
java maven-2 classcastexception jaxb2When I use @XmlSchema(attributeFormDefault = XmlNsForm.QUALIFIED, ...) or@XmlAttribute(namespace = "sample.com/y", ...) JAXB ignores @XmlSchema(namespace = "sample.com/x", ...) …
jaxb jaxb2 moxyI have a xml file created using jaxb. I need to validate it against a xsd document. Is it possible …
jaxb jaxb2 xml-validation