You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Nathan Maves (JIRA)" <ib...@incubator.apache.org> on 2007/02/13 19:38:05 UTC

[jira] Created: (IBATIS-391) Can not access Lists within custom objects.

Can not access Lists within custom objects.
-------------------------------------------

                 Key: IBATIS-391
                 URL: https://issues.apache.org/jira/browse/IBATIS-391
             Project: iBatis for Java
          Issue Type: Bug
          Components: SQL Maps
    Affects Versions: 2.3.0
            Reporter: Nathan Maves


I am unable to use the iterate tags on Collections that are nested in a custom object.

The parameter looks like

map -> customObj -> Collections

If I add the collections to the map all is good.  But when I try and access the collection via the dot notation I get the following error.

com.ibatis.common.beans.ProbeException: Error getting ordinal list from JavaBean. Cause java.lang.NumberFormatException: For input string: ""

Unit test will come soon :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IBATIS-391) Can not access Lists within custom objects.

Posted by "Brandon Goodin (JIRA)" <ib...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/IBATIS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473001 ] 

Brandon Goodin commented on IBATIS-391:
---------------------------------------

Also, I added new unit tests to the NestedIterateTest class.

> Can not access Lists within custom objects.
> -------------------------------------------
>
>                 Key: IBATIS-391
>                 URL: https://issues.apache.org/jira/browse/IBATIS-391
>             Project: iBatis for Java
>          Issue Type: Bug
>          Components: SQL Maps
>    Affects Versions: 2.3.0
>            Reporter: Nathan Maves
>         Assigned To: Brandon Goodin
>
> I am unable to use the iterate tags on Collections that are nested in a custom object.
> The parameter looks like
> map -> customObj -> Collections
> If I add the collections to the map all is good.  But when I try and access the collection via the dot notation I get the following error.
> com.ibatis.common.beans.ProbeException: Error getting ordinal list from JavaBean. Cause java.lang.NumberFormatException: For input string: ""
> Unit test will come soon :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.