<?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 zu: Spring Properties Reloaded</title>
	<atom:link href="http://www.wuenschenswert.net/wunschdenken/archives/127/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wuenschenswert.net/wunschdenken/archives/127</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 01:26:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Von: sridharan</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4269</link>
		<dc:creator>sridharan</dc:creator>
		<pubDate>Thu, 06 Nov 2008 11:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4269</guid>
		<description>We have property file entries for maxlength and min length.

In many cases these keys are not used in the application.

Is there any way of finding out these keys,.</description>
		<content:encoded><![CDATA[<p>We have property file entries for maxlength and min length.</p>
<p>In many cases these keys are not used in the application.</p>
<p>Is there any way of finding out these keys,.</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>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>
	<item>
		<title>Von: axel</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4131</link>
		<dc:creator>axel</dc:creator>
		<pubDate>Mon, 20 Aug 2007 07:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4131</guid>
		<description>Sorry for not answering sooner, my wordpress notification emails seem to have been stuck.

That exception probably means you're using Spring 2 with the Spring-1.2 version of my code. See &lt;a href="http://www.wuenschenswert.net/wunschdenken/archives/138" rel="nofollow"&gt;my other post&lt;/a&gt; for the &lt;a href="http://www.wuenschenswert.net/files/spring-reloaded-2007-05-31.zip" rel="nofollow"&gt;Spring 2 compatible version of my code&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Sorry for not answering sooner, my wordpress notification emails seem to have been stuck.</p>
<p>That exception probably means you&#8217;re using Spring 2 with the Spring-1.2 version of my code. See <a href="http://www.wuenschenswert.net/wunschdenken/archives/138" rel="nofollow">my other post</a> for the <a href="http://www.wuenschenswert.net/files/spring-reloaded-2007-05-31.zip" rel="nofollow">Spring 2 compatible version of my code</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Gareth</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4129</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 13 Jul 2007 18:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4129</guid>
		<description>Why Im getting this error?

StandardContext[/halo]Initializing Spring root WebApplicationContext
[:halo] 2007-07-13 14:37:57,721 INFO  ReloadablePropertiesFactoryBean.loadProperties  - Loading properties file from class path resource [halo/resources/monitoring/jamon.properties]
[:halo] 2007-07-13 14:37:59,784 ERROR ContextLoader.initWebApplicationContext  - Context initialization failed
java.lang.NoSuchMethodError: net.wuenschenswert.spring.DefaultPropertyPlaceholderConfigurer.parseStringValue(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/String;)Ljava/lang/String;
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer.parseStringValue(ReloadingPropertyPlaceholderConfigurer.java:121)
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer$PlaceholderResolvingBeanDefinitionVisitor.resolveStringValue(ReloadingPropertyPlaceholderConfigurer.java:378)
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitBeanClassName(BeanDefinitionVisitor.java:68)
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitBeanDefinition(BeanDefinitionVisitor.java:57)
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer.processProperties(ReloadingPropertyPlaceholderConfigurer.java:326)
	at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:75)
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:437)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:342)
	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:241)
	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
	at halo.webapp.listener.StartupListener.contextInitialized(StartupListener.java:55)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4343)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)</description>
		<content:encoded><![CDATA[<p>Why Im getting this error?</p>
<p>StandardContext[/halo]Initializing Spring root WebApplicationContext<br />
[:halo] 2007-07-13 14:37:57,721 INFO  ReloadablePropertiesFactoryBean.loadProperties  - Loading properties file from class path resource [halo/resources/monitoring/jamon.properties]<br />
[:halo] 2007-07-13 14:37:59,784 ERROR ContextLoader.initWebApplicationContext  - Context initialization failed<br />
java.lang.NoSuchMethodError: net.wuenschenswert.spring.DefaultPropertyPlaceholderConfigurer.parseStringValue(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/String;)Ljava/lang/String;<br />
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer.parseStringValue(ReloadingPropertyPlaceholderConfigurer.java:121)<br />
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer$PlaceholderResolvingBeanDefinitionVisitor.resolveStringValue(ReloadingPropertyPlaceholderConfigurer.java:378)<br />
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitBeanClassName(BeanDefinitionVisitor.java:68)<br />
	at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitBeanDefinition(BeanDefinitionVisitor.java:57)<br />
	at net.wuenschenswert.spring.ReloadingPropertyPlaceholderConfigurer.processProperties(ReloadingPropertyPlaceholderConfigurer.java:326)<br />
	at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:75)<br />
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:437)<br />
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:342)<br />
	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:241)<br />
	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)<br />
	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)<br />
	at halo.webapp.listener.StartupListener.contextInitialized(StartupListener.java:55)<br />
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)<br />
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4343)<br />
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)<br />
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)<br />
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)<br />
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: surajz</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4128</link>
		<dc:creator>surajz</dc:creator>
		<pubDate>Thu, 05 Jul 2007 16:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-4128</guid>
		<description>Did not know we could use runtime express (eg. ${my.cache.size})
in spring config file. 

Recently I had to support dynamic runtime properties. I would have saved lot of time if I had found this article.

Thanks</description>
		<content:encoded><![CDATA[<p>Did not know we could use runtime express (eg. ${my.cache.size})<br />
in spring config file. </p>
<p>Recently I had to support dynamic runtime properties. I would have saved lot of time if I had found this article.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: axel</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-1703</link>
		<dc:creator>axel</dc:creator>
		<pubDate>Tue, 22 May 2007 07:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-1703</guid>
		<description>As I've already told torsten - for other readers that stumble upon this page: 

Yes, it is definitely possible to use that code, that's what I put it online for. I'm eventually aiming to get some of it into the Spring distribution, so for the time being, just pretend my code has the least restrictive license that will allow that.

I have just patched the code to be Spring 2.0.5 compatible (the signature of an overridden PropertyPlaceholderConfigurer method has changed). Release forthcoming.

UPDATE: &lt;a href="/wunschdenken/archives/138" rel="nofollow"&gt;released.&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>As I&#8217;ve already told torsten - for other readers that stumble upon this page: </p>
<p>Yes, it is definitely possible to use that code, that&#8217;s what I put it online for. I&#8217;m eventually aiming to get some of it into the Spring distribution, so for the time being, just pretend my code has the least restrictive license that will allow that.</p>
<p>I have just patched the code to be Spring 2.0.5 compatible (the signature of an overridden PropertyPlaceholderConfigurer method has changed). Release forthcoming.</p>
<p>UPDATE: <a href="/wunschdenken/archives/138" rel="nofollow">released.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: torsten</title>
		<link>http://www.wuenschenswert.net/wunschdenken/archives/127#comment-923</link>
		<dc:creator>torsten</dc:creator>
		<pubDate>Fri, 27 Apr 2007 08:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuenschenswert.net/wunschdenken/archives/127#comment-923</guid>
		<description>We want to use the code in our app. Is it possible ?
Many thanks.</description>
		<content:encoded><![CDATA[<p>We want to use the code in our app. Is it possible ?<br />
Many thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
