Can you please try ...

<field name = "alias" type = "string" collection="array">
   <bind-xml name="name" location="alias" />
</field>

and see whether this makes a difference.

Regards
Werner

lingan wrote:
> Hi 
> I am trying to convert xml to java Object .
> I am having some problem with array .
> 
> Mapping
> --------
> <field name = "alias" type = "string" collection="array">
>                      <bind-xml name="alias" />
>               </field>
> 
> 
> XML 
> ----
> 
> <alias>
>               <name>Tom</name>
>               <name>Pal</name>
>       </alias>
> 
> Log 
> ---
>  
> INFO: Ignoring name no descriptor was found
> 
> 
> Any input is appreciated.
> 
> thanks .


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to