cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow AbstractInterpreter.java

2002-04-19 Thread ovidiu
ovidiu 02/04/18 23:56:53 Modified:src/scratchpad/schecoon/src/org/apache/cocoon/components/flow AbstractInterpreter.java Log: Removed the dependency on InvokeContext. Revision ChangesPath 1.8 +1 -8

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow Interpreter.java

2002-04-19 Thread ovidiu
ovidiu 02/04/18 23:57:28 Modified:src/scratchpad/schecoon/src/org/apache/cocoon/components/flow Interpreter.java Log: Removed the dependency on InvokeContext. Revision ChangesPath 1.11 +3 -8

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript JSCocoon.java

2002-04-19 Thread ovidiu
ovidiu 02/04/18 23:57:55 Modified:src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript JSCocoon.java Log: Removed the dependency on InvokeContext. Revision ChangesPath 1.11 +2 -13

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript JavaScriptInterpreter.java

2002-04-19 Thread ovidiu
ovidiu 02/04/18 23:58:22 Modified:src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript JavaScriptInterpreter.java Log: Removed the dependency on InvokeContext. Revision ChangesPath 1.5 +8 -10

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme SchemeInterpreter.java

2002-04-19 Thread ovidiu
ovidiu 02/04/18 23:58:53 Modified:src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme SchemeInterpreter.java Log: Removed the dependency on InvokeContext. Revision ChangesPath 1.3 +2 -3

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap CallFunctionNode.java

2002-04-19 Thread ovidiu
ovidiu 02/04/18 23:59:43 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap CallFunctionNode.java Log: Don't pass the InvokeContext object to callFunction(). Revision ChangesPath 1.7 +1 -1

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap ContinueNode.java

2002-04-19 Thread ovidiu
ovidiu 02/04/19 00:00:20 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap ContinueNode.java Log: Don't pass the InvokeContext object to handleContinuation(). Revision ChangesPath 1.4 +1 -1

cvs commit: xml-cocoon2/src/scratchpad/schecoon ChangeLog

2002-04-19 Thread ovidiu
ovidiu 02/04/19 00:02:13 Modified:src/scratchpad/schecoon ChangeLog Log: 2002-04-18 Ovidiu Predescu [EMAIL PROTECTED] * src/org/apache/cocoon/components/flow/Interpreter.java: * src/org/apache/cocoon/components/flow/AbstractInterpreter.java: *

RE: (dbxml) Generator vs Source

2002-04-19 Thread Steven Noels
-Original Message- From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] Sent: donderdag 18 april 2002 17:10 To: [EMAIL PROTECTED] Subject: Re: (dbxml) Generator vs Source Rogier Peters [[EMAIL PROTECTED]] wrote: - What are the differences between a generator and a source, other

cvs commit: xml-cocoon2/src/scratchpad/schecoon TODO

2002-04-19 Thread ovidiu
ovidiu 02/04/19 00:13:48 Modified:src/scratchpad/schecoon TODO Log: - remove dependency on PipelinesNode. Use Redirector instead. - replace map:parameter in sitemap with map:argument - pass the bizData and the continuation as arguments to the Request instead of

Re: idea

2002-04-19 Thread Torsten Curdt
On Thu, 18 Apr 2002, Peter Royal wrote: On Thursday 18 April 2002 01:33 pm, Torsten Curdt wrote: I know quite some of you are using IDEA for development... Are you guys also building cocoon using our build.xml with the ant integration that comes with IDEA?. I'm not able to build from

Google Web APIs and Cocoon

