I'm writing documentation for how to write services and got to a point
where I have to say "Do not use HashMap's in any of your services as CXF +
JAXB does not support serializing HashMaps". I'd rather not have to say
that - are there any examples out there of how to get HashMaps to serialize
using CXF + JAXB?

I've seen the XmlAdapter stuff out there but that doesn't suit my needs for
two reasons:

1) We don't use annotations
2) We want to use HashMaps, not pseudo-maps

I may be misunderstanding the solutions pointed out in the articles, if so
please help me see the light!

Regards,
Kaleb

Reply via email to