Re: Building blocks with cocoon3

2009-12-13 Thread Reinhard Pötz
Thorsten Scherler wrote: Hi all, I am trying to develop a new cocoon3 block but I get an error when starting jetty. snip/ I'm going to have a look into this issue before creating the alpha-2 release artifacts. -- Reinhard Pötz Managing Director, {Indoqa} GmbH

Re: Cocoon documentation

2009-12-13 Thread Reinhard Pötz
Thorsten Scherler wrote: On Fri, 2009-12-04 at 12:09 +0100, Reinhard Pötz wrote: ... See http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk/cocoon-docs/src/docbkx/reference/ You can generate the documentation yourself by invoking 'mvn site' from the base directory of the cocoon-docs

Re: [c3] Conditional GET

2009-12-13 Thread Reinhard Pötz
Sylvain Wallez wrote: Steven Dolg wrote: Sylvain Wallez schrieb: Reinhard Pötz wrote: snip/ This additional layer is used to perform validity checks when necessary and/or desired and not check the validity if not. The intention here is to reuse the abstraction layer and not have this kind

SAXGenerator - URLGenerator

2009-12-13 Thread Reinhard Pötz
Long time ago (I think when the StAX module was added) we discussed to have a SAXGenerator which is mainly useful when the pipeline API is used. It has constructors for File, InputStream, String and Node. See

[vote] Simone Tripodi as new Cocoon committer

2009-12-13 Thread Reinhard Pötz
I propose Simone Tripodi as a new Cocoon committer and PMC member. Simone has been participating on our mailing lists since Sept 2008. Recently he provided an extensive patch that adds XInclude support to Cocoon 3. Additionally he provided 6 other patches. That shows that his interest in Cocoon

Re: [vote] Simone Tripodi as new Cocoon committer

2009-12-13 Thread Reinhard Pötz
Reinhard Pötz wrote: I propose Simone Tripodi as a new Cocoon committer and PMC member. Simone has been participating on our mailing lists since Sept 2008. Recently he provided an extensive patch that adds XInclude support to Cocoon 3. Additionally he provided 6 other patches. That shows

Re: [vote] Simone Tripodi as new Cocoon committer

2009-12-13 Thread Joerg Heinicke
On 13.12.2009 14:58, Reinhard Pötz wrote: I propose Simone Tripodi as a new Cocoon committer and PMC member. +1 Joerg

Re: SAXGenerator - URLGenerator

2009-12-13 Thread Simone Tripodi
Hi Reinhard, it makes a lot of sense - at least for me - since their internal behaviors are exactly the same. Have a nice sunday, Simo On Sun, Dec 13, 2009 at 2:44 PM, Reinhard Pötz reinh...@apache.org wrote: Long time ago (I think when the StAX module was added) we discussed to have a

Re: [vote] Simone Tripodi as new Cocoon committer

2009-12-13 Thread David Legg
Reinhard Pötz wrote: I propose Simone Tripodi as a new Cocoon committer and PMC member +1 David Legg

Re: [vote] Simone Tripodi as new Cocoon committer

2009-12-13 Thread Leszek Gawron
David Legg wrote: Reinhard Pötz wrote: I propose Simone Tripodi as a new Cocoon committer and PMC member +1 and welcome :) -- Leszek Gawron http://lgawron.blogspot.com

Re: SAXGenerator - URLGenerator

2009-12-13 Thread Joerg Heinicke
On 13.12.2009 14:44, Reinhard Pötz wrote: Long time ago (I think when the StAX module was added) we discussed to have a SAXGenerator which is mainly useful when the pipeline API is used. It has constructors for File, InputStream, String and Node. See

Re: [vote] Simone Tripodi as new Cocoon committer

2009-12-13 Thread Felix Knecht
On 13.12.2009 14:58, Reinhard Pötz wrote: I propose Simone Tripodi as a new Cocoon committer and PMC member. +1 Felix

Re: SAXGenerator - URLGenerator

2009-12-13 Thread Simone Tripodi
Hi all, I'd follow the Joerg suggestion since it reminded me the Neko HTML Generator included in the optional module that has the behavior similar to the old FileGenerator that takes an URL in input and transforms HTML in XHTML. At that point I'd suggest to have an AbstractGenerator that

Re: [vote] Simone Tripodi as new Cocoon committer

2009-12-13 Thread Peter Hunsberger
On Sun, Dec 13, 2009 at 7:58 AM, Reinhard Pötz reinh...@apache.org wrote: I propose Simone Tripodi as a new Cocoon committer and PMC member. +1 ! -- Peter Hunsberger

[jira] Created: (COCOON-2275) [PATCH] Fix for Portal block and block samples

2009-12-13 Thread Klaus Bertram (JIRA)
[PATCH] Fix for Portal block and block samples -- Key: COCOON-2275 URL: https://issues.apache.org/jira/browse/COCOON-2275 Project: Cocoon Issue Type: Bug Components: Blocks: Portal

[jira] Updated: (COCOON-2275) [PATCH] Fix for Portal block and block samples

2009-12-13 Thread Klaus Bertram (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Klaus Bertram updated COCOON-2275: -- Attachment: cocoon-portal-sample.patch cocoon-portal-impl.patch Patches

[jira] Updated: (COCOON-2275) [PATCH] Fix for Portal block and block samples

2009-12-13 Thread Klaus Bertram (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Klaus Bertram updated COCOON-2275: -- Description: There are many configurations inside the sample block and one inside the

Socket Exception thrown by cocoon

2009-12-13 Thread Chipmuns
Hi , Could anyone help me on the exception thrown ? Have being try to trace what is the cause but cant pinpoint the real problem. Suspect could it be caused by tcp connection ClientAbortException: java.net.SocketException: Broken pipe at

Re: [c3] Conditional GET

2009-12-13 Thread Sylvain Wallez
Reinhard Pötz wrote: When coming back to my original question about the implementation conditional get support based on cache keys, the important part of your comments is that you suggest using a _strong_ hash key. Is there any concrete implementation that you can recommend? (regarding speed and