RE: Cocoon 2.1 Authentication Bug? *Please* Help

2003-09-04 Thread Hochsteger Andreas /INFO-MA
Hi Sylvain! [snip] > How do you replicate your Active Directory structure and at > which frequency? Are the \ > information always up-to-date? As we just store the authentication data in OpenLDAP there is no need to keep the data always up-to-date. The personal data of the employees are in the

Building the release

2003-09-04 Thread Carsten Ziegeler
I will start building the release from 11:00 CET if noone prevents me :) So, please don't commit anything to the repository from that time on. Thanks. Carsten

RE: build.properties miss exclude.deprecated property

2003-09-04 Thread Carsten Ziegeler
Ups, thanks Antonio for spotting this. Must have been too much cron ah corn...(ok, we have to find another running joke, I think). Thanks, it's fixed now. Carsten > -Original Message- > From: Antonio Gallardo [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 2:12 AM > To: [EMA

RE: Future build (was RE: [Vote] Releasing 2.1.1)

2003-09-04 Thread Jeff Ramsdale
> >>> I expect the average new Cocoon user is also a Windows user (though I > >>> could be wrong). So why are the snapshots not in .zip format? > > Because there are too big for download and waste broandband ;) Versus downloading from CVS, which was the suggestion from the initial fictitious conv

Re: Woody : advanced form layout

2003-09-04 Thread Marc Portier
Sylvain Wallez wrote: Hi all, I added some new fancy features to the Woody layout : you can now define widget groups which provide automatic layout of their content. Various layouts have been defined, including two-column layout, fieldset frames and even tab groups ! I also added a calendar

Re: Cocoon does not compiled with exclude.block.cron=true

2003-09-04 Thread Antonio Gallardo
Sorry, It was a error from my side. The correct is: "scratchpad block depends on cron block" This is a second dependence between blocks. the first is: fop block depends on batik block. Sorry for my error. Best Regards, Antonio Gallardo.

build.properties miss exclude.deprecated property

2003-09-04 Thread Antonio Gallardo
Hi: Today Carsten made a block from scratchpad. But he removed more than needed :) In build.properties near to exclude.scratchpad was: exclude.deprecated That means that if we copy build.properties to local.build.properties then there is no way to exclude deprecated stuff. Of course the soluti

Cocoon does not compiled with exclude.block.cron=true

2003-09-04 Thread Antonio Gallardo
Hi: I was testing some switches and currently cocoon does not compile if you set: exclude.block.cron=true I know about the lastest changes trying to replace cornerstone with cron. I think this is OK. But if this block will be mandatory then we cannot allow users to set: exclude.block.cron=true

DO NOT REPLY [Bug 18131] - The Cocoon Servlet does not shutdown properly under Tomcat

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

Re: Woody : advanced form layout

2003-09-04 Thread Sylvain Wallez
Bruno Dumon wrote: On Thu, 2003-09-04 at 18:56, Sylvain Wallez wrote: Hi all, I added some new fancy features to the Woody layout : you can now define widget groups which provide automatic layout of their content. Various layouts have been defined, including two-column layout, fieldset frames

Re: Woody : advanced form layout

2003-09-04 Thread Bruno Dumon
On Thu, 2003-09-04 at 18:56, Sylvain Wallez wrote: > Hi all, > > I added some new fancy features to the Woody layout : you can now define > widget groups which provide automatic layout of their content. Various > layouts have been defined, including two-column layout, fieldset frames > and even

Re: JXTemplate: execution of Nodes resulting from JXPath expressions

2003-09-04 Thread Sylvain Wallez
Bruno Dumon wrote: On Thu, 2003-09-04 at 06:51, Christopher Oliver wrote: My original intention in "evaluating" the DOM object was to support the macro factility in JXTemplate. But in its current state the macro facility is pretty much useless. Why exactly useless? I haven't used it yet

Re: fixing/completing petstore sample for 2.1.1

2003-09-04 Thread leo leonid
Christopher Oliver writes: > Hi Leo, > > Please do. > > Thanks, > > Chris > Hi Chris, I successfully added such functionality to an application that derived from the petstore. But I had problems to do it the same way with the original sample. The problem with my (maybe completely wrong) ap

Re: dynamic flowscript

