You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Jeff Butler (JIRA)" <ib...@incubator.apache.org> on 2006/11/30 21:32:26 UTC

[jira] Created: (IBATIS-374) Allow Without Any SubElements

Allow <resultMap> Without Any <result> SubElements
--------------------------------------------------

                 Key: IBATIS-374
                 URL: http://issues.apache.org/jira/browse/IBATIS-374
             Project: iBatis for Java
          Issue Type: Improvement
          Components: SQL Maps
    Affects Versions: 2.2.0
         Environment: All
            Reporter: Jeff Butler


Per this message:

http://www.mail-archive.com/dev@ibatis.apache.org/msg02026.html

There are cases where a <resultMap> extends another <resultMap> and does not need to add any additional <result> mappings.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (IBATIS-374) Allow Without Any SubElements

Posted by "Jeff Butler (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-374?page=all ]

Jeff Butler closed IBATIS-374.
------------------------------

    Fix Version/s: 2.3.0
       Resolution: Fixed

In SVN.

We'll throw a RuntimeException if the <resultMap> doesn't extend another <resultMap> - there must be at least one <result> element after processing the extends attribute.

> Allow <resultMap> Without Any <result> SubElements
> --------------------------------------------------
>
>                 Key: IBATIS-374
>                 URL: http://issues.apache.org/jira/browse/IBATIS-374
>             Project: iBatis for Java
>          Issue Type: Improvement
>          Components: SQL Maps
>    Affects Versions: 2.2.0
>         Environment: All
>            Reporter: Jeff Butler
>         Assigned To: Jeff Butler
>             Fix For: 2.3.0
>
>
> Per this message:
> http://www.mail-archive.com/dev@ibatis.apache.org/msg02026.html
> There are cases where a <resultMap> extends another <resultMap> and does not need to add any additional <result> mappings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira