cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest

2002-12-19 Thread crossley
crossley2002/12/19 00:18:27 Modified:src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.xtest Log: Follow the move to Excalibur EntityResolver. (Woops, forgot this vital piece from last commit.) Revision ChangesPath 1.6

Re: Statistics and charts on Cocoon CVS available

2002-12-19 Thread Nicola Ken Barozzi
David Crossley wrote: Giacomo Pati wrote: Carsten Ziegeler wrote: Nicola Ken Barozzi wrote: I'm making a cent plugin for Centipede using statcvs and I'm using the Cocoon module as an example. http://cvs.apache.org/~nicolaken/statcvs/ Looks really cool! And I really like the top 10 dev

cvs commit: xml-cocoon2 changes.xml

2002-12-19 Thread crossley
crossley2002/12/19 00:46:20 Modified:.Tag: cocoon_2_0_3_branch changes.xml Added: tools/lib Tag: cocoon_2_0_3_branch excalibur-testcase-1.0.jar Log: Fixed "build test" (was missing tools/lib/excalibur-testcase-1.0.jar). The Junit tests now wo

cvs commit: xml-cocoon2/src/test/org/apache/cocoon/components/resolver/test ResolverImplTestCase.java ResolverImplTestCase.xtest

2002-12-19 Thread crossley
crossley2002/12/19 00:47:09 Modified:src/test/org/apache/cocoon/components/resolver/test Tag: cocoon_2_0_3_branch ResolverImplTestCase.java ResolverImplTestCase.xtest Log: Follow the move of the entity-resolver role to Excalibur EntityR

Re: [Proposal] XMLForm: Data Provider

2002-12-19 Thread Konstantin Piroumian
From: "Jakob Praher" <[EMAIL PROTECTED]> > hi Ivelin, > hi all, > > for the last project I used a self-brewed, but kind-a grown, form > handling mechanism. > > now I'm going to use Cocoon XMLForms, because the more people use it the > better it gets ( instead of inventing the wheel again ) and I l

Re: current status of global input module / variables

2002-12-19 Thread Konstantin Piroumian
From: "Geoff Howard" <[EMAIL PROTECTED]> > Update: It works fine. I had to try so many different variations on the > configuration first that I had gotten turned around. Strange... AFAIR, we've agreed to deprecate or even remove 'global-parameters' from the sitemap in favour of Input modules. I

Re: Compiling with Servlet spec 2.3 classloading

2002-12-19 Thread jakob . dalsgaard
Your solution definitely looks nicer than mine! -- and a somewhat other and larger project ;-) Have you made a Cocoon hook for this? or should I try to give it a go? I too find the pizza compiler somewhat strange - been looking around for other compilers, but an awfull lot of the are inheretedly

Re: XMLForm: FormModel lifecycle interception

2002-12-19 Thread Konstantin Piroumian
From: "Jakob Praher" <[EMAIL PROTECTED]> > hi all, (again) > > [ hope that someone reads my previous post ... ] Don't worry about it even if you don't get any response, this doesn't mean that nobody reads your messages. I read at least ;) What you are proposing sounds useful and it'd be great if

Re: XMLForm: FormModel lifecycle interception

2002-12-19 Thread Jakob Praher
Am Don, 2002-12-19 um 10.39 schrieb Konstantin Piroumian: > From: "Jakob Praher" <[EMAIL PROTECTED]> > > > hi all, (again) > > > > [ hope that someone reads my previous post ... ] > > Don't worry about it even if you don't get any response, this doesn't mean > that nobody reads your messages. > I

Re: [Proposal] XMLForm: Data Provider

2002-12-19 Thread Jakob Praher
Am Don, 2002-12-19 um 10.07 schrieb Konstantin Piroumian: > From: "Jakob Praher" <[EMAIL PROTECTED]> > > > hi Ivelin, > > hi all, > > > > for the last project I used a self-brewed, but kind-a grown, form > > handling mechanism. > > > > now I'm going to use Cocoon XMLForms, because the more people

Re: [Proposal] XMLForm: Data Provider

2002-12-19 Thread Konstantin Piroumian
From: "Konstantin Piroumian" <[EMAIL PROTECTED]> > From: "Jakob Praher" <[EMAIL PROTECTED]> > > > Also see how the input controls are bound to the instance data using binding > expressions: > http://www.w3.org/TR/2002/CR-xforms-20021112/slice3.html#structure-bind-elem > ent Minor addition to this

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/modules/input DigestMetaModule.java MapMetaModule.java XMLMetaModule.java

