[TREEPROCESSOR] org.apache.cocoon.environment.ForwardRedirector not found

2002-03-28 Thread Piroumian, Konstantin
Hi, team! After recent update from CVS I get this error: compile: [copy] Copying 28 files to D:\Java\repository\xml-cocoon2\build\cocoon\classes [echo] Compiling with Java 1.3, debug on, optimize off, deprecation off [javac] Compiling 602 source files to

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

2002-03-28 Thread sylvain
sylvain 02/03/28 00:45:10 Added: src/java/org/apache/cocoon/environment ForwardRedirector.java Log: Forgot to cvs add this file along with other changes... Revision ChangesPath 1.1

Re: [TREEPROCESSOR] org.apache.cocoon.environment.ForwardRedirector not found

2002-03-28 Thread Sylvain Wallez
Piroumian, Konstantin wrote: Hi, team! After recent update from CVS I get this error: compile: [copy] Copying 28 files to D:\Java\repository\xml-cocoon2\build\cocoon\classes [echo] Compiling with Java 1.3, debug on, optimize off, deprecation off [javac] Compiling 602 source files

cocoon2.0.2 release version and build.sh

2002-03-28 Thread Enke Michael
Hi, for a committer: please perform a chmod 755 on build.sh Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: [TREEPROCESSOR] org.apache.cocoon.environment.ForwardRedirector not found

2002-03-28 Thread Piroumian, Konstantin
From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Piroumian, Konstantin wrote: Hi, team! After recent update from CVS I get this error: compile: [copy] Copying 28 files to D:\Java\repository\xml-cocoon2\build\cocoon\classes [echo] Compiling with Java 1.3, debug on,

cocoon2.0.2 and EsqlConnection.java with jdk1.4

2002-03-28 Thread Enke Michael
Hi, this mail is for committer: I tried to compile release version 2.0.2 with jdk1.4 But I got 24 errors complaining about not defined methods so that EsqlConnectionCocoon2 must be declared abstract. Why are these method definitions commented out? I found this: On Wed, 20 Feb 2002, Stefano

DO NOT REPLY [Bug 7566] New: - MRUMemoryStore Can not delete cache file in cache-dir

2002-03-28 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=7566. 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/store FilesystemStore.java MRUMemoryStore.java MemoryStore.java

2002-03-28 Thread cziegeler
cziegeler02/03/28 01:56:58 Modified:src/java/org/apache/cocoon/components/store FilesystemStore.java MRUMemoryStore.java MemoryStore.java Log: Paranoid synchronization fix Revision ChangesPath 1.14 +10 -10

Re: New : internal redirects with cocoon: URIs

2002-03-28 Thread Stefano Mazzocchi
Jeremy Quinn wrote: At 4:24 pm +0100 27/3/02, Sylvain Wallez wrote: Hi team, I implemented internal redirects using the cocoon: pseudo-protocol. This is the Cocoon-equivalent to servlet request forwarding. This means that writing map:match pattern= map:redirect-to

Re: Making Xalan XSLTC work with Cocoon

2002-03-28 Thread Stefano Mazzocchi
Berin and Sylvain wrote: snipped bunch of useful stuff/ Ok, we can do it today, but I think that we *must* patch the TrAXTransformer in order to avoid users from being able to configure a ROLE (which is pretty bad thing). Unfortunately, the patches will make the system back incompatible for

Re: Making Xalan XSLTC work with Cocoon

2002-03-28 Thread Stefano Mazzocchi
Jacek R. Ambroziak wrote: On Wednesday 27 March 2002 04:42 am, Stefano Mazzocchi wrote: I fully believe in the power of communities and I strongly believe that no single person, no matter how smart and brilliant, can match the power of the distributed IQ of a sane and focused open

DO NOT REPLY [Bug 7569] New: - esql:skip-rows, esql:max-rows problem

2002-03-28 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=7569. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

someone from excalibur here?

