<?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/"
		>
<channel>
	<title>Comments on: org.springframework.web.context.ContextLoader &#8211; Context initialization failed</title>
	<atom:link href="http://www.techpitcher.com/orgspringframeworkwebcontextcontextloader-context-initialization-failed.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com/orgspringframeworkwebcontextcontextloader-context-initialization-failed.html</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 14:46:24 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://www.techpitcher.com/orgspringframeworkwebcontextcontextloader-context-initialization-failed.html/comment-page-1#comment-21</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 22 Oct 2008 19:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=40#comment-21</guid>
		<description>This is the case of circular reference. It is like we need bean B to initialize Bean A and We need bean A to initialize bean B. If this is the case then both A, B won&#039;t be initialized. 
The solution to this problem is to avoid such case. It might be possible that by mistake you are making such a circular reference. 
Check your beans initialization properties.</description>
		<content:encoded><![CDATA[<p>This is the case of circular reference. It is like we need bean B to initialize Bean A and We need bean A to initialize bean B. If this is the case then both A, B won&#8217;t be initialized.<br />
The solution to this problem is to avoid such case. It might be possible that by mistake you are making such a circular reference.<br />
Check your beans initialization properties.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