2002-12-19 Thread haul
haul2002/12/19 02:34:47 Modified:src/java/org/apache/cocoon/components/modules/input DigestMetaModule.java MapMetaModule.java XMLMetaModule.java Log: last round of missing global config options Revision ChangesPath 1.10

Re: current status of global input module / variables

2002-12-19 Thread Jeremy Quinn
On Thursday, Dec 19, 2002, at 09:14 Europe/London, Konstantin Piroumian wrote: From: "Geoff Howard" <[EMAIL PROTECTED]> Update: It works fine. I had to try so many different variations on the configuration first that I had gotten turned around. Strange... AFAIR, we've agreed to deprecate or

Servlet Generator, what do we need it for?

2002-12-19 Thread Nicola Ken Barozzi
In the block refactoring, I've come across Servlet Generator. Whatever the name tells you, it seems to have nothing to do with Servlets. Probably it's due to the includion of the environment abstraction. Why not simply move these methods in ComposerGenerator and make classes using this use the

StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Nicola Ken Barozzi
We have StreamGenerator. Which is in fact tied to Servlets! This is incredible, if I want to get a stream from a request I have to have Servlets! We have a bunch of methods on the request, is there a reason that we cannot get the inputstream? I don't see the real need of having it this way, d

Re: current status of global input module / variables

2002-12-19 Thread Konstantin Piroumian
From: "Jeremy Quinn" <[EMAIL PROTECTED]> > On Thursday, Dec 19, 2002, at 09:14 Europe/London, Konstantin Piroumian > > From: "Geoff Howard" <[EMAIL PROTECTED]> > > > >> Update: It works fine. I had to try so many different variations on > >> the > >> configuration first that I had gotten turned ar

cvs commit: xml-cocoon2/src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp PostgresOldEsqlQuery.java AbstractEsqlConnection.java PostgresEsqlQuery.java

2002-12-19 Thread haul
haul2002/12/19 03:09:42 Modified: src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp AbstractEsqlConnection.java PostgresEsqlQuery.java Added: src/blocks/databases/java/org/apache/cocoon/components/language/markup/xsp

cvs commit: xml-cocoon2/src/webapp/samples/modules menu.xml sitemap.xmap

2002-12-19 Thread haul
haul2002/12/19 03:10:38 Modified:src/webapp/samples/modules menu.xml sitemap.xmap Log: fix names Revision ChangesPath 1.4 +1 -1 xml-cocoon2/src/webapp/samples/modules/menu.xml Index: menu.xml ==

cvs commit: xml-cocoon2 changes.xml

2002-12-19 Thread haul
haul2002/12/19 03:11:39 Modified:.changes.xml Log: Postgresql 7.3: LIMIT x,y no longer supported. Added new class for postgresql-old limit method that still uses LIMIT x,y while postgresql uses the LIMIT x OFFSET y syntax which has been used by postgresq

DO NOT REPLY [Bug 15064] - [PATCH] (Chris) Postgresql 7.3: LIMIT x,y no longer supported

2002-12-19 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: [C2.1] - About components lookup and release....

2002-12-19 Thread Stefano Mazzocchi
Antonio Gallardo wrote: Hi, In the current model every component dveloper must take care of lookup() and release() every resource it takes from the ComponentManager. I think this is a bad practice. Why? It remember me the old MS Windows days 3.0 (to at least Windows Me). When a bad written appl

Re: towards spam-free websites

2002-12-19 Thread Stefano Mazzocchi
David Crossley wrote: I recently received various spam like the one attached. The reason i was targeted is that my email address is listed as a contributor on the "Cocoon changes" page. This is a serious threat to open source. We try to acknowledge contributions by listing their name and address.

Re: current status of global input module / variables

2002-12-19 Thread Christian Haul
On 19.Dec.2002 -- 10:45 AM, Jeremy Quinn wrote: > > On Thursday, Dec 19, 2002, at 09:14 Europe/London, Konstantin Piroumian > wrote: > > >From: "Geoff Howard" <[EMAIL PROTECTED]> > > > >>Update: It works fine. I had to try so many different variations on > >>the > >>configuration first that I

Re: current status of global input module / variables

