jaxb2
JAXB: error unmarshalling element containing xsi:type with namespace
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[详细]
2023-04-12 20:20 分类:问答Running custom JAXB2 plugins using Maven JAXB 2.x Plugin
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[详细]
2023-04-12 12:43 分类:问答Debugging Spring-WS request from MessageDispatcher to Endpoint?
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[详细]
2023-04-12 11:07 分类:问答How to handle forward references of XML IDREF with JAXB XmlAdapter during unmarshal?
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:[详细]
2023-04-10 01:19 分类:问答Can JAXB marshal by containment at first then marshal by @XmlIDREF for subsequent references?
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[详细]
2023-04-09 06:34 分类:问答unmarshalling complex types with Jaxb2
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?[详细]
2023-04-08 14:36 分类:问答FOP failing to use data when used with JAXB
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[详细]
2023-04-08 00:47 分类:问答How to access jaxb:class element
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\"[详细]
2023-04-05 07:57 分类:问答Two classes have the same XML type name "objectFactory"
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.[详细]
2023-04-04 06:07 分类:问答JAXB2 Maven Plugin not reading Configuration
I am trying to generate some JAXB classes via my schema.I have my jaxb2 maven plugin configured the following way.[详细]
2023-04-02 08:28 分类:问答