DO NOT REPLY [Bug 16382] - [PATCH] New mod-db action sample (and patch to DatabaseReader)

2003-01-23 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 16382] - New mod-db action sample (and patch to DatabaseReader)

2003-01-23 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 16382] New: - New mod-db action sample (and patch to DatabaseReader)

2003-01-23 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: database reader and hsql

2003-01-23 Thread Geoff Howard
How about the following solution: since the only use of getBlob in DatabaseReader is to store a private Blob instance variable, and in one place (in generate) call its getBinaryStream() method, I've modified DatabaseReader to keep InputStream as its instance variable and use the result set's getBin

cvs commit: xml-cocoon2/src/java/org/apache/cocoon Main.java

2003-01-23 Thread vgritsenko
vgritsenko2003/01/23 20:27:40 Modified:src/java/org/apache/cocoon Main.java Log: Code cleanup: fix javadoc errors, remove unused variables. Revision ChangesPath 1.29 +20 -31xml-cocoon2/src/java/org/apache/cocoon/Main.java Index: Main.java =

[PATCH] New "server" script

2003-01-23 Thread Pier Fumagalli
If you're trying out that idea of mine for having a cocoon "server" distribution, I have a _much_ much nicer startup script... (if it's on the mailing list, I ain't gonna loose it!) :-) Attached... Also, any thought about my patch for having cocoon.xconf and logkit.xconf outside of WEB-INF. Can I

Re: Remove old releases, Fwd: need some more web space conservatism again

2003-01-23 Thread Niclas Hedhman
On Friday 24 January 2003 03:37, Stefano Mazzocchi wrote: > Sylvain Wallez wrote: > > Vadim Gritsenko wrote: > >> Steven Noels wrote: > >>> Vadim Gritsenko wrote: > Suggestions? Steven? ;-) > >>> > >>> tonight (gmt+1) > >>> > >>> target: www.cocoondev.org/...? > >> > >> www.cocoondev.org/dist/

Cocoon Presentation in Austin

2003-01-23 Thread Ivelin Ivanov
Cocoon will set foot on the stage in Austin at the monthly gathering of the XML Users Group. http://www.xmlaustin.org/_html_out/main/index.html -=Ivelin=- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [XMLForm]

2003-01-23 Thread Ivelin Ivanov
It doesn't have a lot of use right now. In the future it will probably be useful to be able to subscribe to events that occur during form access. -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 8:23 AM Subject: [XMLForm]

Re: Same birthday problem [WAS: RE: HAPPY BIRTHDAY STEFANO!]

2003-01-23 Thread Niclas Hedhman
On Thursday 23 January 2003 16:38, Luca Morandini wrote: > My gaaawd... you're right :( > > I misread the Y-axis... what's the emoticon for "ashamed" ? Why not \\|||// v v " --- / \ (in fixed spaced font only)

Re: HAPPY BIRTHDAY STEFANO!

2003-01-23 Thread Niclas Hedhman
On Thursday 23 January 2003 00:27, Giacomo Pati wrote: > On Tue, 21 Jan 2003, Stefano Mazzocchi wrote: > > Carsten Ziegeler wrote: > > > A little bit late, > > > > > > but HAPPY BIRTHDAY Stefano, Sylvain and Ivelin! > > > > Thank you and happy birthday to all those born in January (so far, on > > t

Re: Wiki RSS change notifications

2003-01-23 Thread Niclas Hedhman
On Friday 24 January 2003 03:35, Stefano Mazzocchi wrote: > Steven Noels wrote: > > [2] read that as in: I abused the Python language into... > > even better, python is sweet. Python doesn't BITE, it squeezes the breath out of you ;o) --

Re: FW: DNS for james, cocoon, ws, webservices

2003-01-23 Thread David Crossley
Torsten Curdt wrote: > Sylvain Wallez wrote: > > Pier Fumagalli wrote: > > > >> Folks, cocoon.apache.org LIVES! :-) > > Cool! I am excited! :)) > > What about setting up cocoon.apache.org with forrest? Then please bring your excitement and energy to the cocoon-docs mail list and http://wiki.coc

DO NOT REPLY [Bug 16218] - IOException stream closed when cocoon redirects

