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.