Jettison version 1.2 has been released. The highlights of this release are:
- Refactored MappedXMLStreamWriter - which solved many issues with serializing arrays
- Plugable type converters and support for 64-bit long conversion
You can find the full change log for this release on the Download page. Enjoy!
Labels

1 Comment
Hide/Show CommentsJun 23, 2010
Nathan W
"Too many closing tags" problem
====
Hi, I ran into this problem, please see if there's a fix/workaround.
My RESTful interface is like this:
If I try to get the list thru RESTful interace in XML format, I get the following:
But if I try to get the list in JSON, I get exceptions:
I'm using jettison 1.2 with CXF 2.2.4.
Any input is highly appreciated.
Thanks,
Nathan