[jira] Created: (COCOON-1984) o.a.c.environment.TemplateObjectModelHelper.ParametersMap does not override toString()

2007-01-18 Thread Mark Lundquist (JIRA)
o.a.c.environment.TemplateObjectModelHelper.ParametersMap does not override toString() -- Key: COCOON-1984 URL: https://issues.apache.org/jira/browse/COCOON-1984

Re: Input modules samples broken in trunk

2007-01-18 Thread Mark Lundquist
On Jan 4, 2007, at 4:51 PM, Mark Lundquist wrote: The modules samples are broken... 1) For the jxpath modules, an exception is thrown: org.apache.commons.jxpath.JXPathException: Cannot access property: rg.apache.cocoon.environment.wrapper.RequestWrapper.attributeNames; No read method

[jira] Created: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard (JIRA)
AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline --- Key: COCOON-1985 URL: https://issues.apache.org/jira/browse/COCOON-1985 Project:

[jira] Updated: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ellis Pritchard updated COCOON-1985: Attachment: patch.txt AbstractCachingProcessingPipeline locking with IncludeTransformer

[jira] Commented: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465728 ] Ellis Pritchard commented on COCOON-1985: - The patch file may not be directly applicable (wrong root?), but

Re: Input modules samples broken in trunk

2007-01-18 Thread Mark Lundquist
On Jan 4, 2007, at 4:51 PM, Mark Lundquist wrote: 1) For the jxpath modules, an exception is thrown: org.apache.commons.jxpath.JXPathException: Cannot access property: rg.apache.cocoon.environment.wrapper.RequestWrapper.attributeNames; No read method I thought I saw an error

Configuration of Continuum

2007-01-18 Thread Carsten Ziegeler
Can we somehow configure Continuum in our zone to use standard port (80)? Carsten -- Carsten Ziegeler http://www.osoco.org/weblogs/rael/

[RT] Add schema validation for sitemap

2007-01-18 Thread Carsten Ziegeler
I started writing an XML schema for our sitemap. You can find a first version in the 2.1.x branch at tools/src/sitemap-1.0.xsd. My idea is to add schema validation to our tree processor engine in trunk and validate a sitemap when it is read. Of course this will be configurable and can be turned

RE: [jira] Created: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ard Schrijvers
Hello, Cocoon 2.1.9 introduced the concept of a lock in AbstractCachingProcessingPipeline, an optimization to prevent two concurrent requests from generating the same cached content. The first request adds the pipeline key to the transient cache to 'lock' the cache entry for that

[continuum] BUILD FAILURE: Apache Cocoon

2007-01-18 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1728 Build statistics: State: Failed Previous State: Failed Started at: Thu, 18 Jan 2007 12:10:50 + Finished at: Thu, 18 Jan 2007 12:10:56 +

Re: [RT] Add schema validation for sitemap

2007-01-18 Thread Reinhard Poetz
Carsten Ziegeler wrote: I started writing an XML schema for our sitemap. You can find a first version in the 2.1.x branch at tools/src/sitemap-1.0.xsd. My idea is to add schema validation to our tree processor engine in trunk and validate a sitemap when it is read. Of course this will be

[jira] Closed: (COCOON-1981) Allow map:call to call any function

2007-01-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed COCOON-1981. Resolution: Fixed Fix Version/s: 2.2-dev (Current SVN) Patch applied. Thanks!

[continuum] BUILD ERROR: Cocoon Blocks Framework Demo Block 2

2007-01-18 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/79/buildId/1732 Build statistics: State: Error Previous State: Error Started at: Thu, 18 Jan 2007 12:22:56 + Finished at: Thu, 18 Jan 2007 12:23:01 +

[continuum] BUILD ERROR: Cocoon Blocks Framework Demo Block 1

2007-01-18 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/78/buildId/1733 Build statistics: State: Error Previous State: Error Started at: Thu, 18 Jan 2007 12:23:02 + Finished at: Thu, 18 Jan 2007 12:23:06 +

