Hello all,

I am using JIBX to unmarshall an XML document. 
The problem i am facing is this:
I have created multiple mapping into the same binding
like this:

<mapping class = "Client" abstract = "true">
  <stucture name ="FirstandLastName" field="name"/>
</mapping>
<mapping name="ClientData" class="carClients"
extends="Client">
   <structure map-as="Client"/>
   <stucture name="Car Client"
   <value name="cid" field="id"/>

</mapping>
<mapping name="ClientData" class="motoClients"
extends="Client">
   <structure map-as="Client"/>
   <value name="mid" field="id"/>
</mapping>


        

        
                
___________________________________________________________ 
Χρησιμοποιείτε Yahoo!; 
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail 
διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών 
μηνυμάτων http://login.yahoo.com/config/mail?.intl=gr 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to