2003-01-23 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: [XMLForm]

2003-01-23 Thread Bernhard Huber
hi, [EMAIL PROTECTED] wrote: Hello, I'm trying to understand the concept on XMLForm. In this concept, what is the use of FormListener object? it is a simple listener, AbstractXMLFormAction registers form listeners, the sample WizardAction implements FormListener interface. bernhard Thank

Re: Mail Action

2003-01-23 Thread Bernhard Huber
hi, Scherler, Thorsten wrote: Hello group, couple of days (months) I've read something about a new mail action. ...but I can't remember the subject of the mail! I want to send a serversided pdf with eMail. Can anybody give me some hints (links). well it's probably about the SendmailAction, tr

RE: database reader and hsql

2003-01-23 Thread Geoff Howard
aargh - I was afraid of that. from the hsql docs: getBlob public java.sql.Blob getBlob(int i) throws java.sql.SQLException Up to and including 1.7.1, HSQLDB does not support this feature. Calling this method always throws a SQLException, stating that the function is not supp

[PATCH] Re: out of memory still building cvs

2003-01-23 Thread Pier Fumagalli
On 23/1/03 19:09, "Stefano Mazzocchi" <[EMAIL PROTECTED]> wrote: > Geoff Howard wrote: > >> Is there a general level of comfort that the build requires this much >> memory?? > > I'm personally not that comfortable (expecially since I only have 192Mb > on my machine and can't even upgrade it anym

database reader and hsql

2003-01-23 Thread Geoff Howard
I've been working with Chris Haul to set up a sample of using the mod-db actions and file uploads together to populate blobs in a database. It works (after a few simple patches to FilePart and friends). Very cool. However, to complete the sample I'm now trying to use the new (and very cool) data

Re: Exciting Calendar Announcement (WAS [OT] Cocoon Calendar (WAS RE: HAPPY BIRTHDAY STEFANO!))

2003-01-23 Thread Antonio Gallardo
Michael Melhem dijo: > On Thu, Jan 23, 2003 at 09:20:32AM -0500, Geoff Howard wrote: >> I am pleased to announce the first public preview of the upcoming >> "Men of Cocoon" Calendar, attached. > > Hehehe...pretty funny, but where is that "nude" shot Sylvain > promised us. ;) Lol :-D. Please b

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Stefano Mazzocchi wrote: Vadim Gritsenko wrote: All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 -1, Brian asked for space conservatism, but that doesn't mean to destroy the hist

Re: out of memory still building cvs

2003-01-23 Thread Antonio Gallardo
Stefano Mazzocchi dijo: > Geoff Howard wrote: > >> Is there a general level of comfort that the build requires this much >> memory?? > > I'm personally not that comfortable (expecially since I only have 192Mb > on my machine and can't even upgrade it anymore :/) but the cocoon build > system is hu

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Stefano Mazzocchi
Sylvain Wallez wrote: Vadim Gritsenko wrote: Steven Noels wrote: Vadim Gritsenko wrote: Suggestions? Steven? ;-) tonight (gmt+1) target: www.cocoondev.org/...? www.cocoondev.org/dist/ ? www.cocoondev.org/dist/cocoon/ ? :) history.cocoondev.org ? I remain against removing any

Re: Wiki RSS change notifications

2003-01-23 Thread Stefano Mazzocchi
Steven Noels wrote: Sylvain Wallez wrote: Steven Noels wrote: Hello, would anyone object against little notification mails being send to this list when pages in the Wiki get updated? I've attached a few samples. +1 if it's possible to attach a diff. Otherwise, this doesn't give much mo

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Stefano Mazzocchi
Vadim Gritsenko wrote: All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 -1, Brian asked for space conservatism, but that doesn't mean to destroy the history of this project. he refe

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Stefano Mazzocchi
Sylvain Wallez wrote: What about adding to the docs a "birthday.xml" validated by "birthday.dtd" and handled by the appropriate forrest skin ? What was that joke about every program evolving until it's able to send email? (we reached that stage ages ago, to be quite honest)... here we could h

Re: HAPPY BIRTHDAY STEFANO!

