Re: cocoon-spring-configurator issue

2012-05-29 Thread Francesco Chicchiriccò
On 29/02/2012 08:29, Reinhard Pötz wrote: On 02/28/2012 09:59 PM, Leszek Gawron wrote: [...] What I actually did was the easiest solution of all: /** * @see org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#processProperties(org.springframework.beans.factory.config.Configu

Re: cocoon-spring-configurator issue

2012-02-28 Thread Reinhard Pötz
On 02/28/2012 09:59 PM, Leszek Gawron wrote: Hello, I tried to upgrade my cocoon based product to use spring 3.0 new features. One of those is @Value("${propertyName}") annotation. This feature works for but does not for cocoon's . This is slightly weird as coocon configurator theoreticaly bas

cocoon-spring-configurator issue

2012-02-28 Thread Leszek Gawron
Hello, I tried to upgrade my cocoon based product to use spring 3.0 new features. One of those is @Value("${propertyName}") annotation. This feature works for but does not for cocoon's . This is slightly weird as coocon configurator theoreticaly bases on PropertyPlaceholderConfigurer. The

cocoon-spring-configurator issue

2012-02-28 Thread Leszek Gawron
Hello, I tried to upgrade my cocoon based product to use spring 3.0 new features. One of those is @Value("${propertyName}") annotation. This feature works for but does not for cocoon's . This is slightly weird as coocon configurator theoreticaly bases on PropertyPlaceholderConfigurer. The