2002-04-19 Thread Ugo Cei
Thanks to the SOAP taglib, using the Google Web APIs from Cocoon is as simple as taking the attached XSP file, filling in your Google key (after having registered at http://www.google.com/apis) and putting it in your sitemap with a stylesheet of your liking. You can see it live here:

DO NOT REPLY [Bug 7253] - [PATCH] I18nTransformer, adds support for setting translations to upper/lower case

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7253. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

restructuring

2002-04-19 Thread Torsten Curdt
guys... I like to propose some restructuring of the scratchpad. It goes the same direction what Ovidiu proposed - but because of a different reason: The our one and only build.xml has become quite large (1700 lines) and takes care about everything... it feels to loose structure every time a new

Re: restructuring

2002-04-19 Thread Torsten Curdt
On Fri, 19 Apr 2002, Torsten Curdt wrote: guys... I like to propose some restructuring of the scratchpad. It goes the same direction what Ovidiu proposed - but because of a different reason: The our one and only build.xml has become quite large (1700 lines) and takes care about

Re: Google Web APIs and Cocoon

2002-04-19 Thread Ugo Cei
Ugo Cei wrote: Thanks to the SOAP taglib, using the Google Web APIs from Cocoon is as simple as taking the attached XSP file, filling in your Google key Oops! As usual, I forgot to attach the file. Here it goes. -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari

DO NOT REPLY [Bug 4934] - JSPReader doesn't work with Resin 2.0.x servlet container

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-04-19 Thread cziegeler
cocoon.xconf Added: lib/core avalon-excalibur-20020419.jar avalon-excalibur-scratchpad-20020419.jar Removed: lib/core avalon-excalibur-20020402.jar avalon-excalibur-scratchpad-20020417.jar Log: Updated to latest excalibur source resolving

DO NOT REPLY [Bug 7244] - [PATCH] Extended Selector Interface proposal

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7244. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8062] - [PATCH] ESQL Samples for the HSSF Serializer, and corrections to state tax table

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8062. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8277] - org.apache.cocoon.environment.http.HttpRequest.decode nullpointer excetion

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8277. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8264] - HSSF internazionalization problems with numbers

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8264. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8264] - HSSF internazionalization problems with numbers

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8264. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[GUMP] Build Failure - xml-cocoon2

2002-04-19 Thread Sam Ruby
] -- [echo] Apache Cocoon 20020419 [1999-2002] [echo] -- [echo] Building with Apache Ant version 1.5alpha compiled on April 19 2002 [echo] using build file /home

cvs commit: xml-cocoon2/src/webapp/WEB-INF/db cocoondb.properties cocoondb.script

2002-04-19 Thread nicolaken
nicolaken02/04/19 05:44:19 Modified:src/webapp/WEB-INF/db cocoondb.properties cocoondb.script Log: Additions to the DB samples for the new POI samples. Revision ChangesPath 1.2 +2 -2 xml-cocoon2/src/webapp/WEB-INF/db/cocoondb.properties Index:

Re: Cocoon Src Compilation on Apple MAC OS X

2002-04-19 Thread Stuart Roebuck
On Mac OS X GNU tar is called 'gnutar' (/usr/bin/gnutar) and is not the same as 'tar' (/usr/bin/tar), unless you've installed gnutar using fink (/sw/bin/tar). You shouldn't have any problems with gnutar. Stuart. On Friday, April 19, 2002, at 01:20 PM, Berin Loritsch wrote: Brian P Michael

cvs commit: xml-cocoon2/src/scratchpad/webapp/mount/xmlform/wizard confirm.xml deployment.xml system.xml userIdentity.xml

2002-04-19 Thread ivelin
ivelin 02/04/19 06:19:27 Modified:src/scratchpad/src/org/apache/cocoon/transformation XMLFormTransformer.java src/scratchpad/webapp/mount/xmlform/stylesheets wizard2html.xsl

Re: Google Web APIs and Cocoon

2002-04-19 Thread Ivelin Ivanov
Thanks for the nice example. It should be part of the users intro doc to Cocoon. - Original Message - From: Ugo Cei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 19, 2002 3:21 AM Subject: Re: Google Web APIs and Cocoon Ugo Cei wrote: Thanks to

Re: idea