2003-09-04 Thread mratliff
Chris, Hey, cool.  Thanks.  Possibly a more elegant way to do what I want... Cheers, --Michael Christopher Oliver <[EMAIL PROTECTED]> 09/04/03 10:56 AM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: dynamic flowscript function loadScript(pipe

Re: dynamic flowscript

2003-09-04 Thread Christopher Oliver
function loadScript(pipelineURI, bizData) { var os = new java.io.ByteArrayOutputStream(); cocoon.processPipelineTo(pipelineURI, bizData, os); var bytes = os.toByteArray(); var str = new java.lang.String(bytes); eval(str); } [EMAIL PROTECTED] wrote: Chris, Could you be more explicit? AFAIK p

[Proposal]Store source snapshots for external packages for Cocoon releases

2003-09-04 Thread Timothy Larson
When a release of Cocoon is made that uses snapshots of external packages, could we store the corresponding *sourcecode* snapshots on cocoon.apache.org or at least cocoondev.org, depending on the package license? As Ralph mentioned on the users list, it only takes a few days after a release till i

Re: dynamic flowscript

2003-09-04 Thread mratliff
Chris, Could you be more explicit?  AFAIK processPipelineTo invokes a pipeline and sends results to an output stream?  Are you saying I can write a (js) file to disk and then load (execute) it with eval()?  Are you referring to _javascript_ eval(some-string) function?   Thanks, --Michael Christ

DO NOT REPLY [Bug 20308] - Stylesheet includes not working with XSLTC

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

Woody : advanced form layout

2003-09-04 Thread Sylvain Wallez
Hi all, I added some new fancy features to the Woody layout : you can now define widget groups which provide automatic layout of their content. Various layouts have been defined, including two-column layout, fieldset frames and even tab groups ! I also added a calendar popup. All this allows t

DO NOT REPLY [Bug 22513] - Scope "leaks" using multiple sessions using new flow framework

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

Re: woody sample error CVS

2003-09-04 Thread Bruno Dumon
On Thu, 2003-09-04 at 09:11, Marc Portier wrote: > Nicolas, > > NoSuchMethodError is typically thrown when there is a mismatch between > jars and/or jdk between building and running > I think it's more typically thrown when you changed a method signature in one class, and didn't adapt and recom

Re: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Berin Loritsch wrote: > Carsten Ziegeler wrote: > > > Giacomo Pati wrote: > > > > > >>>please look at the other thread (Cron Block). I added > >>>an addPeriodicJob() method to your scheduler to allow > >>>periodic invocation (in seconds). > >>> > >>>With that change I'm able to

Re: JXTemplate: execution of Nodes resulting from JXPath expressions

2003-09-04 Thread Bruno Dumon
On Thu, 2003-09-04 at 06:51, Christopher Oliver wrote: > My original intention in "evaluating" the DOM object was to support the > macro factility in JXTemplate. But in its current state the macro > facility is pretty much useless. Why exactly useless? I haven't used it yet but is seems like som

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Antonio Gallardo
Giacomo Pati dijo: > On Thu, 4 Sep 2003, Antonio Gallardo wrote: > >> Carsten Ziegeler dijo: >> > Giacomo Pati wrote: >> >> > I would love to, but it is - for any reason - not accessible >> >> from here right >> >> > now - only the tutorial. And there I found the periodic trigger >> :) >> >> >> >>

Re: [Vote] Releasing 2.1.1

2003-09-04 Thread Berin Loritsch
Carsten Ziegeler wrote: Giacomo Pati wrote: please look at the other thread (Cron Block). I added an addPeriodicJob() method to your scheduler to allow periodic invocation (in seconds). With that change I'm able to convert to your scheduler and we can forget the cornerstone one (and 5 jar files.

Re: [Vote] Releasing 2.1.1

2003-09-04 Thread David Kavanagh
Whops! I ment to mail to Carsten (as he and I had conversations about this before the scheduler switch) Sorry. David Kavanagh wrote: So, if I followed all the scheduler stuff going back and forth for the past week, the Quartz scheduler is being used and your scheduler stuff uses it now.

Re: Future build (was RE: [Vote] Releasing 2.1.1)