2002-03-28 Thread Enke Michael
Hi, I need to recompile excalibur with jdk1.4. My question: Why is Excalibur4.0 6.0MB but Excalibur4.1 only 800kB big? build.sh is missing in 4.1, may be others too? Regards, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-28 Thread Mats Norén
I've submitted a few questions on the JARV message board, but maybe you can answer quicker. Not sure about that ;) Does the the SaxErrorHandler interface provide the XPath location of the bad elelement, or it can only report the file, line and column where the failure occured. The

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-28 Thread Mats Norén
I've submitted a few questions on the JARV message board, but maybe you can answer quicker. Not sure about that ;) Does the the SaxErrorHandler interface provide the XPath location of the bad elelement, or it can only report the file, line and column where the failure occured. The

Re: Treeprocessor the default engine?

2002-03-28 Thread Jeremy Quinn
At 2:18 pm +0100 27/3/02, Sylvain Wallez wrote: Torsten Curdt wrote: On Wed, 27 Mar 2002, Nicola Ken Barozzi wrote: TreeProcessor will be the default engine in the next release. I would like to see it set as default starting right away. What do you guys think? ...there are still some

Re: Treeprocessor the default engine?

2002-03-28 Thread Davanum Srinivas
+1. (Treeprocessor the default engine) Thanks, dims --- Nicola Ken Barozzi [EMAIL PROTECTED] wrote: TreeProcessor will be the default engine in the next release. I would like to see it set as default starting right away. What do you guys think? If not now, when? -- Nicola Ken

Re: Making Xalan XSLTC work with Cocoon

2002-03-28 Thread Davanum Srinivas
Jacek, Am sure you know this from your experience in the Software industryI just want to voice my 2 cents. A lot of companies (including mine) when they decide to develop Software based on Cocoon or to deploy a Application based on Cocoon will use code from third-party vendors *ONLY*

DO NOT REPLY [Bug 7573] New: - load and save commands don't work in sunShine createcontext

2002-03-28 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=7573. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Testing Cocoon components

2002-03-28 Thread Stuart Roebuck
I've got a set of mock objects and utility classes that I use to test actions, generators and translators without using any configuration files or performing any actual database actions - a kind of 'lite' testing harness. But I wasn't aware of the Excalibur test harness - something I'll have

RE: someone from excalibur here?

2002-03-28 Thread Berin Loritsch
-Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Hi, I need to recompile excalibur with jdk1.4. My question: Why is Excalibur4.0 6.0MB but Excalibur4.1 only 800kB big? build.sh is missing in 4.1, may be others too? Excalibur 4.0 came with all the build jars and

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Carsten Ziegeler
It seems that the build script for the distribution does not simply copy the sources as is but it also replaces the keywords defined by ant. As the dists are build using JDK 1.3.1, the keywords were replaced by a comment. We have to fix the build script, then. Thanks. BTW, I found this in the

cvs commit: xml-cocoon2 build.xml

