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


Reply via email to