Cesar,
 
coan you please open a new issue (flagged as bug) at 
http://jira.codehaus.org/browse/CASTOR, and attach a unified pacth (if 
possible). And if you provided us with a small test case that shows the problem 
you were (are) originally experiencing (and that will be fixed by applying your 
patch), that would be even better.
 
Thanks
Werner Guttmann
 
________________________________

From: César Toscano [mailto:[EMAIL PROTECTED] 
Sent: Freitag, 10. Februar 2006 11:00
To: [email protected]
Subject: [castor-dev] Bug detected in Marshaller



        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
        
        
        


-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to