2003-01-23 Thread Stefano Mazzocchi
Giacomo Pati wrote: On Tue, 21 Jan 2003, Stefano Mazzocchi wrote: Carsten Ziegeler wrote: A little bit late, but HAPPY BIRTHDAY Stefano, Sylvain and Ivelin! Thank you and happy birthday to all those born in January (so far, on this list, me, Sylvain, Ivelin, Pier, Jeremy... anybody else?)

Re: out of memory still building cvs

2003-01-23 Thread Stefano Mazzocchi
Geoff Howard wrote: Is there a general level of comfort that the build requires this much memory?? I'm personally not that comfortable (expecially since I only have 192Mb on my machine and can't even upgrade it anymore :/) but the cocoon build system is huge and very complex so it doesn't sur

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Steven Noels
Vadim Gritsenko wrote: I meant GMT-5. (blush) Vadim We know you are late ;-D -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog athttp://blogs.cocoondev.org/stevenn/ stevenn at outert

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Vadim Gritsenko wrote: Steven Noels wrote: Vadim Gritsenko wrote: What's the new URL? I'd like to reflect this in the README / HEADER. history.cocoondev.org, please cross-check (I copied the .htaccess files across, but they do obnoxious things - might as well drop them) Cool! Files ar

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Steven Noels wrote: Vadim Gritsenko wrote: What's the new URL? I'd like to reflect this in the README / HEADER. history.cocoondev.org, please cross-check (I copied the .htaccess files across, but they do obnoxious things - might as well drop them) Cool! Files are there, the rest (like coc

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Steven Noels
Vadim Gritsenko wrote: What's the new URL? I'd like to reflect this in the README / HEADER. history.cocoondev.org, please cross-check (I copied the .htaccess files across, but they do obnoxious things - might as well drop them) -- Steven Noelshttp://outerthought.o

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Steven Noels wrote: Vadim Gritsenko wrote: All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 IMO, I would not maintain copies of betas and RCs - so I won't copy http://xml.apache.

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Steven Noels
Vadim Gritsenko wrote: All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 IMO, I would not maintain copies of betas and RCs - so I won't copy http://xml.apache.org/cocoon/dist/old/ ov

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Steven Noels
Pier Fumagalli wrote: I assume that aoindustries is where cocoondev is hosted right? exactly outerthought.net, where the previous wiki was hosted, was piggybacking on our office connectivity (which is free & fast, but comes with no SLA) I think we are doing the community a better service wit

Re: Remove old releases, Fwd: need some more web spaceconservatism again

2003-01-23 Thread Pier Fumagalli
"Steven Noels" <[EMAIL PROTECTED]> wrote: > Pier Fumagalli wrote: > >> (In the light of recent experiences)... Got BACKUP? (DLT/DAT/Something?) > > http://www.aoindustries.com/servlet/com.aoindustries.website.Backup > http://www.aoindustries.com/servlet/com.aoindustries.website.AOSecurity > and

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Steven Noels
Pier Fumagalli wrote: (In the light of recent experiences)... Got BACKUP? (DLT/DAT/Something?) http://www.aoindustries.com/servlet/com.aoindustries.website.Backup http://www.aoindustries.com/servlet/com.aoindustries.website.AOSecurity and http://www.aoindustries.com/servlet/com.aoindustries.we

Re: Exciting Calendar Announcement (WAS [OT] Cocoon Calendar (WAS RE: HAPPY BIRTHDAY STEFANO!))

2003-01-23 Thread Michael Melhem
On Thu, Jan 23, 2003 at 09:20:32AM -0500, Geoff Howard wrote: > I am pleased to announce the first public preview of the upcoming > "Men of Cocoon" Calendar, attached. Hehehe...pretty funny, but where is that "nude" shot Sylvain promised us. ;) cheers, Michael > > > -Original Message

Re: Remove old releases, Fwd: need some more web spaceconservatism again

2003-01-23 Thread Pier Fumagalli
"Sylvain Wallez" <[EMAIL PROTECTED]> wrote: > Vadim Gritsenko wrote: > >> www.cocoondev.org/dist/ ? >> www.cocoondev.org/dist/cocoon/ ? >> :) > > history.cocoondev.org ? (In the light of recent experiences)... Got BACKUP? (DLT/DAT/Something?) Pier

RE: Remove old releases, Fwd: need some more web space conservatism again

