Portal in 2.1 branch

2007-12-14 Thread Vadim Gritsenko
... is failing: Message: Could not find component (key [org.apache.cocoon.portal.impl.PageLabelManager]) Description: org.apache.avalon.framework.configuration.ConfigurationException: Could not load class org.apache.cocoon.portal.event.aspect.impl.PageLabelEventAspect for component

Re: Portal in 2.1 branch

2007-12-14 Thread Carsten Ziegeler
Hmpf, it's working hereI'll have a look at it. Carsten Vadim Gritsenko wrote: ... is failing: Message: Could not find component (key [org.apache.cocoon.portal.impl.PageLabelManager]) Description: org.apache.avalon.framework.configuration.ConfigurationException: Could not load class

[jira] Commented: (COCOON-2052) Allow Ajax submission of forms with empty upload field

2007-12-14 Thread Antonio Gallardo (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551921 ] Antonio Gallardo commented on COCOON-2052: -- Thanks for the patch. I applied it to 2.1.11-dev. To close the

Portal block: Cocoon demo site initialization error

2007-12-14 Thread Antonio Gallardo
Hi folks, Please check the link: http://cocoon.zones.apache.org/demos/21branch/ I got: Message: Could not find component (key [org.apache.cocoon.portal.impl.PageLabelManager]) Best Regards, Antonio Gallardo.

Re: Portal block: Cocoon demo site initialization error

2007-12-14 Thread Vadim Gritsenko
On Dec 14, 2007, at 3:12 PM, Antonio Gallardo wrote: Hi folks, Hey Antonio! Are you planning on applying your patches to trunk too? Would be nice! :) Please check the link: http://marc.info/?l=xml-cocoon-devm=119763815010936 :) Vadim

Re: Spring bean names

2007-12-14 Thread Vadim Gritsenko
On Dec 7, 2007, at 1:08 PM, Carsten Ziegeler wrote: The [Spring Configurator's bean] map uses the interface to search for all beans of this interface. Then the interface name is used as a prefix to find the selector hint (key). So if a bean for interface foo.Bar is found and has the bean name

Re: Pros and cons of extension less requests (was Re: Url without extensions - how to match/rewrite)

2007-12-14 Thread Vadim Gritsenko
On Dec 10, 2007, at 11:34 AM, Thorsten Scherler wrote: On Mon, 2007-12-10 at 10:00 -0500, Vadim Gritsenko wrote: On Dec 10, 2007, at 3:40 AM, Thorsten Scherler wrote: I ended up with: !-- This will match all extension less requests -- map:match type=regexp pattern=^[^.]+$ !-- This

Re: [jira] Commented: (COCOON-1990) Redirect bug WITHIN sub sitemap WHEN using uri-prefix in map:mount

2007-12-14 Thread Vadim Gritsenko
On Dec 8, 2007, at 7:24 AM, Alfred Nathaniel wrote: On Fri, 2007-12-07 at 23:09 -0500, Vadim Gritsenko wrote: On Dec 7, 2007, at 10:37 PM, Jörg Heinicke (JIRA) wrote: Also I don't like the idea of checking for a particular protocol. In theory somebody could have implemented its own protocol

Re: Logging, Re: [jira] Created: (COCOON-2147) Log4j configuration is loaded to late with Spring Configurator

2007-12-14 Thread Vadim Gritsenko
On Nov 15, 2007, at 12:13 PM, Carsten Ziegeler wrote: Vadim Gritsenko wrote: Carsten Ziegeler (JIRA) wrote: Log4j configuration is loaded to late with Spring Configurator ... There might be different solutions for this: a) Provide a configuration servlet/servlet listener (Spring provides