[continuum] BUILD ERROR: Cocoon Blocks Framework Sample Blocks

2007-01-18 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/80/buildId/1734 Build statistics: State: Error Previous State: Error Started at: Thu, 18 Jan 2007 12:23:06 + Finished at: Thu, 18 Jan 2007 12:23:11 +

Re: Configuration of Continuum

2007-01-18 Thread Reinhard Poetz
Carsten Ziegeler wrote: Can we somehow configure Continuum in our zone to use standard port (80)? It should be possible to configure it in httpd.conf, but IIRC Jorg wasn't able to make it work. -- Reinhard Pötz Independent Consultant, Trainer (IT)-Coach {Software Engineering,

[jira] Created: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Felix Knecht (JIRA)
Can't run block cocoon-session-fw-impl -- Key: COCOON-1986 URL: https://issues.apache.org/jira/browse/COCOON-1986 Project: Cocoon Issue Type: Bug Components: Blocks: Session Framework

Re: [RT] Add schema validation for sitemap

2007-01-18 Thread Carsten Ziegeler
Reinhard Poetz wrote: Carsten Ziegeler wrote: I started writing an XML schema for our sitemap. You can find a first version in the 2.1.x branch at tools/src/sitemap-1.0.xsd. My idea is to add schema validation to our tree processor engine in trunk and validate a sitemap when it is read. Of

Re: Configuration of Continuum

2007-01-18 Thread Carsten Ziegeler
Reinhard Poetz wrote: Carsten Ziegeler wrote: Can we somehow configure Continuum in our zone to use standard port (80)? It should be possible to configure it in httpd.conf, but IIRC Jorg wasn't able to make it work. Not sure if it helps, put e.g. jackrabbit is having a working continuum

[jira] Assigned: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned COCOON-1986: Assignee: Carsten Ziegeler Can't run block cocoon-session-fw-impl

Re: [RT] Add schema validation for sitemap

2007-01-18 Thread Reinhard Poetz
Carsten Ziegeler wrote: Reinhard Poetz wrote: Carsten Ziegeler wrote: I started writing an XML schema for our sitemap. You can find a first version in the 2.1.x branch at tools/src/sitemap-1.0.xsd. My idea is to add schema validation to our tree processor engine in trunk and validate a

Re: [jira] Commented: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Felix Knecht
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carsten Ziegeler (JIRA) schrieb: [ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465746 ] Carsten Ziegeler commented on COCOON-1986:

[jira] Closed: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed COCOON-1986. Resolution: Fixed Can't run block cocoon-session-fw-impl

Re: [jira] Commented: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Carsten Ziegeler
Felix Knecht wrote: Carsten Ziegeler (JIRA) schrieb: [ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465746 ] Carsten Ziegeler commented on COCOON-1986: -- I

[jira] Updated: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht updated COCOON-1986: - Attachment: patch.txt Can't run block cocoon-session-fw-impl

[jira] Reopened: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht reopened COCOON-1986: -- org.apache.cocoon.components.ExtendedComponentSelector doesn't exists anymore in cocoon-2.2. Is

[jira] Updated: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht updated COCOON-1986: - Other Info: [Patch available] Can't run block cocoon-session-fw-impl

[jira] Closed: (COCOON-1986) Can't run block cocoon-session-fw-impl

2007-01-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed COCOON-1986. Resolution: Fixed Ok, should be fixed now :) Thanks! Can't run block

Re: [jira] Created: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard
Hi, The crux is that the sub-pipeline is called twice within the context of the master pipeline (once by the root pipeline, once by an include); thus the pipeline keys which are the same are those for the sub-pipeline, not the master pipeline. My 'broken' pipeline is too complex to explain,

[jira] Updated: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ellis Pritchard updated COCOON-1985: Attachment: sitemap.xmap AbstractCachingProcessingPipeline locking with

[jira] Updated: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ellis Pritchard updated COCOON-1985: Attachment: includer.xsl AbstractCachingProcessingPipeline locking with

