Re: [proposal] Cocoon documentation system

2005-01-18 Thread David Crossley
Reinhard Poetz wrote: > David Crossley wrote: > >Reinhard Poetz wrote: > > Yep. I hope that I can convince at least one of them to help me. Actually I > need some Java code ;-) So here I ask officially: Who volunteers to write > the Java code that communicates with the SVN repository (read and c

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
David Crossley wrote: Reinhard Poetz wrote: Thank you. But as you say, it depends if it is allowed that either a webapp or a mail server is allowed to do a commit. If yes, we have many options. With the current situation, that is a no. Evidently there are solutions on the way. Spurts of discussi

Re: [proposal] Cocoon documentation system

2005-01-18 Thread David Crossley
Reinhard Poetz wrote: > > Thank you. But as you say, it depends if it is allowed that either a webapp > or a mail server is allowed to do a commit. If yes, we have many options. With the current situation, that is a no. Evidently there are solutions on the way. Spurts of discussion happen on [E

Re: svn commit: r125515 -

2005-01-18 Thread Ralph Goers
AbstractProfileManager still has saveUserProfiles(). It is implemented as I remembered, by calling saveUserLayout() and saveUserCopletInstances(). So the effect of the way the code is now is that the copletinstancedata will be saved twice on a call to saveUserProfiles(). saveUserProfiles is calle

MountTableMatcher '/' change?

2005-01-18 Thread Tim Larson
Would it hurt anything to make this change in the MountTableMatcher? From: // Append a '/' at the end of the prefix // this avoids flat uri matching which would cause // exceptions in the sub sitemap! if (!prefix.endsWith("/")) { prefix = prefix + '/'; } To: // App

Re: svn commit: r125515 -

2005-01-18 Thread Carsten Ziegeler
Ralph Goers wrote: Darn - email problems. I accidently deleted the message I wanted to reply to. Anyway, saveUserCopletInstance is the method I really care about. I don't think anything was ever actually calling the other save methods. When I added support for storing JSR-168 Portlet preferences

Re: svn commit: r125515 -

2005-01-18 Thread Ralph Goers
Darn - email problems. I accidently deleted the message I wanted to reply to. Anyway, saveUserCopletInstance is the method I really care about. I don't think anything was ever actually calling the other save methods. When I added support for storing JSR-168 Portlet preferences I added code to ca

DO NOT REPLY [Bug 33097] - caching of i18n XMLResourceBundle's is faulty with multiple locations

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Stefano Mazzocchi
Nicola Ken Barozzi wrote: Reinhard Poetz wrote: ... ... and if there is no other way, I have ideas to perfectly work around the ASF infrastructure without having to forbear from online editing. IMHO enough bike-shedding on this thread. You know what is available, you know what you want to do. W

Re: svn commit: r125515 -

2005-01-18 Thread Carsten Ziegeler
Ah, I just noticed that the ProfileManager interface has changed as well - there are now three save methods: /** * Save the profile */ void saveUserProfiles(String layoutKey); /** * Save the layout * @param layoutKey */ void saveUserLayout(String layoutKey

Re: svn commit: r125515 -

2005-01-18 Thread Carsten Ziegeler
Hi Ralph, I'm trying to understand it as well :) I found out today, that saving the profile resulted in an NPE in the saveUserLayout() method. This was due to some missing initialization that were removed. What I didn't realize while readding the missing code was the name of the method - saveUs

Re: [OT] svn libraries (Re: [proposal] Cocoon documentation system)

2005-01-18 Thread Stefano Mazzocchi
Torsten Curdt wrote: We had so many problems with subclipse under linux that we finally went back to the commandline! ...maybe it's worth giving it another try. But a few months ago subclipse with JNI was just a PITA. Of course using JNI will result in more pain than a pure java library and if th

Re: svn commit: r125515 -

2005-01-18 Thread Ralph Goers
Carsten - I'm trying to understand what is up here. There used to be a method called storeProfile() in AbstractProfileManager. My recollection is that in AuthenticationProfileManager storeProfile() called saveUserLayout() and saveUserCopletInstance(). Each of those methods only stored the object

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Stefano Mazzocchi
Steven Noels wrote: On 18 Jan 2005, at 10:59, Reinhard Poetz wrote: I'm not in the position to change the ASF policy and I don't have the energy to lead all the necessary discussions. Sure. Ditto here. :-) Besides, the ASF policy is sound, if only optimized a wee bit towards source code governan

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Stefano Mazzocchi
Bertrand Delacretaz wrote: Le 18 janv. 05, à 09:59, Reinhard Poetz a écrit : ...as *I* have to do it, I'll take the road that's the fastest for *me*... +1, whoever does the work gets to decide (and later the community decides to use the stuff or not, but in this case I'm not worried ;-) +1, darw

Re: Importing libraries from ibiblio

2005-01-18 Thread Vadim Gritsenko
Sylvain Wallez wrote: With dependencies fetched from a repository, we can provide 3 different distros: - source, with no dependent libraries included. This is basically a snapshot of the svn tree - full source (jdk1.3 for 2.1 and jdk1.4 for 2.2) - small binary, with no dependent libraries include

DO NOT REPLY [Bug 32961] - [PATCH] Allow to use fb:insert-bean with add methods without a parameter

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Torsten Curdt wrote: every new/modified doc has to be approved by a committer. My plan is, that this approval is part of the online webapp. >RT> Why not simple moderation via email? Committers could subscribe to a special closed mailing list. The webapp send emails with diffs and a link with a t

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Vadim Gritsenko
Stefano Mazzocchi wrote: As for french docs, I *strongly* think that we should do this thru content-negotiation rather than URL design. A person accessing the page with a french browser will get the page in french, that's all they have to know Can you rely that each person in France will have "f

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Torsten Curdt
every new/modified doc has to be approved by a committer. My plan is, that this approval is part of the online webapp. >RT> Why not simple moderation via email? Committers could subscribe to a special closed mailing list. The webapp send emails with diffs and a link with a token. If anyone clicks

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Steven Noels wrote: On 18 Jan 2005, at 13:20, Reinhard Poetz wrote: ... and if there is no other way, I have ideas to perfectly work around the ASF infrastructure without having to forbear from online editing. Fair enough. I'm really curious though how you're going to handle authentication (oth

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Steven Noels
On 18 Jan 2005, at 13:20, Reinhard Poetz wrote: ... and if there is no other way, I have ideas to perfectly work around the ASF infrastructure without having to forbear from online editing. Fair enough. I'm really curious though how you're going to handle authentication (other than running the e

DO NOT REPLY [Bug 33152] - [PATCH] Portal : Basket item title and the BasketTransformer

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33152] New: - [PATCH] Portal : Basket item title and the BasketTransformer

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Basket item title and the BasketTransformer

2005-01-18 Thread Ralph Goers
Philippe Gassmann wrote: Hi, I'm currently working on an application that use the portal basket. I use the BaksetTransformer and the tag. It could be useful to set a title to the item... So, I propose modifying the BasketTransformer to add a title attribute to the add-item tag. (I already use a p

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Nicola Ken Barozzi
Reinhard Poetz wrote: ... ... and if there is no other way, I have ideas to perfectly work around the ASF infrastructure without having to forbear from online editing. IMHO enough bike-shedding on this thread. You know what is available, you know what you want to do. Whatever you do or choose, I'

DO NOT REPLY [Bug 33097] - caching of i18n XMLResourceBundle's is faulty with multiple locations

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Basket item title and the BasketTransformer

2005-01-18 Thread Philippe Gassmann
Hi, I'm currently working on an application that use the portal basket. I use the BaksetTransformer and the tag. It could be useful to set a title to the item... So, I propose modifying the BasketTransformer to add a title attribute to the add-item tag. (I already use a patched one) for example

DO NOT REPLY [Bug 33150] New: - enum used as variable name in o.a.c.portal....FolderTransformer

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33097] - caching of i18n XMLResourceBundle's is faulty with multiple locations

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Configuring OJB and HSQLDB

2005-01-18 Thread Jeremy Quinn
On 18 Jan 2005, at 12:30, Jeremy Quinn wrote: Hi All I have been working on adding the ability to save favourite queries to HSQLDB using OBJ, to the QueryBean Block in trunk. While doing this work, several issues arose in the configuration of OJB in Cocoon. Sequences: Even though the org.apach

DO NOT REPLY [Bug 33097] - caching of i18n XMLResourceBundle's is faulty with multiple locations

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [OT] svn libraries (Re: [proposal] Cocoon documentation system)

2005-01-18 Thread Torsten Curdt
We had so many problems with subclipse under linux that we finally went back to the commandline! ...maybe it's worth giving it another try. But a few months ago subclipse with JNI was just a PITA. Of course using JNI will result in more pain than a pure java library and if there was such a thing,

Configuring OJB and HSQLDB

2005-01-18 Thread Jeremy Quinn
Hi All I have been working on adding the ability to save favourite queries to HSQLDB using OBJ, to the QueryBean Block in trunk. While doing this work, several issues arose in the configuration of OJB in Cocoon. Sequences: Even though the org.apache.ojb.broker.util.sequence.SequenceManagerHigh

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Reinhard Poetz wrote: Steven Noels wrote: On 18 Jan 2005, at 10:59, Reinhard Poetz wrote: I'm not in the position to change the ASF policy and I don't have the energy to lead all the necessary discussions. Sure. Ditto here. :-) Besides, the ASF policy is sound, if only optimized a wee bit towards

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Steven Noels wrote: On 18 Jan 2005, at 11:49, Reinhard Poetz wrote: Steven Noels wrote: I'm not so optimistic about a) the chance that automated SVN commit access using role accounts will be granted, and b) whether the technicalities of a secure webapp which is tied to the ASF web of trust (key

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Andreas Kuckartz
Obviously there probably would be something wrong somewhere if Apache Lenya were used to publish the documentation of Apache Cocoon while the Apache Lenya website is still published using different tools. So, this is first of all a suggestion to Apache Lenya itself: Eat own dogfood: use Lenya to

[OT] svn libraries (Re: [proposal] Cocoon documentation system)

2005-01-18 Thread Jeff Turner
On Sat, Jan 15, 2005 at 02:54:33PM -0500, Stefano Mazzocchi wrote: > Torsten Curdt wrote: > >>People, again, let's be brave and get this of this silly "pure java" > >>nonsense. the JNI connector works. Today! > > > > > >...maybe for you :-/ ...maybe now > > > >We had so many problems with subclips

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Steven Noels
On 18 Jan 2005, at 11:49, Reinhard Poetz wrote: Steven Noels wrote: I'm not so optimistic about a) the chance that automated SVN commit access using role accounts will be granted, and b) whether the technicalities of a secure webapp which is tied to the ASF web of trust (keys, certificates) wil

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Steven Noels wrote: On 18 Jan 2005, at 10:59, Reinhard Poetz wrote: I'm not in the position to change the ASF policy and I don't have the energy to lead all the necessary discussions. Sure. Ditto here. :-) Besides, the ASF policy is sound, if only optimized a wee bit towards source code governan

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Steven Noels
On 18 Jan 2005, at 10:59, Reinhard Poetz wrote: I'm not in the position to change the ASF policy and I don't have the energy to lead all the necessary discussions. Sure. Ditto here. :-) Besides, the ASF policy is sound, if only optimized a wee bit towards source code governance and the risk of tr

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Steven Noels wrote: On 18 Jan 2005, at 09:59, Reinhard Poetz wrote: Andreas Kuckartz wrote: Nicola Ken Barozzi wrote: Forrest - pardon my rudeness - sucks as a static site generation system. I can't wait to have it shine as a dynamic system :-) What prevents the use of Apache Lenya ? Nothing or a

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Bertrand Delacretaz
Le 18 janv. 05, à 09:59, Reinhard Poetz a écrit : ...as *I* have to do it, I'll take the road that's the fastest for *me*... +1, whoever does the work gets to decide (and later the community decides to use the stuff or not, but in this case I'm not worried ;-) -Bertrand smime.p7s Description:

Cocoon-2.1.X Tests Failure 01/18/05

2005-01-18 Thread Vadim Gritsenko
Automated Cocoon Unit tests failed! Full log file if this unit test run is available here: http://nagoya.apache.org/~vadim/cocoon-test-log-20050118.log Last messages from the log file: == [foreach] reader-mime-type.xml:39

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Steven Noels
On 18 Jan 2005, at 09:59, Reinhard Poetz wrote: Andreas Kuckartz wrote: Nicola Ken Barozzi wrote: Forrest - pardon my rudeness - sucks as a static site generation system. I can't wait to have it shine as a dynamic system :-) What prevents the use of Apache Lenya ? Nothing or as less as the use of

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Andreas Kuckartz wrote: Look at http://wiki.apache.org/cocoon/CocoonDocumentationSystem and find all my requirements. I'm sure that all six options are good enough but as *I* have to do it, I'll take the road that's the fastest for *me*. There was a misunderstanding on my side. I had thought that

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Andreas Kuckartz
> Look at http://wiki.apache.org/cocoon/CocoonDocumentationSystem and find all my > requirements. I'm sure that all six options are good enough but as *I* have to > do it, I'll take the road that's the fastest for *me*. There was a misunderstanding on my side. I had thought that that was to be a p

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Reinhard Poetz
Andreas Kuckartz wrote: Nicola Ken Barozzi wrote: Forrest - pardon my rudeness - sucks as a static site generation system. I can't wait to have it shine as a dynamic system :-) What prevents the use of Apache Lenya ? Nothing or as less as the use of - Daisy, - Hippo CMS (if it is really OS lic

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Andreas Kuckartz
Nicola Ken Barozzi wrote: > Forrest - pardon my rudeness - sucks as a static site generation system. > I can't wait to have it shine as a dynamic system :-) What prevents the use of Apache Lenya ? Cheers, Andreas

Re: [proposal] Cocoon documentation system

2005-01-18 Thread Nicola Ken Barozzi
Reinhard Poetz wrote: Stefano Mazzocchi wrote: ... tell you what. forget about it for now. Think about going dynamic and later we'll find a way to make a persistent copy of that (either via forrest or simply by wget or something) +1 Forrest - pardon my rudeness - sucks as a static site generation