unmarshalling
How to debug marshaling in JAXB?
During marshaling I got next exception Exception in thread \"main\" com.sun.xml.internal.ws.encoding.soap.DeserializationException: Failed to read a response: javax.xml.bind.UnmarshalException[详细]
2023-03-20 05:31 分类:问答jaxb umarshalling problem: can not get the attributes on empty xml tags
I have to unmarshal a xml-soap string to 开发者_开发知识库a Java object using JAXB. The XML contains a lot of empty tags with filled attributes, for instance most information in the message is relayed[详细]
2023-03-17 01:28 分类:问答RESTEasy json JAXB unmarshalling issue
I writing small Tweeter like application in Play! with simple REST API using RESTEasy. I have a simple resource:[详细]
2023-03-16 16:16 分类:问答JAXB partial-unmarshalling Elements without @XMLRootElement
I am using the partial-unmarshalling example of JAXB, but I am unable to unmarshal XML-Elements which are not on the root-level (cause they don\'t have an @XmlRootElement tag). In my example I tried t[详细]
2023-03-15 06:51 分类:问答Unmarshalling an xml element which is not part of namespace
I have an xml response coming from a webservice: <ns2:response xmlns:ns2=\"http://abc.com\"> <ns2:msgHeader>[详细]
2023-03-13 06:00 分类:问答Help troubleshooting JAXB unmarshalling NPE
I am working with an API which I do not have control on, which returns XMLs. Basically I have directory object that can contain multiple directory and file objects which are not wrapped by any tag, am[详细]
2023-03-13 00:32 分类:问答Unmarshalled Objects null with XMLBeans on Glassfish 2.1 with JDK 1.6
I am using XJC Maven plugin with XMLBeans binding to generate code from WSDL + XSD. The code is deployed on Glassfish 2.1.1 running on JDK 1.6[详细]
2023-03-12 14:19 分类:问答Inconsistent unmarshalling with MOXy
I\'m using MOXy to unmarshal a relatively simple XML document, but I\'m getting inconsistent behavior. The document consists of two elements with basic information (a name and date) followed by a list[详细]
2023-03-07 07:36 分类:问答JAXB value of a complex type
**Edit - in the end I removed the abstract extension to get this to function,the answer below from Blaise then works[详细]
2023-03-03 08:45 分类:问答Invalid XML Character During Unmarshall
I am marshalling objects to XML file using encoding \"UTF-8\". It generates file successfully. But when I try to unmarshal it back, there is an error:[详细]
2023-03-01 18:37 分类:问答