2002-04-19 Thread Peter Royal
On Friday 19 April 2002 03:30 am, Torsten Curdt wrote: I tracked this down... seems most of the targets are fine but in generate-java-code I get several execeptions (unfortunately I seem no to be able to cut-and-past - so here is an excerpt): Infamous cut-and-paste errors under linux? If so,

Re: JDK 1.3 vs JDK 1.4 issue

2002-04-19 Thread Berin Loritsch
Craig McClanahan wrote: As Sam points out, the incompatibility in the JDBC APIs was raised during 1.4 development, but fell on deaf ears at the time. For a technical workaround, you might want to take a look at the kludge adopted by the DBCP package in jakarta-commons -- in essence, we

Re: idea

2002-04-19 Thread Nicola Ken Barozzi
- Original Message - From: Torsten Curdt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 19, 2002 9:30 AM Subject: Re: idea On Thu, 18 Apr 2002, Peter Royal wrote: On Thursday 18 April 2002 01:33 pm, Torsten Curdt wrote: I'm not able to build from inside IDEA... :-/

Re: Google Web APIs and Cocoon

2002-04-19 Thread Sam Ruby
Ivelin Ivanov wrote: Thanks for the nice example. It should be part of the users intro doc to Cocoon. Can't this be simplified? All references to xsi and xsd should be removable. And null values should be collapsable. What I have in mind is something like the following: soap:call

Re: Cocoon Src Compilation on Apple MAC OS X

2002-04-19 Thread Jason Foster
You shouldn't have any problems with gnutar. With the distribution, no there won't be any problems. If he checks out the current HEAD using cvs, then tries to build Schecoon, *then* there will be problems. According to locate, there is no tools.jar available on a stock OS X installation,

Pure txt as ouput

2002-04-19 Thread Ariel Bender
Title: Pure txt as ouput Hi all. I'm a newbie in these technologies, and I've got a problem that I don't know how to resolve. May be be someone can help me. I am using cocoon1, xml, xsl... I want to get a pure txt as output file, obviosly whithout a hedar, and also with no xml tags. I'm

Re: Cocoon Src Compilation on Apple MAC OS X

2002-04-19 Thread Diana Shannon
Jason Foster wrote: With the distribution, no there won't be any problems. If he checks out the current HEAD using cvs, then tries to build Schecoon, *then* there will be problems. It works for me without problems. See below. According to locate, there is no tools.jar available on a

Re: Cocoon Src Compilation on Apple MAC OS X

2002-04-19 Thread Berin Loritsch
Stuart Roebuck wrote: On Mac OS X GNU tar is called 'gnutar' (/usr/bin/gnutar) and is not the same as 'tar' (/usr/bin/tar), unless you've installed gnutar using fink (/sw/bin/tar). You shouldn't have any problems with gnutar. He later emailed me back stating that same thing. He

DO NOT REPLY [Bug 6879] - [PATCH] Cache improvement using ESI invalidation protocol

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6879. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6740] - [PATCH] Problem with SOAP Logicsheet in accessing .Net Web Services

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6740. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7507] - [PATCH] esql - support CLOB in get-xml

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7507. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-04-19 Thread froehlich
froehlich02/04/19 10:07:49 Modified:src/java/org/apache/cocoon/components/language/markup/xsp Tag: cocoon_2_0_3_branch EsqlQuery.java Log: applied patch from Tim Myers [EMAIL PROTECTED] esql:group, footer fix Revision ChangesPath No

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

2002-04-19 Thread froehlich
froehlich02/04/19 10:08:00 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_2_0_3_branch esql.xsl Log: applied patch from Tim Myers [EMAIL PROTECTED] esql:group, footer fix Revision ChangesPath No

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

2002-04-19 Thread froehlich
froehlich02/04/19 10:11:23 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: applied patch from Tim Myers [EMAIL PROTECTED] esql:group, footer fix Revision ChangesPath 1.16 +6 -2

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

