<?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: Optimizing Spring Application Startup Time</title>
	<atom:link href="http://daniel.gredler.net/2010/01/20/optimizing-spring-application-startup-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.gredler.net/2010/01/20/optimizing-spring-application-startup-time/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 01:02:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: isodummy</title>
		<link>http://daniel.gredler.net/2010/01/20/optimizing-spring-application-startup-time/#comment-760</link>
		<dc:creator><![CDATA[isodummy]]></dc:creator>
		<pubDate>Fri, 26 Aug 2011 09:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/?p=243#comment-760</guid>
		<description><![CDATA[Try again with source code:

[sourcecode language=&quot;java&quot;]
	&lt;bean id=&quot;someMessageListener&quot; class=&quot;org.springframework.jms.listener.adapter.MessageListenerAdapter&quot;&gt;
	    &lt;constructor-arg&gt;
	        &lt;ref bean=&quot;someServiceDelegate&quot;/&gt;
	    &lt;/constructor-arg&gt;
	&lt;/bean&gt;
[/sourcecode]]]></description>
		<content:encoded><![CDATA[<p>Try again with source code:</p>
<pre class="brush: java;">
	&lt;bean id=&quot;someMessageListener&quot; class=&quot;org.springframework.jms.listener.adapter.MessageListenerAdapter&quot;&gt;
	    &lt;constructor-arg&gt;
	        &lt;ref bean=&quot;someServiceDelegate&quot;/&gt;
	    &lt;/constructor-arg&gt;
	&lt;/bean&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: isodummy</title>
		<link>http://daniel.gredler.net/2010/01/20/optimizing-spring-application-startup-time/#comment-759</link>
		<dc:creator><![CDATA[isodummy]]></dc:creator>
		<pubDate>Fri, 26 Aug 2011 09:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.gredler.net/?p=243#comment-759</guid>
		<description><![CDATA[Hi, just discover your idea recently. Good idea but I found a problem if a bean is reference inside another bean constructor. Any idea? Spring version is 3.0.5. Thanks.

Here is an sample:

	
	    
	        
	    
	

And I get the following error message:
&quot;Requested bean is currently in creation: Is there an unresolvable circular reference?&quot;]]></description>
		<content:encoded><![CDATA[<p>Hi, just discover your idea recently. Good idea but I found a problem if a bean is reference inside another bean constructor. Any idea? Spring version is 3.0.5. Thanks.</p>
<p>Here is an sample:</p>
<p>And I get the following error message:<br />
&#8220;Requested bean is currently in creation: Is there an unresolvable circular reference?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

