RE: JSR 168 in new portal

2004-06-25 Thread Grofk Martin
The version of the Tomcat is 4.1.30. Pluto (version 1.0.1) was build and deployed by maven rc1. (maven fullDeployment command). Then I check pluto instalation - test portlets were OK. I stopped tomcat. I unpacked cocoon war into the tomcat's webapps dir and removed pluto*.jar and

RE: JSR 168 in new portal

2004-06-25 Thread Carsten Ziegeler
You have to enable cross context access for Cocoon. Add a cocoon.xml in the webapps directory with the following content: Context path=/cocoon docBase=cocoon crossContext=true /Context Then it should work. HTH Carsten -Original Message- From: Grofcík Martin [mailto:[EMAIL PROTECTED]

RE: JSR 168 in new portal

2004-06-25 Thread Grofk Martin
Thak you a lot. It helps. Regards Martin -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 10:27 AM To: [EMAIL PROTECTED] Subject: RE: JSR 168 in new portal You have to enable cross context access for Cocoon. Add a cocoon.xml in the webapps

Re: Playing with the JCR RI

2004-06-25 Thread Sylvain Wallez
Stefano Mazzocchi wrote: Ugo Cei wrote: Il giorno 24/giu/04, alle 18:23, Stefano Mazzocchi ha scritto: But I do think it makes sense to have general pipeline components that are able to read and write into a JCR repository anyway, but probably a Source would be better in this regard. Hmmm, I

Throwing errors in component's initialize() method

2004-06-25 Thread Bart Molenkamp
Hello, I've written a component which uses native code. Therefore it needs to load native libraries (I do this in the initialize() method) and when something goes wrong with that, Errors get thrown (e.g. UnsatisfiedLinkError). But Cocoon doesn't seem to recognize this, and it looks like Cocoon

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Sylvain Wallez
Tony Collen wrote: This is a late-night, rambling [RT]. I think it's a good idea. You may or may not. Please flame, argue, discuss, rant, etc... it's an [RT], after all... Have fun! The Problem: Documentation Right here is where I would discuss the problem in a more in-depth sort of way,

Re: Throwing errors in component's initialize() method

2004-06-25 Thread Sylvain Wallez
Bart Molenkamp wrote: Hello, I've written a component which uses native code. Therefore it needs to load native libraries (I do this in the initialize() method) and when something goes wrong with that, Errors get thrown (e.g. UnsatisfiedLinkError). But Cocoon doesn't seem to recognize this, and it

RE: Throwing errors in component's initialize() method

2004-06-25 Thread Bart Molenkamp
Ok, thanks, But could you tell me why it catches only exceptions, and not errors? (Just interested). Bart. -Original Message- From: Sylvain Wallez [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 12:44 PM To: [EMAIL PROTECTED] Subject: Re: Throwing errors in component's

OpenOffice frontend for CMS (was: [RT] The Cocoon Handbook)

2004-06-25 Thread Jon Evans
Hi Sylvain, On 25 Jun 2004, at 11:42, Sylvain Wallez wrote: Now we have that nice thing called OpenOffice that is a wordprocessor storing its content as XML in a zip archive. We've used it as a front-end for a CMS, providing template documents with style sheets that have to be used. These styles

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Vadim Gritsenko
Sylvain Wallez wrote: Now we have that nice thing called OpenOffice that is a wordprocessor storing its content as XML in a zip archive. We've used it as a front-end for a CMS, providing template documents with style sheets that have to be used. These styles match the structure of the target

Re: Serious FlowScript problem

2004-06-25 Thread Jon Evans
Hi, On 24 Jun 2004, at 13:49, Jeremy Quinn , Jeremy Quinn wrote: Thanks for your suggestion, but context:// has never been an issue for me in the past. There has been a bug in the latest CVS for the last few weeks, that Carsten fixed yesterday. Have you tested your app again with the latest

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Upayavira
Vadim Gritsenko wrote: Sylvain Wallez wrote: Now we have that nice thing called OpenOffice that is a wordprocessor storing its content as XML in a zip archive. We've used it as a front-end for a CMS, providing template documents with style sheets that have to be used. These styles match the

Re: Serious FlowScript problem

2004-06-25 Thread Jeremy Quinn
On 25 Jun 2004, at 12:29, Jon Evans wrote: Hi, On 24 Jun 2004, at 13:49, Jeremy Quinn , Jeremy Quinn wrote: Thanks for your suggestion, but context:// has never been an issue for me in the past. There has been a bug in the latest CVS for the last few weeks, that Carsten fixed yesterday. Have

OpenJMS vs. ActiveMQ

2004-06-25 Thread Ugo Cei
Dear Cocooners, currently our JMS block, to be actually working, requires that one: - download and install a JMS client library, which we don't distribute for licensing reasons - have a running instance of a JMS server in another VM This is not very comfortable, isn't it? But today I stumbled

Getting the Context Path inside a FormValidator

2004-06-25 Thread Andreas Schmid
Is it possible to get the context path where a application is running from within a FormValidator in CForms ? Maybe there is a way to get a servicemanager using a static method from any class i do not know ... Somebody out there able helping me ? THX Andreas Schmid

RE: [RT] The Cocoon Handbook - some actions

2004-06-25 Thread H . vanderLinden
Guys, I've seen many discussions and nice ideas, but so far only suggestions. Here is my compilation of these suggestions: 1. Nicola offered to set up a space for the documents using Forrest. Given other remarks it should be possible/easy to convert any structured electronic text to something

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Sylvain Wallez
Vadim Gritsenko wrote: Sylvain Wallez wrote: Now we have that nice thing called OpenOffice that is a wordprocessor storing its content as XML in a zip archive. We've used it as a front-end for a CMS, providing template documents with style sheets that have to be used. These styles match the

Re: Throwing errors in component's initialize() method

2004-06-25 Thread Sylvain Wallez
Bart Molenkamp wrote: Ok, thanks, But could you tell me why it catches only exceptions, and not errors? (Just interested). Because, quoting the Javadoc, An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch. This has been

Re: OpenOffice frontend for CMS

2004-06-25 Thread Sylvain Wallez
Jon Evans wrote: Hi Sylvain, On 25 Jun 2004, at 11:42, Sylvain Wallez wrote: Now we have that nice thing called OpenOffice that is a wordprocessor storing its content as XML in a zip archive. We've used it as a front-end for a CMS, providing template documents with style sheets that have to be

[ANN] Radeox wiki parser available under ASL 2.0 license

2004-06-25 Thread Bertrand Delacretaz
Big thanks to the Radeox team! They have agreed to re-license Radeox under the ASL 2.0 license, so that we can distribute it in Cocoon. As I'm leaving soon for the Big Trip, I won't be able to work on the integration, but if someone's available you'll find the details below. Stephan Schmidt

Leasson learned (was: Looking for a block name: forum, vote, poll components)

2004-06-25 Thread Bertrand Delacretaz
Hi folks, I should have learned before that pre-annoucing stuff usually does not work ;-( I won't have enough time before the Big Trip to contribute the forum components as (more or less) promised, sorry. So, unless someone beats me to it, it won't be before the end of August. -Bertrand Le 18

Re: OpenOffice frontend for CMS

2004-06-25 Thread Jon Evans
Hi Sylvain, On 25 Jun 2004, at 14:15, Sylvain Wallez wrote: It's proprietary, but some basic blocks that were needed to build it are now in Cocoon: ZipArchiveSerializer, CVSSource (at cocoondev.org), some parts of Cocoon Forms, etc. OK, cheers. It sounds like an idea worth pursuing here for a

Re: Leasson learned

2004-06-25 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Hi folks, I should have learned before that pre-annoucing stuff usually does not work ;-( I won't have enough time before the Big Trip to contribute the forum components as (more or less) promised, sorry. So, unless someone beats me to it, it won't be before the end

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Reinhard Poetz
Sylvain Wallez wrote: Vadim Gritsenko wrote: Sylvain Wallez wrote: Now we have that nice thing called OpenOffice that is a wordprocessor storing its content as XML in a zip archive. We've used it as a front-end for a CMS, providing template documents with style sheets that have to be used.

NOTICE: Wiki editing

2004-06-25 Thread Steven Noels
Hi folks, Due to excessive spamming and a impending migration to the Apache Wiki, the Cocoon Wiki is currently set to fake read-only. If you want to edit pages on the Wiki, please poll the PMC list ([EMAIL PROTECTED]) for details. Thanks, /Steven -- Steven Noels

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Tony Collen
Sylvain Wallez wrote: Now we have that nice thing called OpenOffice that is a wordprocessor storing its content as XML in a zip archive. We've used it as a front-end for a CMS, providing template documents with style sheets that have to be used. These styles match the structure of the target

Cocoon Docs SVN Repository?

2004-06-25 Thread Nicola Ken Barozzi
To start off the new documentation effort, I'd like to use subversion and html. This would give us the possibility of simply navigating the latest docs in source control in an easy way, and given how well tortoiseSVN works also to make it easier for doc writers. Is it ok if I ask

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Nicola Ken Barozzi
Sylvain Wallez wrote: ... The problem is that it requires storing the sxw as a binary file, which doesn't help to track changes. Come on guys HTML, HTML, HTML! Forrest *already* can use HTML! -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent -

Re: Cocoon Docs SVN Repository?

2004-06-25 Thread Tony Collen
Nicola Ken Barozzi wrote: To start off the new documentation effort, I'd like to use subversion and html. +1. I would also like to see how well XHTML2 works for this, but I know Forrest doesn't support it yet. I like the idea of using some sort of nice editor (e.g. OpenOffice), but I think it

Re: Getting the Context Path inside a FormValidator

2004-06-25 Thread Joerg Heinicke
On 25.06.2004 14:44, Andreas Schmid wrote: Is it possible to get the context path where a application is running from within a FormValidator in CForms ? Maybe there is a way to get a servicemanager using a static method from any class i do not know ... Somebody out there able helping me ?

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Joerg Heinicke
On 25.06.2004 18:09, Tony Collen wrote: Hmm, how is OpenOffice on Win32? I've never ever used it, so it would be something new for me to pick up.. not like using office software is hard or anything. I'd be worried about usability or whatever. I suppose I'll download it and play with it. I

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Joerg Heinicke
On 25.06.2004 19:12, Nicola Ken Barozzi wrote: The problem is that it requires storing the sxw as a binary file, which doesn't help to track changes. Come on guys HTML, HTML, HTML! Forrest *already* can use HTML! Why that low-level? You don't have a real page structure then, it's to loose IMO.

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Joerg Heinicke
On 24.06.2004 20:00, Nicola Ken Barozzi wrote: IMHO the real thing we need is structure for others to fill in. Cocoon has a lot of docs, both on the site and on the Wiki, but it's hard to find them. Don't forget Helma's effort on that: http://wiki.cocoondev.org/Wiki.jsp?page=Cocoon215TOC Joerg

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Joerg Heinicke
On 24.06.2004 17:54, Berin Loritsch wrote: It really doesn't matter how it is written as long as the information gets out there. I tend to Sylvain's POV: Yes, talking about technology rather than about writers, but IMO writers will come if they can use productive tools for the job. Heck, use

Re: [RT] The Cocoon Handbook

2004-06-25 Thread Joerg Heinicke
Ok, after I have shoot on most of the proposals I guess I must provide better alternatives :) My two alternatives for large structured documentations already have been mentioned: DocBook and Open Office. The Solution I propose we create a free, high-quality electronic book (entitled

Re: [RT] The Cocoon Handbook

2004-06-25 Thread David Crossley
Nicola Ken Barozzi wrote: Carlos Araya wrote: I think that it needs to be a collaborative effort. There has to be a coordinator/prodder and collector of volunteers/editor but there has to be a collaborative effort as no one has expertise in all areas of Cocoon. We already did it, it

Re: [RT] The Cocoon Handbook

2004-06-25 Thread David Crossley
Carlos Araya wrote: I think that it needs to be a collaborative effort. There has to be a coordinator/prodder and collector of volunteers/editor but there has to be a collaborative effort as no one has expertise in all areas of Cocoon. Definitely. We have the collaborators right here on the

Re: [RT] The Cocoon Handbook

2004-06-25 Thread David Crossley
Joerg Heinicke wrote: I can live with both OO and DocBook. While the latter one is really straight forward for us, we will probably not really attract documentors, even with some fancy editors like XXE as the usability is not as good as with OO. But maybe that's only because the documentor

Re: Cocoon Docs SVN Repository?

2004-06-25 Thread David Crossley
Nicola Ken Barozzi wrote: To start off the new documentation effort, I'd like to use subversion and html. This would give us the possibility of simply navigating the latest docs in source control in an easy way, and given how well tortoiseSVN works also to make it easier for doc writers.

Wiki status (Was: Cocoon Docs SVN Repository?)

2004-06-25 Thread David Crossley
Tony Collen wrote: A few random questions: What is the status of the apache.org Wiki? Is it stable usable? Not yet. What you see is the result of the latest test conversion. Upayavira asked for comments and there was not much reply, so lets assume that we are ready to do the final

Outdated infor about Cocoon in main apache site

2004-06-25 Thread Antonio Gallardo
Hi: I noted the info in main apache website about cocoon is outdated: http://www.apache.org/foundation/projects.html Best Regards, Antonio Gallardo