[jira] Commented: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465800 ] Ellis Pritchard commented on COCOON-1985: - Ok, attached are a very simple sitemap and XSL stylesheet which

RE: [jira] Created: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ard Schrijvers
Hi, The crux is that the sub-pipeline is called twice within the context of the master pipeline (once by the root pipeline, once by an include); thus the pipeline keys which are the same are those for the sub-pipeline, not the master pipeline. My 'broken' pipeline is too complex

Re: [jira] Created: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ellis Pritchard
Hi Ard, I've not tried the double-aggregate thing (yet), but I've now attached to the bug a very simple repeatable test that demonstrates the lock up as I've experienced it. Have fun! Ellis. Ard Schrijvers wrote: Hi, The crux is that the sub-pipeline is called twice within the context

Re: Configuration of Continuum

2007-01-18 Thread Jorg Heymans
Carsten Ziegeler wrote: Can we somehow configure Continuum in our zone to use standard port (80)? It should be possible to configure it in httpd.conf, but IIRC Jorg wasn't able to make it work. Nope, but that was probably more because of my lousy apache mod_* knowledge than anything else.

RE: [jira] Created: (COCOON-1985) AbstractCachingProcessingPipeline locking with IncludeTransformer may hang pipeline

2007-01-18 Thread Ard Schrijvers
Hello Ellis, Hi Ard, I've not tried the double-aggregate thing (yet), but I've now attached to the bug a very simple repeatable test that demonstrates the lock up as I've experienced it. I do not doubt about your testsI will try to find some time to verify your findings (and

CleanupTransformer + HTMLSerializer = Doctype twice problem

2007-01-18 Thread Alexander Klimetschek
Hi, when using the CleanupTransformer from the html-block together with the o.a.c.serialization.HTMLSerializer I get duplicate Doctype declarations at the beginning of the HTML document. --- !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

Re: [RT] Add schema validation for sitemap

2007-01-18 Thread Fred Vos
On Thu, Jan 18, 2007 at 01:50:52PM +0100, Carsten Ziegeler wrote: Reinhard Poetz wrote: Carsten Ziegeler wrote: I started writing an XML schema for our sitemap. You can find a first version in the 2.1.x branch at tools/src/sitemap-1.0.xsd. My idea is to add schema validation to our tree

Re: What is the deal with pipelines :-) (was Re: What is the deal with blocks)

2007-01-18 Thread Mark Lundquist
On Jan 10, 2007, at 7:35 PM, Vadim Gritsenko wrote: You might find this useful. http://marc.theaimsgroup.com/?l=xml-cocoon-devm=101053457412921 Yes I do :-). I haven't had a chance to go through it to any depth, but IMHO this is about the level of formalism that we need from the user

[continuum] BUILD ERROR: Cocoon Blocks Framework Demo Block 2

2007-01-18 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/79/buildId/1748 Build statistics: State: Error Previous State: Error Started at: Fri, 19 Jan 2007 00:09:48 + Finished at: Fri, 19 Jan 2007 00:09:49 +

[continuum] BUILD ERROR: Cocoon Blocks Framework Demo Block 1

2007-01-18 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/78/buildId/1749 Build statistics: State: Error Previous State: Error Started at: Fri, 19 Jan 2007 00:09:49 + Finished at: Fri, 19 Jan 2007 00:09:50 +

[continuum] BUILD ERROR: Cocoon Blocks Framework Sample Blocks

2007-01-18 Thread [EMAIL PROTECTED]
Online report : http://cocoon.zones.apache.org:12000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/80/buildId/1750 Build statistics: State: Error Previous State: Error Started at: Fri, 19 Jan 2007 00:09:50 + Finished at: Fri, 19 Jan 2007 00:09:51 +

Re: Configuration of Continuum

2007-01-18 Thread Carsten Ziegeler
Jorg Heymans wrote: Carsten Ziegeler wrote: Can we somehow configure Continuum in our zone to use standard port (80)? It should be possible to configure it in httpd.conf, but IIRC Jorg wasn't able to make it work. Nope, but that was probably more because of my lousy apache mod_*