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

[jira] Created: (IBATISNET-209) Improved verification on groupBy process configuration

Improved verification on groupBy process configuration
------------------------------------------------------

                 Key: IBATISNET-209
                 URL: https://issues.apache.org/jira/browse/IBATISNET-209
             Project: iBatis for .NET
          Issue Type: Improvement
          Components: DataMapper
    Affects Versions: DataMapper 1.6
            Reporter: Gilles Bayon
         Assigned To: Gilles Bayon
            Priority: Trivial
             Fix For: DataMapper 1.6.1


Added verification in configuration to verify that each element of groupBy attribute corresponds to a result property.

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


Re: [jira] Closed: (IBATISNET-209) Improved verification on groupBy process configuration

Posted by Bob Hanson <mn...@gmail.com>.
I tried creating a result map which extends another result map. The
groupBy property I'm using is a member of the base class.

This results in the following configuration error:
Could not configure ResultMap named "User.ApplicationUserResultMap",
Cause: Could not configure ResultMap named
"User.ApplicationUserResultMap". Check the groupBy attribute. Cause:
there's no result property named "Id".

In other words, the groupBy configuration check isn't working
correctly with extended result maps.

On 2/19/07, Gilles Bayon (JIRA) <ib...@incubator.apache.org> wrote:
>
>      [ https://issues.apache.org/jira/browse/IBATISNET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Gilles Bayon closed IBATISNET-209.
> ----------------------------------
>
>     Resolution: Fixed
>
> In SVN
>
> > Improved verification on groupBy process configuration
> > ------------------------------------------------------
> >
> >                 Key: IBATISNET-209
> >                 URL: https://issues.apache.org/jira/browse/IBATISNET-209
> >             Project: iBatis for .NET
> >          Issue Type: Improvement
> >          Components: DataMapper
> >    Affects Versions: DataMapper 1.6
> >            Reporter: Gilles Bayon
> >         Assigned To: Gilles Bayon
> >            Priority: Trivial
> >             Fix For: DataMapper 1.6.1
> >
> >
> > Added verification in configuration to verify that each element of groupBy attribute corresponds to a result property.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

Re: [jira] Closed: (IBATISNET-209) Improved verification on groupBy process configuration

Posted by Bob Hanson <mn...@gmail.com>.
Another groupBy configuration problem:

Could not configure ResultMap named "User.ApplicationUserResultMap",
Cause: Unable to optimize create instance. Cause : Could not find
public constructor matching specified arguments for type
"ApplicationUser".

The groupBy configuration is requiring a public constructor. It's
unable to use my default constructor that is marked as internal.

On 2/19/07, Gilles Bayon (JIRA) <ib...@incubator.apache.org> wrote:
>
>      [ https://issues.apache.org/jira/browse/IBATISNET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Gilles Bayon closed IBATISNET-209.
> ----------------------------------
>
>     Resolution: Fixed
>
> In SVN
>
> > Improved verification on groupBy process configuration
> > ------------------------------------------------------
> >
> >                 Key: IBATISNET-209
> >                 URL: https://issues.apache.org/jira/browse/IBATISNET-209
> >             Project: iBatis for .NET
> >          Issue Type: Improvement
> >          Components: DataMapper
> >    Affects Versions: DataMapper 1.6
> >            Reporter: Gilles Bayon
> >         Assigned To: Gilles Bayon
> >            Priority: Trivial
> >             Fix For: DataMapper 1.6.1
> >
> >
> > Added verification in configuration to verify that each element of groupBy attribute corresponds to a result property.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Closed: (IBATISNET-209) Improved verification on groupBy process configuration

Posted by "Gilles Bayon (JIRA)" <ib...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/IBATISNET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Bayon closed IBATISNET-209.
----------------------------------

    Resolution: Fixed

In SVN

> Improved verification on groupBy process configuration
> ------------------------------------------------------
>
>                 Key: IBATISNET-209
>                 URL: https://issues.apache.org/jira/browse/IBATISNET-209
>             Project: iBatis for .NET
>          Issue Type: Improvement
>          Components: DataMapper
>    Affects Versions: DataMapper 1.6
>            Reporter: Gilles Bayon
>         Assigned To: Gilles Bayon
>            Priority: Trivial
>             Fix For: DataMapper 1.6.1
>
>
> Added verification in configuration to verify that each element of groupBy attribute corresponds to a result property.

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


[jira] Closed: (IBATISNET-209) Improved verification on groupBy process configuration

Posted by "Gilles Bayon (JIRA)" <ib...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/IBATISNET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Bayon closed IBATISNET-209.
----------------------------------

    Resolution: Fixed

In SVN

> Improved verification on groupBy process configuration
> ------------------------------------------------------
>
>                 Key: IBATISNET-209
>                 URL: https://issues.apache.org/jira/browse/IBATISNET-209
>             Project: iBatis for .NET
>          Issue Type: Improvement
>          Components: DataMapper
>    Affects Versions: DataMapper 1.6
>            Reporter: Gilles Bayon
>         Assigned To: Gilles Bayon
>            Priority: Trivial
>             Fix For: DataMapper 1.6.1
>
>
> Added verification in configuration to verify that each element of groupBy attribute corresponds to a result property.

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