2003-09-04 Thread Berin Loritsch
Antonio Gallardo wrote: With WinXP, most people (meaning at least me) don't bother with WinZip because XP has .zip support built in. Of course I do have to resort to Cygwin for tar.gz or even tar.bz2 files--but that's just me. Please join "THE GPL CLUB" in this arena ;) When I need to go down

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Matthew Langham
> > > Seriously, here in Latin America this is a kind of native drink. > > One gets "native" very soon drinking the "corn" Carsten means ;-) > > > In my > > country it is called "chicha bruja" Also the indians has another drink > > using corn it is destilled alcohol called "cususa". :) > > Corn fro

Release tomorrow - help needed

2003-09-04 Thread Carsten Ziegeler
Hi, I will release 2.1.1 tomorrow, but as I'm on vacation starting saturday morning, I need some help. I will do tomorrow the steps listed at our wiki including "Take a break...". Can someone else do the remaining steps on saturday, sunday or monday? This is basically sending the announce email a

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Antonio Gallardo wrote: > Carsten Ziegeler dijo: > > Giacomo Pati wrote: > >> > I would love to, but it is - for any reason - not accessible > >> from here right > >> > now - only the tutorial. And there I found the periodic trigger :) > >> > >> Go blame you ISP :-) > >> > > Or

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Carsten Ziegeler
Antonio Gallardo wrote: > > Carsten Ziegeler dijo: > > Giacomo Pati wrote: > >> > I would love to, but it is - for any reason - not accessible > >> from here right > >> > now - only the tutorial. And there I found the periodic trigger :) > >> > >> Go blame you ISP :-) > >> > > Or I can drink some

RE: Scratchpad examples not working

2003-09-04 Thread Antonio Gallardo
Carsten Ziegeler dijo: > Antonio Gallardo wrote: >> >> Carsten Ziegeler dijo: >> > Antonio Gallardo wrote: >> >> >> >> I just updated CVS after Carsten commit converting scratchpad to a >> block. Currenlty the scratchpad examples are not working. >> >> >> > This is a strange thing, I have to invoke

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Antonio Gallardo
Carsten Ziegeler dijo: > Giacomo Pati wrote: >> > I would love to, but it is - for any reason - not accessible >> from here right >> > now - only the tutorial. And there I found the periodic trigger :) >> >> Go blame you ISP :-) >> > Or I can drink some "corn" until I forget about it :) Do you mea

RE: Scratchpad examples not working

2003-09-04 Thread Carsten Ziegeler
Antonio Gallardo wrote: > > Carsten Ziegeler dijo: > > Antonio Gallardo wrote: > >> > >> I just updated CVS after Carsten commit converting scratchpad to a > >> block. Currenlty the scratchpad examples are not working. > >> > > This is a strange thing, I have to invoke the build three times and onl

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Antonio Gallardo
Giacomo Pati dijo: >> > Have a look at >> > http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html >> for more details. >> > >> I would love to, but it is - for any reason - not accessible from here >> right now - only the tutorial. And there I found the periodic trigger >> :) > > Go bla

RE: Scratchpad examples not working

2003-09-04 Thread Antonio Gallardo
Carsten Ziegeler dijo: > Antonio Gallardo wrote: >> >> I just updated CVS after Carsten commit converting scratchpad to a >> block. Currenlty the scratchpad examples are not working. >> > This is a strange thing, I have to invoke the build three times and only > the third time the scratchpad sample

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Carsten Ziegeler
Giacomo Pati wrote: > > I would love to, but it is - for any reason - not accessible > from here right > > now - only the tutorial. And there I found the periodic trigger :) > > Go blame you ISP :-) > Or I can drink some "corn" until I forget about it :) Carsten

RE: Scratchpad examples not working

2003-09-04 Thread Carsten Ziegeler
Antonio Gallardo wrote: > > I just updated CVS after Carsten commit converting scratchpad to a block. > Currenlty the scratchpad examples are not working. > This is a strange thing, I have to invoke the build three times and only the third time the scratchpad sample is copied to the build directo

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > Giacomo Pati wrote: > > > > > > > Yes, this is easy for each second, but what when I want to schedule the > > > job, let's say every 5 seconds or every 80 minutes? > > > > You don't know cron, don't you? > > > No, and the expert I ask, suggested to wri

Scratchpad examples not working

2003-09-04 Thread Antonio Gallardo
Hi: I just updated CVS after Carsten commit converting scratchpad to a block. Currenlty the scratchpad examples are not working. Best Regards, Antonio Gallardo