2002-04-19 Thread froehlich
froehlich02/04/19 10:11:28 Modified:src/java/org/apache/cocoon/components/language/markup/xsp EsqlQuery.java Log: applied patch from Tim Myers [EMAIL PROTECTED] esql:group, footer fix Revision ChangesPath 1.12 +6 -1

DO NOT REPLY [Bug 5744] - upload-max-size limited to ~2GB

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5744. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6362] - Multithreading problems during regeneration of sitemap

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6362. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Pure txt as ouput

2002-04-19 Thread Gerhard Froehlich
Hi, 1. try to produce _your_ email as _pure_ text read http://jakarta.apache.org/site/mail.html for some enlightment! 2. refer to the users list Greets ~Gerhard Some people say I am a terrible person, I'm not, I have the heart of a young boy, in a jar, on my desk. (Stephen King)

DO NOT REPLY [Bug 4007] - corrupt xalan-2.2.0-dev.jar

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4007. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Pure txt as ouput

2002-04-19 Thread Vadim Gritsenko
First of all: This question belongs to the user list, and second - it should be plain text formatted. See the rest below. -Original Message- From: Ariel Bender [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:03 AM To: Cocoon-Users (E-mail) Cc: Cocoon-Dev (E-mail) Subject:

DO NOT REPLY [Bug 6645] - ArrayIndexOutOfBoundException

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 10:28:30 Modified:src/webapp/WEB-INF Tag: cocoon_2_0_3_branch cocoon.xconf Log: Change default reload method to synchron Revision ChangesPath No revision No revision 1.4.2.2 +5 -10

DO NOT REPLY [Bug 6362] - Multithreading problems during regeneration of sitemap

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6362. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7954] - Protected Area example broken in cocoon_2_0_3_branch

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7954. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7760] - null pointer exception during parallel requests

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7760. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7713] - Optional Implicit precondtion checking in matchers

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7713. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml

2002-04-19 Thread nicolaken
nicolaken02/04/19 10:45:32 Modified:src/webapp/docs/samples/stream OrderPage.xml Log: [PATCH] Order page sample has port number hard-wired from [EMAIL PROTECTED] (Stephen Ng) [bug 7610] Revision ChangesPath 1.2 +1 -1

DO NOT REPLY [Bug 7610] - [PATCH] Order page sample has port number hard-wired

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7610. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7610] - [PATCH] Order page sample has port number hard-wired

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7610. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6789] - whitespace outside tags in XSPs generates superfluous code

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6789. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7713] - Optional Implicit precondtion checking in matchers

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7713. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml

2002-04-19 Thread Vadim Gritsenko
Ken: Is patching of your goes to both branches or not? Vadim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 1:46 PM To: [EMAIL PROTECTED] Subject: cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml nicolaken

DO NOT REPLY [Bug 7909] - Setting Log-Level to FATAL-ERROR is not possible

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7909. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Cocoon Src Compilation on Apple MAC OS X

2002-04-19 Thread Jason Foster
snip/ Agreed on your points. FYI, the current build.xml no longer references tools.jar. The Cocoon2 build.xml does not. The Schecoon build.xml does, but as you point out this can be bypassed. Jason - To unsubscribe,

Re: cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml

2002-04-19 Thread Nicola Ken Barozzi
From: Vadim Gritsenko [EMAIL PROTECTED] Ken: Is patching of your goes to both branches or not? Ahem no? ;-) What do I have to do, tag it? (I've never worked with 2 branches together before) -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta

DO NOT REPLY [Bug 7481] - [PATCH] RequestMethodSelector submission

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7481. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7136] - HTML Form Binding and validation toolkit

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7136. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml

