[ http://issues.apache.org/jira/browse/IBATISNET-72?page=all ]
     
Roberto Rabe closed IBATISNET-72:
---------------------------------

     Resolution: Fixed
    Fix Version: DataAccess 1.5.1
                 DataMapper 1.2

Updates are in SVN.  Thanks Ron!

> IBatisNet.DataMapper.MappedStatements.MappedStatement.ReaderAutoMapper not 
> passing up inner exception
> -----------------------------------------------------------------------------------------------------
>
>          Key: IBATISNET-72
>          URL: http://issues.apache.org/jira/browse/IBATISNET-72
>      Project: iBatis for .NET
>         Type: Bug
>     Reporter: Ron Grabowski
>     Assignee: Roberto Rabe
>     Priority: Minor
>      Fix For: DataMapper 1.2, DataAccess 1.5.1

>
> This code:
>  throw new DataMapperException("Error automapping columns. Cause: " + e);
> Should be this to match the other exceptions in the system:
>  throw new DataMapperException("Error automapping columns. Cause: " + 
> e.Message, e);
> There are also a handful of exceptions in NHibernateDaoSession.cs that are 
> written the same way.

-- 
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

Reply via email to