<?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: Spring Web Application Context Visibility</title>
	<atom:link href="http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/</link>
	<description>one of those blogs</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:43:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Patryk Kałużny</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-4578</link>
		<dc:creator>Patryk Kałużny</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-4578</guid>
		<description>Than you! That really helps me :)</description>
		<content:encoded><![CDATA[<p>Than you! That really helps me <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logesh</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-4508</link>
		<dc:creator>logesh</dc:creator>
		<pubDate>Mon, 07 Nov 2011 14:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-4508</guid>
		<description>I&#039;m using multiple application context file as mentioned in the above xml. but my dispatcher servlet is pointing the first application context file always not another one. please suggest me on this.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using multiple application context file as mentioned in the above xml. but my dispatcher servlet is pointing the first application context file always not another one. please suggest me on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SpaceInvader</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-4216</link>
		<dc:creator>SpaceInvader</dc:creator>
		<pubDate>Thu, 24 Mar 2011 11:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-4216</guid>
		<description>Big thanks, good explanation.</description>
		<content:encoded><![CDATA[<p>Big thanks, good explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-4039</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 02 Dec 2010 17:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-4039</guid>
		<description>Very helpful!  It saved me from hours of going nowhere.</description>
		<content:encoded><![CDATA[<p>Very helpful!  It saved me from hours of going nowhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joan David</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-3953</link>
		<dc:creator>Joan David</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-3953</guid>
		<description>I have spent a few days to resolve the problem you are talking about on a web application using transaction annotations.
Your tip helped me to solve it, I have just copied my annotation declaration in my -servlet.xml and the transactions works.
The problem is that I have two different spring contexts working. And as I had declared my services also with annotations @Service and @Component I had to declare also in my -servlet.xml the configuration 
  
  
So finally I got two instances of my services, This is quite disturbing when you are supposed to have singleton.
Have you got another tip to solve that. Is this what Oskar is talking about when he reinjects the application context in the request? How Can I do It?</description>
		<content:encoded><![CDATA[<p>I have spent a few days to resolve the problem you are talking about on a web application using transaction annotations.<br />
Your tip helped me to solve it, I have just copied my annotation declaration in my -servlet.xml and the transactions works.<br />
The problem is that I have two different spring contexts working. And as I had declared my services also with annotations @Service and @Component I had to declare also in my -servlet.xml the configuration </p>
<p>So finally I got two instances of my services, This is quite disturbing when you are supposed to have singleton.<br />
Have you got another tip to solve that. Is this what Oskar is talking about when he reinjects the application context in the request? How Can I do It?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-3900</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Fri, 11 Jun 2010 19:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-3900</guid>
		<description>Well, I actually found a way around my problem mentioned above by using a filter and loading the root context in the filter, setting it as request attribute and then using beans from there. If anyone needs help, write to me at gautamgd at gmail</description>
		<content:encoded><![CDATA[<p>Well, I actually found a way around my problem mentioned above by using a filter and loading the root context in the filter, setting it as request attribute and then using beans from there. If anyone needs help, write to me at gautamgd at gmail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-3898</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Fri, 11 Jun 2010 18:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-3898</guid>
		<description>This info was really useful. But, if I want to use dependency injection between the controller (defined in webapplication context) and the root context, how do I do it? I am using PPC in my root context to load properties in beans. Kind of stuck here.</description>
		<content:encoded><![CDATA[<p>This info was really useful. But, if I want to use dependency injection between the controller (defined in webapplication context) and the root context, how do I do it? I am using PPC in my root context to load properties in beans. Kind of stuck here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Kroon</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-3894</link>
		<dc:creator>Tim Kroon</dc:creator>
		<pubDate>Thu, 10 Jun 2010 13:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-3894</guid>
		<description>Really struggled to find a concise explanation of why this was the case with the PPC. This explains it well. Thank you.</description>
		<content:encoded><![CDATA[<p>Really struggled to find a concise explanation of why this was the case with the PPC. This explains it well. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Danila</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-3826</link>
		<dc:creator>Mihai Danila</dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-3826</guid>
		<description>Had the same problem here. Many thanks.</description>
		<content:encoded><![CDATA[<p>Had the same problem here. Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick m.</title>
		<link>http://www.dotkam.com/2008/07/09/spring-web-application-context-visibility/comment-page-1/#comment-2997</link>
		<dc:creator>nick m.</dc:creator>
		<pubDate>Thu, 10 Jul 2008 05:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/07/09/spring-web-application-context-visibility/#comment-2997</guid>
		<description>that is nice to know.... I actually was stuck on the &quot;properties&quot; part for about an hour(!) before stumbled upon your blog - nice job!

thank you</description>
		<content:encoded><![CDATA[<p>that is nice to know&#8230;. I actually was stuck on the &#8220;properties&#8221; part for about an hour(!) before stumbled upon your blog &#8211; nice job!</p>
<p>thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

