PDA

View Full Version : RE: Exceptions and Troubleshooting


hpcd
02-08-2007, 04:34 PM
Hi, One of the little annoyances that come up from time to time is the generic context error that comes up if you have an incorrectly configured XML or one of your classes throws an error.

Is it possible to have this Error move detailed--indicate the class\ctor\property that initiated the error? I've started using Spring.NEt since early last year, and have since introducted a number of our devs on using it, but this is one thing that they complain about.

Thanks. Welcome all suggestions:)

Bruno Baia
02-08-2007, 05:56 PM
hi,

You are not the first one complaining (http://forum.springframework.net/showthread.php?t=1138) about this.

I created an issue in JIRA (http://opensource.atlassian.com/projects/spring/browse/SPRNET-475) and we'll take a look to this before RC1.


I hope you are not working on WPF, sometime you need to go over 5-10 inner exceptions to get a descent message :)


Bruno

Mark Pollack
06-14-2007, 06:02 PM
Hi,
Duely noted! As I was revamping some of the internal parser infrastructure to sync with Spring Java 2.0, there is now a better error reporting mechanism in place that I believe should hopefully alleviate this issue.

Mark

Bruno Baia
08-02-2007, 01:31 PM
Hi,

This issue has been resolved.
Give a try to the next nightly build (the next after Spring.NET-20070801-2223.zip) or wait for RC1.

Bruno