2003-01-23 Thread Morrison, John
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sylvain Wallez wrote: > > Vadim Gritsenko wrote: > >> Steven Noels wrote: > >>> Vadim Gritsenko wrote: > Suggestions? Steven? ;-) > >>> > >>> tonight (gmt+1) > >>> > >>> target: www.cocoondev.org/...? > >> www.cocoondev.org/dist/ ? > >> www

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Sylvain Wallez wrote: Vadim Gritsenko wrote: Steven Noels wrote: Vadim Gritsenko wrote: Suggestions? Steven? ;-) tonight (gmt+1) target: www.cocoondev.org/...? www.cocoondev.org/dist/ ? www.cocoondev.org/dist/cocoon/ ? :) history.cocoondev.org ? +1, Excellent choice! Vadi

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Sylvain Wallez
Vadim Gritsenko wrote: Steven Noels wrote: Vadim Gritsenko wrote: Suggestions? Steven? ;-) tonight (gmt+1) target: www.cocoondev.org/...? www.cocoondev.org/dist/ ? www.cocoondev.org/dist/cocoon/ ? :) history.cocoondev.org ? Sylvain -- Sylvain Wallez

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Steven Noels wrote: Vadim Gritsenko wrote: Suggestions? Steven? ;-) tonight (gmt+1) target: www.cocoondev.org/...? www.cocoondev.org/dist/ ? www.cocoondev.org/dist/cocoon/ ? :) Let me know when copy is ready (and URL) and I'll update download page on xml.apache.org/cocoon/dist/ Vadim

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Steven Noels
Vadim Gritsenko wrote: Suggestions? Steven? ;-) tonight (gmt+1) target: www.cocoondev.org/...? -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog athttp://blogs.cocoondev.org/stevenn/

Re: Exciting Calendar Announcement (WAS [OT] Cocoon Calendar(WAS RE: HAPPY BIRTHDAY STEFANO!))

2003-01-23 Thread Pier Fumagalli
"Geoff Howard" <[EMAIL PROTECTED]> wrote: > I am pleased to announce the first public preview of the upcoming > "Men of Cocoon" Calendar, attached. I am _not_ supposed to laugh like an idiot under my desk when I'm at the office! :-) :-) Great work! :-) Pier

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Christian Haul wrote: On 23.Jan.2003 -- 03:24 PM, Sylvain Wallez wrote: Vadim Gritsenko wrote: All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 Before removing anything

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Andrew Savory
On Thu, 23 Jan 2003, Vadim Gritsenko wrote: > Is it ok if I remove old Cocoon releases from the xml.apache.org? > To be precise: > > cocoon-1.7.x > cocoon-1.8 > cocoon-2.0 > cocoon-2.0.1 > cocoon-2.0.2 > cocoon-2.0.3 Hrm ... are some of these (2.0?) referenced by the Cocoon books out there? Would

Re: Remove old releases, Fwd: need some more web space conservatism again

2003-01-23 Thread Christian Haul
On 23.Jan.2003 -- 03:24 PM, Sylvain Wallez wrote: > Vadim Gritsenko wrote: > > >All: > > > >Is it ok if I remove old Cocoon releases from the xml.apache.org? > >To be precise: > > > >cocoon-1.7.x > >cocoon-1.8 > >cocoon-2.0 > >cocoon-2.0.1 > >cocoon-2.0.2 > >cocoon-2.0.3 > > > Before removing an

Re: Exciting Calendar Announcement (WAS [OT] Cocoon Calendar (WAS RE: HAPPY BIRTHDAY STEFANO!))

