Hi developpers I was trying to use CastorMapper and found a bug in org.exolab.castor.xml.Marshaller (line 2312). I replaced the line else if (attDescriptor.isMultivalued()) { by else if (attDescriptor.isMultivalued() && (value != null)) { and it appears this has resolved the issue. Can this be changed in the next release? Thank you César |
- [castor-dev] Bug detected in Marshaller César Toscano
- RE: [castor-dev] Bug detected in Marshaller Werner Guttmann
- Re: [castor-dev] Bug detected in Marshaller César Toscano