<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Handling Exceptions In Spring MVC &#8211; Part 2</title>
	<atom:link href="http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/</link>
	<description>java - spring - ddd - ria - remoting</description>
	<lastBuildDate>Thu, 11 Jun 2009 01:04:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thusjanthan Kubendranathan</title>
		<link>http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/#comment-58</link>
		<dc:creator>Thusjanthan Kubendranathan</dc:creator>
		<pubDate>Thu, 11 Jun 2009 01:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://developingdeveloper.wordpress.com/?p=5#comment-58</guid>
		<description>Hi, 

Will this intercept HTTP 500 errors as well? I have the exact same setup but it throws a 500 exception: 

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.springframework.orm.hibernate3.HibernateSystemException: Provided id of the wrong type. Expected: class java.lang.Integer, got class java.lang.String; nested exception is org.hibernate.TypeMismatchException: Provided id of the wrong type. Expected: class java.lang.Integer, got class java.lang.String
	org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:659)


For this should I have the setup in web.xml or will this work fine?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Will this intercept HTTP 500 errors as well? I have the exact same setup but it throws a 500 exception: </p>
<p>HTTP Status 500 -</p>
<p>type Exception report</p>
<p>message</p>
<p>description The server encountered an internal error () that prevented it from fulfilling this request.</p>
<p>exception</p>
<p>org.springframework.orm.hibernate3.HibernateSystemException: Provided id of the wrong type. Expected: class java.lang.Integer, got class java.lang.String; nested exception is org.hibernate.TypeMismatchException: Provided id of the wrong type. Expected: class java.lang.Integer, got class java.lang.String<br />
	org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:659)</p>
<p>For this should I have the setup in web.xml or will this work fine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spongiform</title>
		<link>http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/#comment-35</link>
		<dc:creator>spongiform</dc:creator>
		<pubDate>Wed, 04 Jun 2008 04:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://developingdeveloper.wordpress.com/?p=5#comment-35</guid>
		<description>Spongiform says : I absolutely agree with this !</description>
		<content:encoded><![CDATA[<p>Spongiform says : I absolutely agree with this !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TAW</title>
		<link>http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/#comment-34</link>
		<dc:creator>TAW</dc:creator>
		<pubDate>Mon, 05 May 2008 07:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://developingdeveloper.wordpress.com/?p=5#comment-34</guid>
		<description>Thanks for this article - very useful.

-TAW</description>
		<content:encoded><![CDATA[<p>Thanks for this article &#8211; very useful.</p>
<p>-TAW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep Kagda</title>
		<link>http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/#comment-32</link>
		<dc:creator>Deep Kagda</dc:creator>
		<pubDate>Tue, 15 Apr 2008 16:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://developingdeveloper.wordpress.com/?p=5#comment-32</guid>
		<description>Hey,

That was really a gr8 help for Spring Exceptions.

Thanks a ton.
Deep.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>That was really a gr8 help for Spring Exceptions.</p>
<p>Thanks a ton.<br />
Deep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Kalderimis</title>
		<link>http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/#comment-29</link>
		<dc:creator>Josh Kalderimis</dc:creator>
		<pubDate>Wed, 19 Mar 2008 01:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://developingdeveloper.wordpress.com/?p=5#comment-29</guid>
		<description>Hi dorzel,

Thanks for letting me know, it seems I have a small domain name issue to sort out. I will get the site up and running asap.

Until then, you can access the file at http://files.curlybrackets.co.nz.s3.amazonaws.com/Exception%20Handling%20-%20Part%202.zip

Josh</description>
		<content:encoded><![CDATA[<p>Hi dorzel,</p>
<p>Thanks for letting me know, it seems I have a small domain name issue to sort out. I will get the site up and running asap.</p>
<p>Until then, you can access the file at <a href="http://files.curlybrackets.co.nz.s3.amazonaws.com/Exception%20Handling%20-%20Part%202.zip" rel="nofollow">http://files.curlybrackets.co.nz.s3.amazonaws.com/Exception%20Handling%20-%20Part%202.zip</a></p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dorzel</title>
		<link>http://developingdeveloper.wordpress.com/2008/03/09/handling-exceptions-in-spring-mvc-part-2/#comment-28</link>
		<dc:creator>dorzel</dc:creator>
		<pubDate>Tue, 18 Mar 2008 21:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://developingdeveloper.wordpress.com/?p=5#comment-28</guid>
		<description>Nice article.
But the link for download doesn&#039;t work.
http://files.curlybrackets.co.nz/ gives a 404 Error.
And this 404 isn&#039;t a pretty html page ;)</description>
		<content:encoded><![CDATA[<p>Nice article.<br />
But the link for download doesn&#8217;t work.<br />
<a href="http://files.curlybrackets.co.nz/" rel="nofollow">http://files.curlybrackets.co.nz/</a> gives a 404 Error.<br />
And this 404 isn&#8217;t a pretty html page <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
