Hi, I have a custom object with generics Triplet<t1, t2, t3>. Inside I have fields obj1, obj2 and obj3 with the usual getters and setters.
When I nest this pair object within a collection, say LinkedHashMap, it does not marshal correctly, giving me an empty LinkedHashMap element in the xml. Note: I'm not using an xml mapping file, just simply throwing the obj into Marshaller.marshal(). Is there anything that I need to have in order for it to work without a mapping file? Thanks and regards, Sean -- View this message in context: http://old.nabble.com/Marshal-custom-object-with-generics-tp30511077p30511077.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

