unmarshalling
JAXB Unable To Handle Attribute with Colon (:) in name?
I am attempting to use JAXB to unmarshall an XML files whose schema is defined by a DTD (ugh!). The external provider of the DTD has specified one of 开发者_如何学Pythonthe element attributes as xml:[详细]
2023-01-03 01:37 分类:问答Java XML Unmarshalling fails on ampersand (&) using JAXB
I have the following XML: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <details> ... <address1>Test&Address</address1>[详细]
2023-01-02 13:21 分类:问答Oracle 10g - JAXB unmarshalling is not working as expected
We\'re using Oracle 10g application server and deployed the Web service and trying to deploy the web service client. Server is working fine i.e.; marshalling is working fine. We\'re getting the output[详细]
2022-12-29 23:03 分类:问答Customizing error handling of JAXB unmarshall process
Assuming I have a schema that describes a root element class Root that contains a List<Entry> where the Entry class has a required field name.[详细]
2022-12-29 17:11 分类:问答Spring with Castor - Null Pointer Exception when initialising Application Context
I\'m trying to register my castor mapping files with spring and I appear to be getting a null pointer exception.[详细]
2022-12-22 17:47 分类:问答JiBX unmarshalling - is it possible to tell JiBX to ignore the order of elements?
Is there a way to get by this? For example, my XML: <group> <idExt>new group idext</idExt>[详细]
2022-12-21 03:06 分类:问答How to use JAXB to marshall/unmarshall a collection of MyBean
I have a MyBean annotated @XmlRootElement public class MyBean ... Marshalling/Unmarshalling MyBean w/o problems, e.g.[详细]
2022-12-20 19:18 分类:问答In-memory unmarshalling, from an XML string and its schema stored in a string too, possible?
Let\'s suppose I store an XML string into a variable String resp = new String(\"<?xml version=\\\"1.0\\\" encodin...\"开发者_如何学Python);[详细]
2022-12-17 04:53 分类:问答Java RMI (Server: TCP Connection Idle/Client: Unmarshalexception (EOFException))
I\'m trying to implement Sun Tutorials RMI application that calculates Pi. I\'m having some serious problems and I cant find the solution eventhough I\'ve been searching the entire web and several jav[详细]
2022-12-10 06:25 分类:问答Suitable XML Marshaller and Unmarshaller
We have an XML that needs to be converted to an object and vice versa. Something like Xstream does. Until now we were using Xstream to marshall and unmarshall the object/xml.[详细]
2022-12-08 19:10 分类:问答