You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Mihai Victor Popescu (JIRA)" <ib...@incubator.apache.org> on 2009/07/22 17:25:15 UTC

[jira] Created: (IBATIS-614) iterate tag does not function as specified in the Developer guide

iterate tag does not function as specified in the Developer guide
-----------------------------------------------------------------

                 Key: IBATIS-614
                 URL: https://issues.apache.org/jira/browse/IBATIS-614
             Project: iBatis for Java
          Issue Type: Bug
          Components: SQL Maps
    Affects Versions: 2.3.4
         Environment: Windows XP Professional 32 bits, jdk 1.6 
            Reporter: Mihai Victor Popescu


The iterate tag doesn't function as specified in the Developer Guide where it says:
<iterate> Iterates over a property that is an implementation java.util.Collection, or java.util.Iterator, or is an array.

In reality it only iterates through arrays and java.util.List, even if Set implementations are still implementations of java.util.Collection. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ibatis.apache.org
For additional commands, e-mail: dev-help@ibatis.apache.org


[jira] Commented: (IBATIS-614) iterate tag does not function as specified in the Developer guide

Posted by "Jeff Butler (JIRA)" <ib...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/IBATIS-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735187#action_12735187 ] 

Jeff Butler commented on IBATIS-614:
------------------------------------

This is a known issue.  See here for details:

http://www.mail-archive.com/user-java@ibatis.apache.org/msg13311.html

For iBATIS2, I think we should say that we don't support sets.

I believe this is fixed in iBATIS3.


> iterate tag does not function as specified in the Developer guide
> -----------------------------------------------------------------
>
>                 Key: IBATIS-614
>                 URL: https://issues.apache.org/jira/browse/IBATIS-614
>             Project: iBatis for Java
>          Issue Type: Bug
>          Components: SQL Maps
>    Affects Versions: 2.3.4
>         Environment: Windows XP Professional 32 bits, jdk 1.6 
>            Reporter: Mihai Victor Popescu
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> The iterate tag doesn't function as specified in the Developer Guide where it says:
> <iterate> Iterates over a property that is an implementation java.util.Collection, or java.util.Iterator, or is an array.
> In reality it only iterates through arrays and java.util.List, even if Set implementations are still implementations of java.util.Collection. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ibatis.apache.org
For additional commands, e-mail: dev-help@ibatis.apache.org