2003-01-23 Thread Jeremy Quinn
On Thursday, Jan 23, 2003, at 14:20 Europe/London, Geoff Howard wrote: I am pleased to announce the first public preview of the upcoming "Men of Cocoon" Calendar, attached. ROFL!! regards Jeremy - To unsubscribe, e-mail: [

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Vadim Gritsenko
Sylvain Wallez wrote: Vadim Gritsenko wrote: All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 Before removing anything, we must find a place to archive these old versions. We ca

Re: Wiki RSS change notifications

2003-01-23 Thread Steven Noels
Sylvain Wallez wrote: Steven Noels wrote: Hello, would anyone object against little notification mails being send to this list when pages in the Wiki get updated? I've attached a few samples. +1 if it's possible to attach a diff. Otherwise, this doesn't give much more information than th

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-23 Thread Sylvain Wallez
Vadim Gritsenko wrote: All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 Before removing anything, we must find a place to archive these old versions. We cannot loose them. Sylvain

[XMLForm]

2003-01-23 Thread Sylvain.Thevoz
Hello, I'm trying to understand the concept on XMLForm. In this concept, what is the use of FormListener object? Thank you Regards Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTE

Exciting Calendar Announcement (WAS [OT] Cocoon Calendar (WAS RE: HAPPY BIRTHDAY STEFANO!))

2003-01-23 Thread Geoff Howard
I am pleased to announce the first public preview of the upcoming "Men of Cocoon" Calendar, attached. > -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 9:59 AM > To: [EMAIL PROTECTED] > Subject: Re: [OT] Cocoon Calendar (WAS RE: HA

Remove old releases, Fwd: need some more web space conservatism again

2003-01-23 Thread Vadim Gritsenko
All: Is it ok if I remove old Cocoon releases from the xml.apache.org? To be precise: cocoon-1.7.x cocoon-1.8 cocoon-2.0 cocoon-2.0.1 cocoon-2.0.2 cocoon-2.0.3 Vadim Original Message Subject: need some more web space conservatism again Date: Wed, 22 Jan 2003 18:02:49 -0800 (

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Bertrand Delacretaz
Sylvain Wallez wrote: >. . . What about adding to the docs a "birthday.xml" validated by "birthday.dtd" and handled by the appropriate forrest skin ? You'd have to be very careful with the DTD as I suspect some alien life forms to be active in this project. How could it be otherwise? So make s

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Torsten Curdt
What about adding to the docs a "birthday.xml" validated by "birthday.dtd" and handled by the appropriate forrest skin ? or we just add just another attribute in the who.xml? -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: FW: DNS for james, cocoon, ws, webservices

2003-01-23 Thread Carsten Ziegeler
Thanks for this hint, Danny! It's done, we now redirect to xml.apache.org/cocoon. Carsten > -Original Message- > From: Danny Angus [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 1:13 PM > To: [EMAIL PROTECTED] > Subject: RE: FW: DNS for james, cocoon, ws, webservices > >

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Happy birthday, Giacaomo! Happy birthday Giacomo ! Carsten Ziegeler wrote: (Hey, we can be the first community that has a thread going on for years by simply exchanging birthday wishes - so we can make it in the guiness book, I guess). Yes, and the cool thing

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Bertrand Delacretaz
Bertrand Delacretaz wrote: Happy birthday, Giacaomo! That's Giacomo of course, sorry about that. -Bertraond (GuinnessBookCounter++ by the way) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAI

RE: bug in HTMLGenerator?

2003-01-23 Thread MikhailFedotov
Hi! Sorry guys, wrong "To:" field. Mikhail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: bug in HTMLGenerator?

2003-01-23 Thread MikhailFedotov
Hi! ÷ÏÚÍÏÖÎÏ, ÎÁÄÏ ÐÁÔÞÉÔØ Xerces... óÔÏ ÒÁÚ ÜÔÏ ÄÅÌÁÌÉ, ÎÏ × ÎÏ×ÙÈ ×ÅÒÓÉÑÈ ×ÓÅ ÒÁ×ÎÏ ÜÔÏ ÐÌÀÈÁ ×ÏÓËÒÅÓÁÅÔ. îÏ - Ó windows-1251, Á ÎÅ Koi8R. åÓÌÉ ÐÒÏÂÌÅÍÙ Ó koi8r, ÔÏ ÜÔÏ ÓËÏÒÅÅ ×ÓÅÇÏ ËÏÎÆÉÇÉ. Mikhail > -Original Message- > From: Yury Mikhienko [mailto:[EMAIL PROTECTED]] > Sent: Thursda

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Bertrand Delacretaz
Happy birthday, Giacaomo! Carsten Ziegeler wrote: (Hey, we can be the first community that has a thread going on for years by simply exchanging birthday wishes - so we can make it in the guiness book, I guess). Yes, and the cool thing is that we can use the mail archive of this thread to remin

bug in HTMLGenerator?

2003-01-23 Thread Yury Mikhienko
Hi all cocooners! Some time ago I tried to test the cocoon HTMLGenerator to generate document from some URL whith xpath option. HTMLGenerator works properly if the document is in ASCII or UTF-8 encoding. If the document is encoded in KOI8-R then after HTMLGenerator I get all symbols like '#&21

Sharing components between Cocoon and servlets

2003-01-23 Thread Jeremy Aston
Hi, I am looking to get some more documentation together on integrating servlets and Cocoon and would like to know if anyone has got any production experience of sharing contexts and thus components. I want to have a servlet running in the same web app context as Cocoon and have access to the sam

RE: FW: DNS for james, cocoon, ws, webservices

2003-01-23 Thread Danny Angus
Top tip.. james.apache.org now redirects to jakarta.apache.org/james All you have to do is create an .htaccess file in /www/cocoon.apache.org with a single line in it like this one (change the refrences).. RedirectMatch (.*)$ http://jakarta.apache.org/james$1 When you move your site across put

cvs commit: xml-cocoon2/src/documentation/xdocs/link livesites.xml

2003-01-23 Thread kpiroumian
kpiroumian2003/01/23 03:41:30 Modified:src/documentation/xdocs/link livesites.xml Log: Added Warner Bros, Switzerland urls to live sites Revision ChangesPath 1.12 +2 -0 xml-cocoon2/src/documentation/xdocs/link/livesites.xml Index: livesites.xml ==

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Konstantin Piroumian
> >> Happy Birthday, Giacomo! > > > > > > +1 > > +1 +1 > > >> (Hey, we can be the first community that has a thread going on for > >> years by > >> simply exchanging birthday wishes - so we can make it in the guiness > >> book, > >> I guess). > >> > >> :) > > > > Yeah! :-D > > lol > > >

Re: FW: DNS for james, cocoon, ws, webservices

2003-01-23 Thread Torsten Curdt
Sylvain Wallez wrote: Pier Fumagalli wrote: Folks, cocoon.apache.org LIVES! :-) Cool! I am excited! :)) What about setting up cocoon.apache.org with forrest? -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Torsten Curdt
Happy Birthday, Giacomo! +1 +1 (Hey, we can be the first community that has a thread going on for years by simply exchanging birthday wishes - so we can make it in the guiness book, I guess). :) Yeah! :-D lol "...have you heard about this small community just sending birthday wishes

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Christian Haul
On 23.Jan.2003 -- 09:20 AM, Nicola Ken Barozzi wrote: > > > Carsten Ziegeler wrote: > >Happy Birthday, Giacomo! > > +1 > > >(Hey, we can be the first community that has a thread going on for years by > >simply exchanging birthday wishes - so we can make it in the guiness book, > >I guess). > >

