[ http://jira.codehaus.org/browse/JIBX-144?page=comments#action_81054 ] Tobias Anstett commented on JIBX-144: -------------------------------------
I will make following workaround for my problem: Writing own setter methods to set the second value, when first one is set. > binding defintion works wrong with xml parser > --------------------------------------------- > > Key: JIBX-144 > URL: http://jira.codehaus.org/browse/JIBX-144 > Project: JiBX > Issue Type: Bug > Environment: Mac OS X and Windows XP > Reporter: Tobias Anstett > > ... > <value name="street" field="street1" usage="optional"/> > <value name="street" field="street2" usage="optional"/> > ... > will cause that the street2 variable is NULL in the mapping class !! > Same in green ;) > <structure field="person" usage="optional"> > <value name="street" field="street1" usage="optional"/> > </structure> > <value name="street" field="street2" usage="optional"/> > will cause that the street1 variable in the person class is correct and the > value of the street2 variable in the mapping class is NULL !! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ jibx-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-devs
