If I have the following schema: <xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" targetNamespace=\"test\" xmlns=\"test\" version=\"1.0\" elementFormDefault=\"unqualified\" attributeFormDef
I would like to generate JAXB Java classes using the Maven JAXB 2.x plugin http://static.highsource.org/mjiip/maven-jaxb2-plugin/generate-mojo.html
Is there a way to debug step-by-step what happens on a web service request in Spring-WS from the time the request is sent to the MessageDispatcher until it reaches my Endpoint (including EndpointMappi
Is it possible to handle forward references of XML IDREF elements in JAXB XmlAdapter during the unmarshal process? For example, I have the following XML complexType:
I\'m wondering if it\'s possible to annotate my classes so that the first time the marshaller encounters an object, it generates an XML element of the appropriate type, but any subsequent reference to
Hi I have following XML and java classes when I unmarshall using JAXB2 processor using Spring OXM framework I am getting all null values. Any idea?
I\'m generating a document using FOP (0.95) by passing a source XML file created using JAXB (2.2.13), when I run it I get a virtually empty PDF (it looks like I\'d expect if no data was supplied in th
How do I get the jaxb:class element to show? I currently have the following xsd: <xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"
We have been using JAXB 2.1 for a long time in our system. We have a platform that is built with Ant and generates a bunch of bundles that are deployed in an OSGi runtime. We use Java SE 6.
I am trying to generate some JAXB classes via my schema.I have my jaxb2 maven plugin configured the following way.