RE: Same birthday problem [WAS: RE: HAPPY BIRTHDAY STEFANO!]

2003-01-23 Thread Luca Morandini
My gaaawd... you're right :( I misread the Y-axis... what's the emoticon for "ashamed" ? Regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html

RE: Same birthday problem [WAS: RE: HAPPY BIRTHDAY STEFANO!]

2003-01-23 Thread Luca Morandini
Ovidiu, I'm sorry, but that's 7%, as you may infer from the reference I enclosed. Nevertheless, since I picture myself as a rather scientific guy, I await your proof to the contrary... but, mind you, I graduated in Statistics... grin... huge grin :) Regards, ---

Re: HAPPY BIRTHDAY ....

2003-01-23 Thread Nicola Ken Barozzi
Carsten Ziegeler wrote: Happy Birthday, Giacomo! +1 (Hey, we can be the first community that has a thread going on for years by simply exchanging birthday wishes - so we can make it in the guiness book, I guess). :) Yeah! :-D -- Nicola Ken Barozzi [EMAIL PROTECTED]

RE: HAPPY BIRTHDAY ....

2003-01-23 Thread Carsten Ziegeler
Happy Birthday, Giacomo! (Hey, we can be the first community that has a thread going on for years by simply exchanging birthday wishes - so we can make it in the guiness book, I guess). :) Carsten > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Gia