Re: Flow debugger not showing local variables

2003-09-04 Thread Timothy Larson
Thank you very much. I tested your fix and all three issues are solved. --Tim Larson --- Christopher Oliver <[EMAIL PROTECTED]> wrote: > I've just checked in a fix for this. > > Regards, > > Chris > > Timothy Larson wrote: ... > >For me the "Locals" tab is always empty, refering to > >a local

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Carsten Ziegeler
Giacomo Pati wrote: > > > > > Yes, this is easy for each second, but what when I want to schedule the > > job, let's say every 5 seconds or every 80 minutes? > > You don't know cron, don't you? > No, and the expert I ask, suggested to write 0,5,10,... * * * * :) > every 5 second: */5 * * * * > e

Re: Cocoon's FOP hardcoded with JAI?

2003-09-04 Thread Jeff Turner
Following up on this, I am unable to replicate within Cocoon's webapp. The minimal.fo.xml page renders fine with an embedded image. So I won't tinker with src/blocks/fop/lib/*. However Forrest continues to break when using Cocoon's version of FOP, so I'll switch Forrest's jar to that from the off

Re: Future build (was RE: [Vote] Releasing 2.1.1)

2003-09-04 Thread Antonio Gallardo
Berin Loritsch dijo: > Miles Elam wrote: >> Jeff Ramsdale wrote: >> >>> I expect the average new Cocoon user is also a Windows user (though I >>> could be wrong). So why are the snapshots not in .zip format? Because there are too big for download and waste broandband ;) >> FYI: WinZip supports t

RE: dynamic flowscript

2003-09-04 Thread Reinhard Poetz
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >And second on the script itself. Currently > > we use the (deprecated) getLastModified methods to determin if a script > > has changed. This should work well for scripts resolved using the file > > protocol but not the cocoon:/ protocolls. > >

DO NOT REPLY [Bug 22916] - Full path for logkit.xconf location fail

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > Giacomo Pati wrote: > > > > please look at the other thread (Cron Block). I added > > > an addPeriodicJob() method to your scheduler to allow > > > periodic invocation (in seconds). > > > > > > With that change I'm able to convert to your scheduler > >

DO NOT REPLY [Bug 22513] - Scope "leaks" using multiple sessions using new flow framework

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

RE: [VOTE] Migrate from the aging ECM

2003-09-04 Thread Reinhard Poetz
> From: Berin Loritsch > > If we to start migration to Fortress in 2.2. I don't > see a need in > > avoiding this reformatting. If we do it in 2.1.2, then yes, > we should > > support old config syntax. > > > > Well, when and where can I get started on 2.2? I hope soon when we have fi

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Carsten Ziegeler
Hi, I just removed my scheduler from the scratchpad. The new cron based scheduler from Giacomo is very similar. If you have any changes/editions you can enter a patch (like you already did) into bugzilla. Carsten -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED] Sent: Thur

DO NOT REPLY [Bug 22513] - Scope "leaks" using multiple sessions using new flow framework

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

[RT] Crazy idea for the build

2003-09-04 Thread Berin Loritsch
I have been refactoring the build structure I have for my GUIApp framework to use Maven instead of vanilla ANT. Let me tell you, for anything that is in any way modular like Cocoon and GUIApp, Maven kicks a**. Let me break it down on why: 1) The reactor is smart enough to determine the proper ord

Re: [Vote] Releasing 2.1.1

2003-09-04 Thread David Kavanagh
So, if I followed all the scheduler stuff going back and forth for the past week, the Quartz scheduler is being used and your scheduler stuff uses it now. I just wanted to wait for the dust to settle before thinking about getting some other functionality moved into your scheduler. If/When I get

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Carsten Ziegeler
Giacomo Pati wrote: > > please look at the other thread (Cron Block). I added > > an addPeriodicJob() method to your scheduler to allow > > periodic invocation (in seconds). > > > > With that change I'm able to convert to your scheduler > > and we can forget the cornerstone one (and 5 jar files...

DO NOT REPLY [Bug 22916] - Full path for logkit.xconf location fail

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

Re: Future build (was RE: [Vote] Releasing 2.1.1)

2003-09-04 Thread Berin Loritsch
Miles Elam wrote: Jeff Ramsdale wrote: I expect the average new Cocoon user is also a Windows user (though I could be wrong). So why are the snapshots not in .zip format? FYI: WinZip supports tar.gz files just fine. With WinXP, most people (meaning at least me) don't bother with WinZip becaus

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > Giacomo Pati wrote: > > > I will have a look at the cron block right now. > > > > Thanks, awaiting your comments :-) > > > Hi Giacomo, > > please look at the other thread (Cron Block). I added > an addPeriodicJob() method to your scheduler to allow > p

DO NOT REPLY [Bug 22916] - Full path for logkit.xconf location fail

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

RE: Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Reinhard Poetz
From: [EMAIL PROTECTED] > On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > > I have all the changes on my disk and made a block out of the > > scratchpad. I'm currently testing and *could* if noone > objects commit > > it. > > Ok. +1 Reinhard

RE: Cocoon 2.1 Authentication Bug? *Please* Help

2003-09-04 Thread Sylvain.Thevoz
Hello Andreas, Thanks for your explanation. I'll try to explain my situation too: Background -- I'm working for Swisscom, the swiss phone company. There are about 20'000 employees (about 2'000 in IT department). My "clients" are the Swisscom employees. The purpose of my project is to all

RE: Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > Giacomo Pati wrote: > > On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > > > > Uh, didn't know we already have dependencies on the Cornerstone > > scheduler. Yes, found it. The RefresherImpl. The problem with scratchpad > > is that it conceptually belongs

Errors handled by map:handle-errors not logged?

2003-09-04 Thread Bruno Dumon
I don't know if this is a feature or a bug, but it appears to me that if an exception occurs, and a map:handle-errors pipeline is sucessfully processed to show an error page, that the exception isn't logged. Is this intended behaviour? -- Bruno Dumon http://outerthoug

RE: Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Carsten Ziegeler
Giacomo Pati wrote: > On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > > Uh, didn't know we already have dependencies on the Cornerstone > scheduler. Yes, found it. The RefresherImpl. The problem with scratchpad > is that it conceptually belongs to the core, and probably so the > RefresherImpl. > >

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Carsten Ziegeler
Giacomo Pati wrote: > > I will have a look at the cron block right now. > > Thanks, awaiting your comments :-) > Hi Giacomo, please look at the other thread (Cron Block). I added an addPeriodicJob() method to your scheduler to allow periodic invocation (in seconds). With that change I'm able t

CLI: Handling links to directories (Re: broken build when href=directory)

2003-09-04 Thread Jeff Turner
(moving to [EMAIL PROTECTED]) On Thu, Sep 04, 2003 at 12:24:48PM +0100, Upayavira wrote: > Juan Jose Pablos wrote: > > >David Crossley wrote: > > > >> > >>Yes i noticed this recent change too. One of our projects had > >>site.xml entries like Juan shows above, ending in a directory slash > >>with

Re: Cocoon GetTogether 2003 website opened

2003-09-04 Thread Michael Wechner
Is anyone interested to share an appartment or hotel room? Maybe we could rent an appartment (with kitchen) for two or three nights, where a couple of people could stay. Thanks Michael Steven Noels wrote: Dear all, we've been frantically preparing the information and registration website f

Re: Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > Giacomo Pati wrote: > > One thing I'd like to put in: > > > > Now that the new Corn block has been added, can we get rid of the > > Cornerstone Scheduler? If we can, it would never appear in ANY release. > > > Ok, it seems that your cron block does the

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Thu, 4 Sep 2003, Carsten Ziegeler wrote: > Giacomo Pati wrote: > > One thing I'd like to put in: > > > > Now that the new Corn block has been added, can we get rid of the > > Cornerstone Scheduler? If we can, it would never appear in ANY release. > > > Corn? Nice. You know, if you go into a pub

RE: Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Carsten Ziegeler
Nicola Ken Barozzi wrote: > > Bertrand Delacretaz wrote, On 04/09/2003 11.16: > > Le Jeudi, 4 sep 2003, à 11:12 Europe/Zurich, Carsten Ziegeler a écrit : > > > >> ...b) convert the scratchpad to a block (this would also solve the > >> problem > >> with the two velocity jars). > > > > Very good idea

Re: Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Nicola Ken Barozzi
Bertrand Delacretaz wrote, On 04/09/2003 11.16: Le Jeudi, 4 sep 2003, à 11:12 Europe/Zurich, Carsten Ziegeler a écrit : ...b) convert the scratchpad to a block (this would also solve the problem with the two velocity jars). Very good idea, you got my +1. ScratchpadBlock! Well, in reality not ever

Re: Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Bertrand Delacretaz
Le Jeudi, 4 sep 2003, à 11:12 Europe/Zurich, Carsten Ziegeler a écrit : ...b) convert the scratchpad to a block (this would also solve the problem with the two velocity jars). Very good idea, you got my +1. - Bertrand (finishing up the first docs tracks)

Cron Block [was [Vote] Releasing 2.1.1]

2003-09-04 Thread Carsten Ziegeler
Giacomo Pati wrote: > One thing I'd like to put in: > > Now that the new Corn block has been added, can we get rid of the > Cornerstone Scheduler? If we can, it would never appear in ANY release. > Ok, it seems that your cron block does the same, so we *could* ge rid of the cornerstone scheduler.

Cocoon GetTogether 2003 website opened

2003-09-04 Thread Steven Noels
Dear all, we've been frantically preparing the information and registration website for the upcoming Cocoon GetTogether 2003 on October 7th in Ghent, Belgium, and we are very pleased to say that we are open for business now. Please check out http://www.orixo.com/events/gt2003/ On this site, y

DO NOT REPLY [Bug 18131] - The Cocoon Servlet does not shutdown properly under Tomcat

2003-09-04 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://nagoya.apache.org/bugzilla/show_bu

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Carsten Ziegeler
Giacomo Pati wrote: > One thing I'd like to put in: > > Now that the new Corn block has been added, can we get rid of the > Cornerstone Scheduler? If we can, it would never appear in ANY release. > Corn? Nice. You know, if you go into a pub you often order "a beer and a corn (=booze)". Ok, I'm dr

RE: CommandManager again (was RE: [VOTE] Migrate from the agingECM)

2003-09-04 Thread Bruno Dumon
On Wed, 2003-09-03 at 11:05, Carsten Ziegeler wrote: > Bruno Dumon wrote: > > > > On Wed, 2003-09-03 at 10:23, Carsten Ziegeler wrote: > > > > > I think we should do this switch asap. *If* we can solve the > > commandmanager > > > issue discussed in the other thread, I will make a 2.1.1 > > rel

Re: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Wed, 3 Sep 2003, Andrew Savory wrote: > On Wed, 3 Sep 2003, Steven Noels wrote: > > > IMHO, it's simply unworkable to have major stuff going on in one module, > > over two branches, at the same time. > > In CVS, I've always found branches == pain. Can you explain you pains? I've found it quite

RE: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Wed, 3 Sep 2003, Reinhard Poetz wrote: > > From: Reinhard Poetz > > > From: Bruno Dumon > > > > > On Wed, 2003-09-03 at 12:01, Carsten Ziegeler wrote: > > > > > > > As I'm going on vacation starting saturday (yeah), I > > > propose to do the > > > > release this friday. > > > > > > +1 > > > >

Re: [Vote] Releasing 2.1.1

2003-09-04 Thread Giacomo Pati
On Wed, 3 Sep 2003, Carsten Ziegeler wrote: > Thanks to Bruno we have a solution (or workaround) > for the CommandManager problem. Great! > > So afaik we don't have another blocker for the 2.1.1 release. > > As I'm going on vacation starting saturday (yeah), I propose > to do the release this frid

Re: woody sample error CVS

2003-09-04 Thread Marc Portier
Nicolas, NoSuchMethodError is typically thrown when there is a mismatch between jars and/or jdk between building and running checking this can become quite cumbersome, but for starters it often pays off to check just the jdk (cocoon's build is spitting a warning specially for this) could you

Re: Cocoon 2.1 Authentication Bug? *Please* Help

2003-09-04 Thread Hochsteger Andreas /INFO-MA
Hi Silvain! Sorry for replying to myself, but I have to correct one statement I did: 'groupOfUniqueNames' is not an attribute but rather an objectClass on it's own. You can view it here: http://ldap.akbkhome.com/objectclasstree/groupOfUniqueNames.html (again you have to click through with the link