2002-03-28 Thread cziegeler
cziegeler02/03/28 07:03:58 Modified:.build.xml Log: Fixed build script, keywords are not replaced by ant anymore Revision ChangesPath 1.196 +1 -1 xml-cocoon2/build.xml Index: build.xml

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Torsten Curdt
On Thu, 28 Mar 2002, Carsten Ziegeler wrote: BTW, I found this in the EsqlConnection class: public java.sql.PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException { return

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/xml XMLUtil.java

2002-03-28 Thread cziegeler
cziegeler02/03/28 07:25:05 Modified:src/scratchpad/src/org/apache/cocoon/sunshine/xml XMLUtil.java Log: Synchronization fix Revision ChangesPath 1.7 +6 -14 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/xml/XMLUtil.java

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Christopher Watson
Michael, et al I've just noticed a few more recent messages about this, but I'm going to reply anyway. Christopher -Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Sent: 28 March 2002 14:57 To: [EMAIL PROTECTED] Subject: Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
With the shipped excalibur we have no chance to get pooling running (under jdk1.4). I download excalibur4.1 and compiled it: (build.sh missing, may be other files too? Berin is checking this) But with this, Cocoon is not started! So I got the daily build from excalibur (avalon-framework is also

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
Christopher Watson wrote: ... I've just extracted EsqlConnection.java again this minute from the 2.0.2.tar.gz I downloaded then - it is attached to this message. I'm loath to download it again, at 56kbps (UK's not really grasped broadband yet!). Would it have changed since I downloaded

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

2002-03-28 Thread tcurdt
tcurdt 02/03/28 08:14:37 Modified:src/java/org/apache/cocoon/components/language/markup/xsp EsqlConnection.java Log: fixed a infinite loop in the JDBC3 part Revision ChangesPath 1.6 +3 -3

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

2002-03-28 Thread Torsten Curdt
Can someone with JDK1.4 please crosscheck this... I don't have it at hand. Thanks, Carsten -- Torsten On 28 Mar 2002 [EMAIL PROTECTED] wrote: tcurdt 02/03/28 08:14:37 Modified:src/java/org/apache/cocoon/components/language/markup/xsp EsqlConnection.java

HSSFSerializer and mime-type hard-coded?

2002-03-28 Thread Rick Tessner
Hi all, I was just testing the refactored examples and noticed that the mime-type being returned on the Hello World XLS is vnd.ms-excel. I would have expected it to be application/vnd.ms-excel as that is how the mime-type is defined in the sitemap. In fact, changing the mime-type in the

Re: Cocoon2.0.2 with jdk1.4 : ClassCastException

2002-03-28 Thread Gerhard Froehlich
Hi, two things: (1) could you please post this to the cocoon-user list (2) only send plain text mails to any of the apache.org lists read this for further info: http://jakarta.apache.org/site/mail.html ~Gerhard In the beginning

Re: HSSFSerializer and mime-type hard-coded?

2002-03-28 Thread Marc Johnson
From: Rick Tessner [EMAIL PROTECTED] Hi all, I was just testing the refactored examples and noticed that the mime-type being returned on the Hello World XLS is vnd.ms-excel. I would have expected it to be application/vnd.ms-excel as that is how the mime-type is defined in the sitemap. In

Re: RE-POST: Feedback for the Performance Guide

2002-03-28 Thread Nicola Ken Barozzi
From: Gerhard Froehlich [EMAIL PROTECTED] Hi Team, I posted some days ago, that I checked in a Performance Guide draft. ... Till now I got only one positive feedback. No feedback == go ahead :-) -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta

Re: Treeprocessor the default engine?

2002-03-28 Thread Sylvain Wallez
Jeremy Quinn wrote: At 2:18 pm +0100 27/3/02, Sylvain Wallez wrote: Torsten Curdt wrote: On Wed, 27 Mar 2002, Nicola Ken Barozzi wrote: TreeProcessor will be the default engine in the next release. I would like to see it set as default starting right away. What do you guys think? ...there

Re: HSSFSerializer and mime-type hard-coded?

2002-03-28 Thread Rick Tessner
On Thu, 2002-03-28 at 09:47, Marc Johnson wrote: From: Rick Tessner [EMAIL PROTECTED] Hi all, I was just testing the refactored examples and noticed that the mime-type being returned on the Hello World XLS is vnd.ms-excel. I have no idea how the information in the sitemap would be made

Re: Making Xalan XSLTC work with Cocoon

2002-03-28 Thread Sylvain Wallez
Stefano Mazzocchi wrote: Berin and Sylvain wrote: snipped bunch of useful stuff/ Ok, we can do it today, but I think that we *must* patch the TrAXTransformer in order to avoid users from being able to configure a ROLE (which is pretty bad thing). Unfortunately, the patches will make the

Re: WAV IBM VoiceServer SDK Cocoon

2002-03-28 Thread Sylvain Wallez
Graaf, Edgar de (fin) wrote: I use WAV files in voicexml. This vxml is produced with the help of cocoon. The wav files are read with a reader (map:read) with a mime-type audio/x-wav. When I use wav files from a directory outside Cocoon everything goes fine. But when I use the wav files via

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

2002-03-28 Thread Christopher Watson
Torsten Just recompiled (successfully) with the new EsqlConnection (1.6) Same as before with http://localhost:8080/cocoon/xsp/esql though org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not get the datasource

DO NOT REPLY [Bug 7566] - MRUMemoryStore Can not delete cache file in cache-dir

2002-03-28 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=7566. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [RT] Cocoon Blocks and internal web services

2002-03-28 Thread Mircea Toma
Hi, . . This contract explicitly indicates: 1) web resources exposed by the block (for example files accessible from other blocks) 2) service components exposed by the block (for example avalon components or sitemap components) I don't want to start another

