[ 
http://jira.codehaus.org/browse/JIBX-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Sosnoski closed JIBX-144.
--------------------------------


> binding defintion works wrong with xml parser
> ---------------------------------------------
>
>                 Key: JIBX-144
>                 URL: http://jira.codehaus.org/browse/JIBX-144
>             Project: JiBX
>          Issue Type: Improvement
>          Components: core
>         Environment: Mac OS X and Windows XP
>            Reporter: Tobias Anstett
>            Assignee: Dennis Sosnoski
>            Priority: Minor
>
> ...
> <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

        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to