Sebastien Dumais writes:
 > Hi everybody,
 > 
 >      I've updated my Castor CVS tree with and now I can't marshall fields
 > that are collection with
 > Vector. The new Marshaller.java (v1.78) has a new block for if(savetype)
 > ... (around line 675) and this
 > block asks for an xmlName for a VectorClassDescriptor (which is null)
 > and then for a classDescriptorEnumeration which is also null because we
 > can't get the enumeration for a null name. 
 > 
 >      Then, it tries to enumerate the class descriptors, which is impossible
 > because the enumeration is null. In the version 1.76, the block checked
 > if there was a descriptor retured and acted accordingly. I don't really
 > understand what this code does so I don't really want to change it so I
 > simply reverted back to 1.76, but I wanted to make sure it is known that
 > the change (which appeared in 1.77) had unintended effects. 

Hi Sebastien,

I rewrote the 'xsi:type' some times ago, and I probably missed (again
:-) something.

Could you give me some more information on how do you use Castor (like
do you have a mapping file or use the introspection) so I can reproduce
your bug.

Seb

-- 
 I feel like I'm diagonally parked, in a parallel universe.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to