<?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"
	>
<channel>
	<title>Kommentare fuer Wunschdenken</title>
	<atom:link href="http://www.wuenschenswert.net/wunschdenken/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wuenschenswert.net/wunschdenken</link>
	<description></description>
	<pubDate>Sat, 11 Oct 2008 00:16:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Kommentar zu Schmerztraining mit Meister Asai von Wunschdenken &#187; Blog Archiv &#187; Schon nach wenigen Jahren</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/126#comment-4165</link>
		<dc:creator>Wunschdenken &#187; Blog Archiv &#187; Schon nach wenigen Jahren</dc:creator>
		<pubDate>Sat, 22 Mar 2008 21:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/126#comment-4165</guid>
		<description>[...] Wie schon letztes Jahr hatten wir heute wieder einen sehr langen Tag lang Nikkyo im Programm. Mittlerweile hat sich wenigstens eines meiner Handgelenke an die Behandlung gewöhnt. [...]</description>
		<content:encoded><![CDATA[<p>[...] Wie schon letztes Jahr hatten wir heute wieder einen sehr langen Tag lang Nikkyo im Programm. Mittlerweile hat sich wenigstens eines meiner Handgelenke an die Behandlung gewöhnt. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Spring configuration properties: Defaults and Reloading von axel</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/107#comment-4162</link>
		<dc:creator>axel</dc:creator>
		<pubDate>Sat, 16 Feb 2008 19:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/107#comment-4162</guid>
		<description>You might also be interested in the "reloading" ticket:
http://jira.springframework.org/browse/SPR-3439

Turn-around times for spring-based apps are currently quite bad - my IDE knows how to update and reload a class file, but not how to reload a spring bean definition, which ought to be much simpler. It may take a different shape in the end, but if Spring is not supposed to go down as another Java Dinosaur Framework, there has to be some more dynamicity.</description>
		<content:encoded><![CDATA[<p>You might also be interested in the &#8220;reloading&#8221; ticket:<br />
<a href="http://jira.springframework.org/browse/SPR-3439" rel="nofollow">http://jira.springframework.org/browse/SPR-3439</a></p>
<p>Turn-around times for spring-based apps are currently quite bad - my IDE knows how to update and reload a class file, but not how to reload a spring bean definition, which ought to be much simpler. It may take a different shape in the end, but if Spring is not supposed to go down as another Java Dinosaur Framework, there has to be some more dynamicity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Volle Kräfte voraus! von Matthias</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/165#comment-4161</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Fri, 15 Feb 2008 15:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/165#comment-4161</guid>
		<description>100 Zustimmung! Oh und Deine Spam Protection ist kaputt. "three + seven" sollte "ten" und nicht etwa "10" ergeben :-) LG aus CA</description>
		<content:encoded><![CDATA[<p>100 Zustimmung! Oh und Deine Spam Protection ist kaputt. &#8220;three + seven&#8221; sollte &#8220;ten&#8221; und nicht etwa &#8220;10&#8243; ergeben <img src='http://www.wuenschenswert.net/wunschdenken/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> LG aus CA</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Spring configuration properties: Defaults and Reloading von laurent</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/107#comment-4159</link>
		<dc:creator>laurent</dc:creator>
		<pubDate>Tue, 12 Feb 2008 12:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/107#comment-4159</guid>
		<description>Hey People,
To get this really good Idea into Spring, we must get more votes!
So add you vote here:
http://jira.springframework.org/browse/SPR-3001

I don't understand why there's no comment there from any Spring people. Don't they see the value of this??</description>
		<content:encoded><![CDATA[<p>Hey People,<br />
To get this really good Idea into Spring, we must get more votes!<br />
So add you vote here:<br />
<a href="http://jira.springframework.org/browse/SPR-3001" rel="nofollow">http://jira.springframework.org/browse/SPR-3001</a></p>
<p>I don&#8217;t understand why there&#8217;s no comment there from any Spring people. Don&#8217;t they see the value of this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Spring Properties Reloaded von axel</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4158</link>
		<dc:creator>axel</dc:creator>
		<pubDate>Mon, 14 Jan 2008 23:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4158</guid>
		<description>True, the functionality is currently limited: It works well as long as you just have string properties of named singleton beans containing a placeholder. For more complex properties, more complex update code or an even more core-level solution would be required. Handling map and list should be feasible, I think, but the impact of value conversion isn't quite clear to me.

This stuff requires a bit more code reading and thinking.

I recently noticed that properties of inner beans (a bean element contained in a property element) are not reloadable either, because Spring (at least Spring 2) ignores the name of an inner singleton bean. That's always fixable (just move the bean outside and use a ref), but unfortunate.</description>
		<content:encoded><![CDATA[<p>True, the functionality is currently limited: It works well as long as you just have string properties of named singleton beans containing a placeholder. For more complex properties, more complex update code or an even more core-level solution would be required. Handling map and list should be feasible, I think, but the impact of value conversion isn&#8217;t quite clear to me.</p>
<p>This stuff requires a bit more code reading and thinking.</p>
<p>I recently noticed that properties of inner beans (a bean element contained in a property element) are not reloadable either, because Spring (at least Spring 2) ignores the name of an inner singleton bean. That&#8217;s always fixable (just move the bean outside and use a ref), but unfortunate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Tanzende Tiere von DokMike</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/163#comment-4156</link>
		<dc:creator>DokMike</dc:creator>
		<pubDate>Thu, 03 Jan 2008 14:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/163#comment-4156</guid>
		<description>Die Bloodhound Gang sagte dazu:
"You and me baby ain't nothin' but mammals
So let's do it like they do on the Discovery Channel"
Sorry, ich ziehe das Niveau nach unten, konnte ich mir aber nicht verkneifen ;-)</description>
		<content:encoded><![CDATA[<p>Die Bloodhound Gang sagte dazu:<br />
&#8220;You and me baby ain&#8217;t nothin&#8217; but mammals<br />
So let&#8217;s do it like they do on the Discovery Channel&#8221;<br />
Sorry, ich ziehe das Niveau nach unten, konnte ich mir aber nicht verkneifen <img src='http://www.wuenschenswert.net/wunschdenken/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Spring Properties Reloaded von David</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4154</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 20 Dec 2007 23:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4154</guid>
		<description>I made a mistake in my last post of including tags and the site has stripped them. Sorry it was meant to read

Hi, has anyone had difficulties when reloading map or list properties?

It seems that the latest version of spring reloaded cant handle this. The two scenarios are quite different.

1. map.  it looks like the reloader is trying to assign one of the individual property values to the actual map property.

2. list.  no exceptions are thrown here but the list property is re populated with only the property value that was changed. For example if you started with a list of 12 items, after the reload you only have one item</description>
		<content:encoded><![CDATA[<p>I made a mistake in my last post of including tags and the site has stripped them. Sorry it was meant to read</p>
<p>Hi, has anyone had difficulties when reloading map or list properties?</p>
<p>It seems that the latest version of spring reloaded cant handle this. The two scenarios are quite different.</p>
<p>1. map.  it looks like the reloader is trying to assign one of the individual property values to the actual map property.</p>
<p>2. list.  no exceptions are thrown here but the list property is re populated with only the property value that was changed. For example if you started with a list of 12 items, after the reload you only have one item</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Spring Properties Reloaded von David</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4153</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 20 Dec 2007 23:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4153</guid>
		<description>Hi, has anyone had difficulties when reloading  or  properties?

It seems that the latest version of spring reloaded cant handle this.  The two scenarios are quite different.

1.    it looks like the reloader is trying to assign one of the individual property values to the actual map property.

2.  no exceptions are thrown here but the list property is re populated with only the property value that was changed. For example if you started with a list of 12 items, after the reload you only have one item


Would be greatful if anyone could help me out here</description>
		<content:encoded><![CDATA[<p>Hi, has anyone had difficulties when reloading  or  properties?</p>
<p>It seems that the latest version of spring reloaded cant handle this.  The two scenarios are quite different.</p>
<p>1.    it looks like the reloader is trying to assign one of the individual property values to the actual map property.</p>
<p>2.  no exceptions are thrown here but the list property is re populated with only the property value that was changed. For example if you started with a list of 12 items, after the reload you only have one item</p>
<p>Would be greatful if anyone could help me out here</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Persepolis von Björn B.</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/162#comment-4152</link>
		<dc:creator>Björn B.</dc:creator>
		<pubDate>Sun, 16 Dec 2007 21:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/162#comment-4152</guid>
		<description>thump up</description>
		<content:encoded><![CDATA[<p>thump up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Spring Properties Reloaded von Ajay</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4147</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 25 Oct 2007 15:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4147</guid>
		<description>I am getting this error...

391  2007-10-25 21:15:36,078 [ExecuteThread: '4' for queue: 'weblogic.kernel.System'] ERROR org.springframework.web.context.ContextLoader  - Context initialization failed
java.lang.IllegalArgumentException: Scope must not be null
	at org.springframework.util.Assert.notNull(Assert.java:112)
	at org.springframework.beans.factory.support.AbstractBeanDefinition.setScope(AbstractBeanDefinition.java:341)
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitScope(BeanDefinitionVisitor.java:80)
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitBeanDefinition(BeanDefinitionVisitor.java:58)
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer.processProperties(ReloadingPropertyPlaceholderConfigurer.java:336)
	at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:75)
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:467)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:334)
	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
	at weblogic.servlet.internal.WebAppServletContext$FireContextListenerAction.run(WebAppServletContext.java:7110)
	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
	at weblogic.servlet.internal.WebAppServletContext.notifyCreated(WebAppServletContext.java:1757)
	at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3378)
	at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6262)
	at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:892)
	at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2181)
	at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2222)
	at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2521)
	at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2439)
	at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2156)
	at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2255)
	at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2150)
	at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2402)
	at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:884)
	at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:592)
	at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:501)
	at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
     
     
     
    </description>
		<content:encoded><![CDATA[<p>I am getting this error&#8230;</p>
<p>391  2007-10-25 21:15:36,078 [ExecuteThread: '4' for queue: 'weblogic.kernel.System'] ERROR org.springframework.web.context.ContextLoader  - Context initialization failed<br />
java.lang.IllegalArgumentException: Scope must not be null<br />
	at org.springframework.util.Assert.notNull(Assert.java:112)<br />
	at org.springframework.beans.factory.support.AbstractBeanDefinition.setScope(AbstractBeanDefinition.java:341)<br />
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitScope(BeanDefinitionVisitor.java:80)<br />
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitBeanDefinition(BeanDefinitionVisitor.java:58)<br />
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer.processProperties(ReloadingPropertyPlaceholderConfigurer.java:336)<br />
	at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:75)<br />
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:467)<br />
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:334)<br />
	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)<br />
	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)<br />
	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)<br />
	at weblogic.servlet.internal.WebAppServletContext$FireContextListenerAction.run(WebAppServletContext.java:7110)<br />
	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)<br />
	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)<br />
	at weblogic.servlet.internal.WebAppServletContext.notifyCreated(WebAppServletContext.java:1757)<br />
	at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3378)<br />
	at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6262)<br />
	at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:892)<br />
	at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2181)<br />
	at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2222)<br />
	at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2521)<br />
	at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2439)<br />
	at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2156)<br />
	at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2255)<br />
	at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2150)<br />
	at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2402)<br />
	at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:884)<br />
	at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:592)<br />
	at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:501)<br />
	at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)<br />
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)<br />
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
