Re: JIRA unification proposal

2012-02-28 Thread Cédric Damioli
Hi, Unfortunately I don't had enough time to do this in the past weeks. I'd also like to have a stable 2.1.12 release soon, but I must admit that I've never used Dojo-related features in Cocoon 2.1.x. BTW, I just take a look at open JIRA issues targeted for 2.1.12

NPE during source validity check for ValidatingTransformer

2012-02-28 Thread Ivan Lagunov
Hi, I've caught the following NullPointerException: org.apache.excalibur.source.impl.validity.AggregatedValidity.isValid(AggregatedValidity.java:45) org.apache.cocoon.components.validation.impl.CachingValidator.getSchema(CachingValidator.java:129)

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 context:property-placeholder/ but does not for cocoon's configurator:settings/. This is slightly weird as coocon configurator

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 context:property-placeholder/ but does not for cocoon's configurator:settings/. This is slightly weird as coocon configurator

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 context:property-placeholder/ but does not for cocoon's configurator:settings/. This is