2002-04-19 Thread Gerhard Froehlich
From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Is patching of your goes to both branches or not? Ahem no? ;-) What do I have to do, tag it? (I've never worked with 2 branches together before) Check out both branches HEAD and cocoon_2_0_3_branch in 2 different directories, apply the

RE: cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml

2002-04-19 Thread John Morrison
From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: Friday, 19 April 2002 6:56 pm To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml From: Vadim Gritsenko [EMAIL PROTECTED] Ken: Is patching of your goes to both branches or

Re: cvs commit: xml-cocoon2/src/webapp/docs/samples/stream OrderPage.xml

2002-04-19 Thread Andrew C. Oliver
My (not very important) opinion is that the samples are new features and dependant upon features and/or feature-oriented-bug-fixes (if you want an indepth discussion of what I mean by that...those gooey bug fixes that are hybridized features...beginning with Ancient Egypt then just ask off

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:15:01 Modified:src/java/org/apache/cocoon/components/language/markup/xsp Tag: cocoon_2_0_3_branch EsqlQuery.java Log: redo of previous patchsry christian h. Revision ChangesPath No revision No

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:15:08 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_2_0_3_branch esql.xsl Log: redo of previous patchsry christian h. Revision ChangesPath No revision No

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:17:18 Modified:src/java/org/apache/cocoon/components/language/markup/xsp EsqlQuery.java Log: redo of previous patchsry christian h. Revision ChangesPath 1.13 +2 -7

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:17:25 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: redo of previous patchsry christian h. Revision ChangesPath 1.17 +1 -5

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:18:38 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: redo of previous patchsry christian h. Revision ChangesPath 1.18 +3 -3

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:18:45 Modified:src/java/org/apache/cocoon/components/language/markup/xsp EsqlQuery.java Log: redo of previous patchsry christian h. Revision ChangesPath 1.14 +2 -2

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:19:52 Modified:src/java/org/apache/cocoon/components/language/markup/xsp Tag: cocoon_2_0_3_branch EsqlQuery.java Log: redo of previous patchsry christian h. Revision ChangesPath No revision No

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

2002-04-19 Thread froehlich
froehlich02/04/19 11:19:59 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_2_0_3_branch esql.xsl Log: redo of previous patchsry christian h. Revision ChangesPath No revision No

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/caching ComponentCacheKey.java PipelineCacheKey.java

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 12:06:54 Modified:src/java/org/apache/cocoon/caching Tag: cocoon_2_0_3_branch ComponentCacheKey.java PipelineCacheKey.java Log: Optimize cache keys Revision ChangesPath No revision No

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/caching ComponentCacheKey.java PipelineCacheKey.java

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 12:06:54 Modified:src/java/org/apache/cocoon/caching ComponentCacheKey.java PipelineCacheKey.java Log: Optimize cache keys Revision ChangesPath 1.6 +9 -12

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 12:38:11 Modified:src/java/org/apache/cocoon/sitemap Tag: cocoon_2_0_3_branch AbstractSitemap.java Log: Optimize It Revision ChangesPath No revision No revision 1.10.2.1 +4

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 12:38:11 Modified:src/java/org/apache/cocoon/sitemap AbstractSitemap.java Log: Optimize It Revision ChangesPath 1.11 +4 -2 xml-cocoon2/src/java/org/apache/cocoon/sitemap/AbstractSitemap.java Index: AbstractSitemap.java

[input needed] --- documentation questionnaire ---

2002-04-19 Thread Diana Shannon
Purpose The goal of this questionnaire is to gather feedback and advice on how to improve the Cocoon project's documentation. Its structure is intended to help frame -- but not necessarily limit -- the discussion. Your input will inform and direct the drafting of an action plan to address

DO NOT REPLY [Bug 6374] - class not find for:org/w3c/dom/range/Range

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

TraxTransformer overriding XLTProcessor parameter

2002-04-19 Thread Bernhard Huber
Hi, folks I had some troubles making latest CVS version running on WLS6.1sp2. Finally I tracked the problem: TraxTransformer is ALWAYS overriding the transformer-factory setting of XSLTProcessorImpl. If noone minds I'll pathc TraxTransformer, setting the transformer-factory only, if its

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/source SitemapSource.java

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 16:48:41 Modified:src/java/org/apache/cocoon/components/source SitemapSource.java Log: reduce amount of substring() calls Revision ChangesPath 1.11 +13 -12

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/source SitemapSource.java

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 16:48:41 Modified:src/java/org/apache/cocoon/components/source Tag: cocoon_2_0_3_branch SitemapSource.java Log: reduce amount of substring() calls Revision ChangesPath No revision No

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 16:54:22 Modified:src/java/org/apache/cocoon/environment Tag: cocoon_2_0_3_branch AbstractEnvironment.java Log: remove extra toString() Revision ChangesPath No revision No revision

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 16:54:21 Modified:src/java/org/apache/cocoon/environment AbstractEnvironment.java Log: remove extra toString() Revision ChangesPath 1.14 +18 -17

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 17:04:17 Modified:src/java/org/apache/cocoon/transformation Tag: cocoon_2_0_3_branch TraxTransformer.java Log: character iterator is slower then charAt Revision ChangesPath No revision No

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 17:04:17 Modified:src/java/org/apache/cocoon/transformation TraxTransformer.java Log: character iterator is slower then charAt Revision ChangesPath 1.23 +7 -8

DO NOT REPLY [Bug 3372] - Unable to determine servlet context URL

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:36:11 Modified:src/java/org/apache/cocoon/components/language/markup Tag: cocoon_2_0_3_branch CocoonMarkupLanguage.java LogicsheetCodeGenerator.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/python python.xpipe

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:38:01 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/python python.xpipe Log: fix source link Revision ChangesPath 1.2 +1 -1

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:38:20 Modified:src/java/org/apache/cocoon/components/language/markup/xsp/python xsp.xsl Log: optimize a bit Revision ChangesPath 1.2 +11 -24

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:38:34 Modified:src/java/org/apache/cocoon/components/language/markup CocoonMarkupLanguage.java LogicsheetCodeGenerator.java src/java/org/apache/cocoon/components/language/markup/xsp

cvs commit: xml-cocoon2/src/webapp/docs/samples/xsp logicsheet.xsp

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:40:00 Modified:src/webapp/docs/samples/xsp logicsheet.xsp Log: now xsp:logichseet is not required to be first SAX event after xsp:page Revision ChangesPath 1.4 +7 -6 xml-cocoon2/src/webapp/docs/samples/xsp/logicsheet.xsp Index:

cvs commit: xml-cocoon2/src/webapp/docs/samples sample-xsp.xml

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:41:54 Modified:src/webapp/docs/samples sample-xsp.xml Log: add Python XSP sample Revision ChangesPath 1.5 +7 -1 xml-cocoon2/src/webapp/docs/samples/sample-xsp.xml Index: sample-xsp.xml

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine sunshine-int.xpipe

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:47:00 Modified:src/scratchpad/src/org/apache/cocoon/sunshine sunshine-int.xpipe Log: add pipeline once: fix condition Revision ChangesPath 1.6 +1 -1

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine sunshine-int.xpipe

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 20:48:23 Modified:src/scratchpad/src/org/apache/cocoon/sunshine Tag: cocoon_2_0_3_branch sunshine-int.xpipe Log: add pipeline once: fix condition Revision ChangesPath No revision No

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

2002-04-19 Thread vgritsenko
vgritsenko02/04/19 21:02:18 Modified:src/java/org/apache/cocoon/generation ServerPagesGenerator.java Log: optimize validity object creation Revision ChangesPath 1.14 +8 -10

Bug in TreeProcessor

2002-04-19 Thread Vadim Gritsenko
Hi, Decided to give a try to tree processor which was so highly advertised ;) And momentarily found a bug: Substitution does not work on parameter names: map:parameter name={1}1 value={2}/ Regards, Vadim - To

  1   2   >