2002-12-19 Thread Jeremy Quinn
On Thursday, Dec 19, 2002, at 10:55 Europe/London, Konstantin Piroumian wrote: From: "Jeremy Quinn" <[EMAIL PROTECTED]> On Thursday, Dec 19, 2002, at 09:14 Europe/London, Konstantin Piroumian From: "Geoff Howard" <[EMAIL PROTECTED]> Is it possible to use the XMLModule in such a way that v

cvs commit: xml-cocoon2/src/webapp/WEB-INF web.xml

2002-12-19 Thread haul
haul2002/12/19 03:24:33 Modified:src/java/org/apache/cocoon/components/hsqldb Tag: cocoon_2_0_3_branch ServerImpl.java src/java/org/apache/cocoon/components/language/generator Tag: cocoon_2_0_3_branch GeneratorSelector.ja

Re: current status of global input module / variables

2002-12-19 Thread Jeremy Quinn
On Thursday, Dec 19, 2002, at 11:20 Europe/London, Christian Haul wrote: On 19.Dec.2002 -- 10:45 AM, Jeremy Quinn wrote: On Thursday, Dec 19, 2002, at 09:14 Europe/London, Konstantin Piroumian wrote: From: "Geoff Howard" <[EMAIL PROTECTED]> Update: It works fine. I had to try so many diff

Re: Participation in the Cocoon PMC