cvs commit: xml-cocoon2/src/documentation/xdocs/drafts PerformanceGuide_draft.txt

2002-03-28 Thread froehlich
froehlich02/03/28 14:21:01 Removed: src/documentation/xdocs/drafts PerformanceGuide_draft.txt Log: removed draft to make place for the real thing -- In case of troubles, e-mail: [EMAIL PROTECTED] To

Performance Tips now as xdoc

2002-03-28 Thread Gerhard Froehlich
Hi, ok folks, I see you need something visual and styled and not a sissy txt file. I added the Apache Cocoon Perfomance Tips as xdoc into the CVS. I placed it below the FAQs in the book.xml. Now you can review it eye friendly and send suggestions how to improve it ;-). Have fun! ~Gerhard

[Contribution] Pipe-aware selection

2002-03-28 Thread Daniel Fagerstrom
I finally found some time to finish a first version of pipe-aware selection. It has some rough edges and there is no caching yet, but as I think it will be useful for the current form handling and validation development, I would like to share my results this far. The example is fairly pointless,

DO NOT REPLY [PATCH QUEUE] Summary March 29 2002

2002-03-28 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to

RE: Creating PHP generators

2002-03-28 Thread Vadim Gritsenko
This kind of questions better to be asked on the user list. 0. have cocoon src distribution handy 1. install php 2. drop phpsrvlt.jar (or whatever) into cocoon/lib/optional 3. build -Dinclude.webapp.libs=yes webapp and you are done (or almost done). Vadim From: Ritter, Tony G [mailto:[EMAIL

RE: RE-POST: Feedback for the Performance Guide

2002-03-28 Thread Vadim Gritsenko
From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] From: Gerhard Froehlich [EMAIL PROTECTED] Hi Team, I posted some days ago, that I checked in a Performance Guide draft. ... Till now I got only one positive feedback. K00L, dude! Go ahead! ;) No feedback == go ahead :-) Yup

Re: problems parsing xml with dtd from a foreign source

2002-03-28 Thread David Crossley
Donald Ball wrote: David Crossley wrote: Donald Ball wrote: hey guys. i'm trying to retrieve some xml content over http to begin one of my pipelines: /nlm/query?author=Smith map:match pattern=nlm/query map:match type=request pattern=author map:generate

cvs commit: xml-cocoon2/src/documentation/xdocs cocoon-links.xml

2002-03-28 Thread vgritsenko
vgritsenko02/03/28 19:33:30 Modified:src/documentation/xdocs cocoon-links.xml Log: Add a link to Leigh Dodds' tutorial Revision ChangesPath 1.3 +9 -2 xml-cocoon2/src/documentation/xdocs/cocoon-links.xml Index: cocoon-links.xml

Re: RE-POST: Feedback for the Performance Guide

2002-03-28 Thread Ivelin Ivanov
(d) Cool and go on !!! - Original Message - From: Gerhard Froehlich [EMAIL PROTECTED] To: Cocoon Developer List [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 12:02 PM Subject: RE-POST: Feedback for the Performance Guide Hi Team, I posted some days ago, that I checked in a

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection Pooling Doesn't Work (for me) - any ideas

2002-03-28 Thread Christopher Watson
Title: RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection Pooling Doesn't Work (for me) - any ideas Thanks, Tom I suspect the problems are not only with cocoon, but excalibur too ! COCOON === The comment lines in the CVS EsqlConnection have @JDBC3_START@ and @JDBC3_END@which the

SOLVED: Pool: NoValidConnectionException on jdk1.4 - Berin, please read this

2002-03-28 Thread Enke Michael
Hi, Tonight I found the solution: We have a ClassCastException. To solve this for jdk1.4: Get the daily build from excalibur, change both JdbcConnection to Jdbc3Connection in line 106 in scratchpad/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java Thats it. But - THIS