Improved error reporting was actually the first ticket put into JIRA when the C#
project moved to the Incubator:


http://issues.apache.org/jira/browse/IBATISNET-1

There have been updates to the error reporting (new ErrorContext) in the last
couple of weeks.  Hasn't been formally released yet, but it's in SVN (and yes,
the docs need to be updated to explain it!).

Roberto



Quoting Bob Hanson <[EMAIL PROTECTED]>:

I currently have logging set to:
  <logger name="IBatisNet.*">
    <level value="DEBUG" />
  </logger>

I don't seem to get any log information other than the initial config
information that shows the prepared statements being created from the
maps.

Is this by design or do I have something misconfigured?

Right now iBatis makes it hard to debug errors since it doesn't log
anything for me when there is a problem and the exception information
is too generic (doesn't tell me which statement or xml configuration
file caused a problem).

I finally installed the source code into my solution so that I could
step in and debug ibatis exceptions that were a result of my
misconfigured maps.






Reply via email to