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) <[email protected]> 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.