Tags: jibx
Supplied root object of class * cannot be marshalled without top-level mapping
April 22nd, 2009Came up against a problem with (JibX) marshalling an object down to XML. Part of the problem was not finding any reference to what the error message means. So for future generations I've documented it here. The error message is:
org.springframework.ox… more »
Serializing and Deserializing custom objects using JiBX
December 16th, 2008JiBX is a framework for binding XML data to Java objects (I stole that from their website!). There are a standard set of converters in the JiBX library that will help you convert your own classes to XML. There is a bit more information in the conversions… more »
Collection item of type X has no binding defined
November 10th, 2008I've been doing a lot of work recently with the SpringFramework. It helps with all aspects of building a large scale application by, among other things, providing a generic exception hierarchy which is used by all the component modules. The upshot of thi… more »