2002-12-19 Thread Stefano Mazzocchi
Hong Gia Dinh wrote: Stefano Mazzocchi wrote: > Ok, this should have given you enough information. > > Now, please, answer this question: > > - would you like to partecipate in the Cocoon PMC? [X] yes Sorry, but the call was only for active cocoon developers (those with a pass

Re: current status of global input module / variables

2002-12-19 Thread Christian Haul
On 19.Dec.2002 -- 11:21 AM, Jeremy Quinn wrote: > > On Thursday, Dec 19, 2002, at 10:55 Europe/London, Konstantin Piroumian > wrote: > > >From: "Jeremy Quinn" <[EMAIL PROTECTED]> > >>On Thursday, Dec 19, 2002, at 09:14 Europe/London, Konstantin > >>Piroumian > >>>From: "Geoff Howard" <[EMAIL PR

DO NOT REPLY [Bug 15525] New: - simple patch to add fallback element in XIncludeTransformer

2002-12-19 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

DO NOT REPLY [Bug 15525] - simple patch to add fallback element in XIncludeTransformer

2002-12-19 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: current status of global input module / variables

2002-12-19 Thread Jeremy Quinn
On Thursday, Dec 19, 2002, at 11:48 Europe/London, Christian Haul wrote: On 19.Dec.2002 -- 11:21 AM, Jeremy Quinn wrote: On Thursday, Dec 19, 2002, at 10:55 Europe/London, Konstantin Piroumian wrote: From: "Jeremy Quinn" <[EMAIL PROTECTED]> On Thursday, Dec 19, 2002, at 09:14 Europe/London,

Re: current status of global input module / variables

2002-12-19 Thread Konstantin Piroumian
From: "Jeremy Quinn" <[EMAIL PROTECTED]> > On Thursday, Dec 19, 2002, at 11:48 Europe/London, Christian Haul wrote: > > > > which would result is {chain:other-var} being looked up as > > {myxml:/root/section/other-var} and {request-param:other-var} but of > > course {chain:my-var} would turn int

out of memory errors

2002-12-19 Thread Jeremy Quinn
Hi Guys I am putting together a release for a project I am working on, and thought I'd try to use the latest TomCat (4.1.17) and the latest Cocoon 2.1 from CVS this morning. Where before I had a nicely working system, now I get nothing but 'out of memory' errors! Latest Cocoon + TomCat 4.1.17

Re: towards spam-free websites

2002-12-19 Thread Antonio Gallardo
I am very concerned about that too. I saw that in some places they changes the email addresses from: [EMAIL PROTECTED] to: mymail at apache.org I can helps since the word ”at” can be every where. Antonio Gallardo Stefano Mazzocchi dijo: > David Crossley wrote: >> I recently received various s

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Vadim Gritsenko
Nicola Ken Barozzi wrote: We have StreamGenerator. Which is in fact tied to Servlets! What do you think - is it possible to eliminate StreamGenerator by adding some functionality to the RequestFactory? This is incredible, if I want to get a stream from a request I have to have Servlets! W

Re: [C2.1] - About components lookup and release....

2002-12-19 Thread Antonio Gallardo
Thanks Stefano. I think this is a very important issue. I am glad that my voice is listen from you. I know I am too new to this project but I think my experience can helps a little too. Please sorry for my english. I know sometimes it looks strong, but this is the only way I can write what i mean

Re: out of memory errors

2002-12-19 Thread Vadim Gritsenko
Jeremy Quinn wrote: Hi Guys I am putting together a release for a project I am working on, and thought I'd try to use the latest TomCat (4.1.17) and the latest Cocoon 2.1 from CVS this morning. Where before I had a nicely working system, now I get nothing but 'out of memory' errors! Latest

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Nicola Ken Barozzi
Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: We have StreamGenerator. Which is in fact tied to Servlets! What do you think - is it possible to eliminate StreamGenerator by adding some functionality to the RequestFactory? An InputStreamSource would be nice, so that any Generator can act

Re: current status of global input module / variables

2002-12-19 Thread Christian Haul
On 19.Dec.2002 -- 03:09 PM, Konstantin Piroumian wrote: > From: "Jeremy Quinn" <[EMAIL PROTECTED]> > > On Thursday, Dec 19, 2002, at 11:48 Europe/London, Christian Haul wrote: > > > > > > > > > which would result is {chain:other-var} being looked up as > > > {myxml:/root/section/other-var} and {

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Daniel Fagerstrom
Nicola Ken Barozzi wrote: We have StreamGenerator. Which is in fact tied to Servlets! This is incredible, if I want to get a stream from a request I have to have Servlets! We have a bunch of methods on the request, is there a reason that we cannot get the inputstream? I don't see the real nee

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Vadim Gritsenko
Nicola Ken Barozzi wrote: Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: We have StreamGenerator. Which is in fact tied to Servlets! What do you think - is it possible to eliminate StreamGenerator by adding some functionality to the RequestFactory? An InputStreamSource would be nice

Re: New blocks on the block and fixes to the build

2002-12-19 Thread Torsten Curdt
> Probably best to move it back to scratchpad. I have some time off and I > could look into the servlet, but the code in the PHP servlet itself might > be more work than I'm willing to put into it... perhaps we could just > file > a bug against the PHP servlet :) Ok, if nobody comes up in the ne

examples of custom generators

2002-12-19 Thread Szymon Drejewicz
Hello, where can I find some examples of Cocoon generator? -- Szymon Drejewicz [EMAIL PROTECTED] [EMAIL PROTECTED] +48 502 566 085 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: New blocks on the block and fixes to the build

2002-12-19 Thread Nicola Ken Barozzi
Torsten Curdt wrote: > Probably best to move it back to scratchpad. I have some time off and I > could look into the servlet, but the code in the PHP servlet itself might > be more work than I'm willing to put into it... perhaps we could just > file > a bug a

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Nicola Ken Barozzi
Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: We have StreamGenerator. Which is in fact tied to Servlets! What do you think - is it possible to eliminate StreamGenerator by adding some functionality to the RequestFactory? An InputStrea

Re: current status of global input module / variables

2002-12-19 Thread Jeff Turner
On Thu, Dec 19, 2002 at 03:09:22PM +0300, Konstantin Piroumian wrote: > From: "Jeremy Quinn" <[EMAIL PROTECTED]> > > On Thursday, Dec 19, 2002, at 11:48 Europe/London, Christian Haul wrote: > > > > > > > > > which would result is {chain:other-var} being looked up as > > > {myxml:/root/section/ot

Re: current status of global input module / variables

2002-12-19 Thread Konstantin Piroumian
From: "Jeff Turner" <[EMAIL PROTECTED]> > On Thu, Dec 19, 2002 at 03:09:22PM +0300, Konstantin Piroumian wrote: > > From: "Jeremy Quinn" <[EMAIL PROTECTED]> > > > On Thursday, Dec 19, 2002, at 11:48 Europe/London, Christian Haul wrote: > > > > > > > > > > > > > > which would result is {chain:other

RE: current status of global input module / variables

2002-12-19 Thread Geoff Howard
Wow, I need to get on European time. I miss all the fun while I'm asleep. I was in a hurry to write before, so I've added clarification below: > -Original Message- > From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 19, 2002 4:15 AM > To: [EMAIL PROTECTED]

cvs commit: xml-cocoon2/src/blocks/session-fw/conf session-xsp.xconf

2002-12-19 Thread haul
haul2002/12/19 06:36:47 Removed: src/blocks/session-fw/conf session-xsp.xconf Log: revert the following change since it conflicts with Vadim's plan to eventually remove session stuff from xsp-session and XSPRequestHelper. Will reopen the bugzilla entry. Sorry for inconvenienc

RE: examples of custom generators

2002-12-19 Thread Geoff Howard
http://xml.apache.org/cocoon/tutorial/tutorial-generator.html > -Original Message- > From: Szymon Drejewicz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 19, 2002 8:54 AM > To: [EMAIL PROTECTED] > Subject: examples of custom generators > > > > Hello, > > where can I find some e

XSLTC News

2002-12-19 Thread Ivelin Ivanov
I had an offline discussion with Santiago from Sun. He has found a fix for the bug which we recently posted. I would like to share with you some of his comments regarding the future of XSLTC: Regarding XSLTC, we've done some performance work a couple of months ago, but for the most part we were

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Vadim Gritsenko
Nicola Ken Barozzi wrote: [...] Yes, I understood, I replied with the possibility of a source that builds on the Request inputstream. Ok, what would be the InputStream for: (1) CommandLineEnvironment (2) JMSEnvironment (3) SMTPEnvironment [thinking process goes here] Possibilities: (1) Emp

cvs commit: xml-cocoon2/src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components/language/markup/xsp/java session.xsl

2002-12-19 Thread haul
haul2002/12/19 06:51:26 Removed: src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components/language/markup/xsp XSPSessionHelper.java src/blocks/session-fw/java/org/apache/cocoon/webapps/session/components/language/markup/xsp/java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/javascript session.xsl

2002-12-19 Thread haul
haul2002/12/19 07:14:57 Modified:src/webapp/WEB-INF cocoon.xconf src/java/org/apache/cocoon/components/language/markup/xsp JSGenerator.java XSPRequestHelper.java src/java/org/apache/cocoon/components/language/markup/xsp/java

cvs commit: xml-cocoon2 changes.xml

2002-12-19 Thread haul
haul2002/12/19 07:17:52 Modified:.changes.xml Log: revert the following change since it conflicts with Vadim's plan to eventually remove session stuff from xsp-session and XSPRequestHelper. Will reopen the bugzilla entry. Sorry for inconveniences caused by this.

DO NOT REPLY [Bug 13070] - [PATCH] Add a new tag to XSP

2002-12-19 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: Compiling with Servlet spec 2.3 classloading

2002-12-19 Thread Christopher Oliver
Hi Jakob, [EMAIL PROTECTED] wrote: Your solution definitely looks nicer than mine! -- and a somewhat other and larger project ;-) Have you made a Cocoon hook for this? or should I try to give it a go? Please do. - To unsub

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Nicola Ken Barozzi
Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: [...] Yes, I understood, I replied with the possibility of a source that builds on the Request inputstream. Ok, what would be the InputStream for: (1) CommandLineEnvironment (2) JMSEnvironment (3) SMTPEnvironment [thinking process goes he

[RT] Flow/Sitemap Integration

2002-12-19 Thread Michael Melhem
Hi, Ok, here is a little "rant" on flow/sitemap intergration :) 1. What Is A Cocoon Pipeline? There are at least two concepts of pipeline in cocoon. 1.1 The Sitemap Pipeline. A sitemap-pipeline basically acts as a "recipe" on how to build a processing-pipeline. Sitemap-pipelines contain inform

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Vadim Gritsenko
Nicola Ken Barozzi wrote: Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: [...] Yes, I understood, I replied with the possibility of a source that builds on the Request inputstream. Ok, what would be the InputStream for: (1) CommandLineEnvironment (2) JMSEnvironment (3) SMTPEnvironme

Problem in Javadocs of caching

2002-12-19 Thread Antonio Gallardo
/xml-cocoon2/build/cocoon/deprecated/java/org/apache/cocoon/caching/DeltaTimeCacheValidity.java:60 : duplicate class: org.apache.cocoon.caching.DeltaTimeCacheValidity public final class DeltaTimeCacheValidity implements CacheValidity { ^ /xml-cocoon2/build/cocoon/deprecated/java/org/ap

Away Until Jan 7th

2002-12-19 Thread Michael Melhem
Hi, FYI, I will be in Australia over christmas :-P. Will be back in Germany Jan 7th I would like to wish everyone a merry xmas & happy new year. Regards, Michael Melhem - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: Problem in Javadocs of caching

2002-12-19 Thread Geoff Howard
You're probably attempting to build without first first running the clean target, which is a problem these days as so many packages are being moved to blocks and the deprecated section as below. Just run build clean, and then start over and everything will be ok. Geoff Howard > -Original Mes

RE: Statistics and charts on Cocoon CVS available

2002-12-19 Thread Giacomo Pati
On 19 Dec 2002, David Crossley wrote: > Giacomo Pati wrote: > > Carsten Ziegeler wrote: > > > Nicola Ken Barozzi wrote: > > > > > > > > I'm making a cent plugin for Centipede using statcvs and I'm using the > > > > Cocoon module as an example. > > > > > > > > http://cvs.apache.org/~nicolaken/sta

Re: out of memory errors

2002-12-19 Thread Jeremy Quinn
On Thursday, Dec 19, 2002, at 13:39 Europe/London, Vadim Gritsenko wrote: Jeremy Quinn wrote: Where before I had a nicely working system, now I get nothing but 'out of memory' errors! Latest Cocoon + TomCat 4.1.17: takes 2 - 3 minutes just to start TomCat (100% CPU) takes 2 - 3 minutes

Re: StreamGenerator depends on Servlets!!! (input pipelines discussionin concrete)

2002-12-19 Thread Nicola Ken Barozzi
Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: Vadim Gritsenko wrote: Nicola Ken Barozzi wrote: [...] Yes, I understood, I replied with the possibility of a source that builds on the Request inputstream. Ok, what would be the InputStream for: (1) CommandLineEnvironment (2) JMSEnv

Re: HSSF Serializer Questions

2002-12-19 Thread Andrew C. Oliver
Danny Mui wrote: I'm currently in the process of enhancing the serializer to support more features (one pending patch in bugzilla for gnumeric merged regions..) and was wondering one thing. Is there a reason why the latest 1.9 dev snapshot is not being used as the target? There's a minor A

Re: [C2.1] - About components lookup and release....

2002-12-19 Thread Stefano Mazzocchi
Antonio Gallardo wrote: Thanks Stefano. I think this is a very important issue. I am glad that my voice is listen from you. I try to listen to everybody, expecially when they criticize. The nice (IMO) thing about this community is that this is an attitude that is shared by many if not all. I

Re: out of memory errors

2002-12-19 Thread Antonio Gallardo
Yes, I noticed it. I must to restart the CVS 2.1 2 times dialy. because the same problem. I am using a PIII 6000 MHz., 384 MB RAM, Red Hat Linux 8.0. Antonio Gallardo. Jeremy Quinn dijo: > > On Thursday, Dec 19, 2002, at 13:39 Europe/London, Vadim Gritsenko > wrote: > >> Jeremy Quinn wrote: >> >

DO NOT REPLY [Bug 15368] - [PATCH] Expire Continuations

2002-12-19 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

[IMAPGenerator] Any interest?

2002-12-19 Thread Tony Collen
I have the startings of an IMAPGenerator which (surprise) connects to an IMAP mail server and downloads a list of messages. Eventually I'd like to turn it into part of a Cocoon-based webmail app of some sort. I plan on implementing message downloading, etc, soon. Is anyone interested in adding it

Re: [IMAPGenerator] Any interest?

2002-12-19 Thread Nicola Ken Barozzi
Tony Collen wrote: I have the startings of an IMAPGenerator which (surprise) connects to an IMAP mail server and downloads a list of messages. Eventually I'd like to turn it into part of a Cocoon-based webmail app of some sort. I plan on implementing message downloading, etc, soon. Is anyone in

Re: HSSF Serializer Questions

2002-12-19 Thread Nicola Ken Barozzi
Andrew C. Oliver wrote: Danny Mui wrote: I'm currently in the process of enhancing the serializer to support more features (one pending patch in bugzilla for gnumeric merged regions..) and was wondering one thing. Is there a reason why the latest 1.9 dev snapshot is not being used as the t

Re: out of memory errors

2002-12-19 Thread Nicola Ken Barozzi
Antonio Gallardo wrote: Yes, I noticed it. I must to restart the CVS 2.1 2 times dialy. because the same problem. I am using a PIII 6000 MHz., 384 MB RAM, Red Hat Linux 8.0. Geez, not nice. To try to understand when-how-why it happens, could someone please try firing up the instrumentation c