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

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 00:30:43 Modified:src/java/org/apache/cocoon/components/flow/javascript JavaScriptInterpreter.java Log: configure: call super.configure(). Revision ChangesPath 1.10 +3 -5

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

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 00:32:14 Modified:src/java/org/apache/cocoon/components/flow AbstractInterpreter.java Log: Implement Configurable. Read the reload-scripts and check-time configuration parameters locally, instead of being set from InterpreterSelector.

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/flow flow.xconf

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 00:33:07 Modified:src/java/org/apache/cocoon/components/flow flow.xconf Log: Pass the reload-scripts and check-time arguments on a per-interpreter basis, rather than at the interpreter selector level. Revision ChangesPath 1.2 +2 -2

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/flow InterpreterSelector.java

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 00:34:16 Modified:src/java/org/apache/cocoon/components/flow InterpreterSelector.java Log: Don't read the reload-scripts and check-time parameters here, let the actual interpreter instances read them. Revision ChangesPath 1.4

Re: [control flow] Reloading Scripts

2002-10-01 Thread Ovidiu Predescu
Hi Reinhard, Please test the latest changes in the CVS, the code should work now. I still have to implement an automatic test of this feature, so that we can prevent this bug from happening in the future. Until then, please let me know if you still see problems. Regards, Ovidiu On Sunday,

Re: XML input module (was: RE: Nice changes!)

2002-10-01 Thread Christian Haul
On 01.Oct.2002 -- 01:31 AM, Jeff Turner wrote: On Mon, Sep 30, 2002 at 04:56:36PM +0200, Christian Haul wrote: On 30.Sep.2002 -- 09:59 PM, Jeff Turner wrote: On Mon, Sep 30, 2002 at 01:19:04PM +0200, Christian Haul wrote: I would prefer that module to be a meta module that can be

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test - New directory

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 01:59:08 xml-cocoon2/src/webapp/samples/flow/examples/test - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test/pages - New directory

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 01:59:23 xml-cocoon2/src/webapp/samples/flow/examples/test/pages - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test/pages showString.xsp

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 01:59:57 Added: src/webapp/samples/flow/examples/test README.txt sendpage.js sitemap.xmap src/webapp/samples/flow/examples/test/pages showString.xsp Log: Added. Used for Anteater tests. Revision ChangesPath 1.1

cvs commit: xml-cocoon2/src/test/anteater all-tests.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:00:43 Modified:src/test/anteater all-tests.xml Log: Added the deploy target (not enabled right now because of some problems in Anteater. Revision ChangesPath 1.4 +13 -2 xml-cocoon2/src/test/anteater/all-tests.xml Index: all-tests.xml

cvs commit: xml-cocoon2/src/test/anteater sitemapReload.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:01:14 Added: src/test/anteater sitemapReload.xml Log: Added. Tests the reloading of a modified sitemap. Revision ChangesPath 1.1 xml-cocoon2/src/test/anteater/sitemapReload.xml Index: sitemapReload.xml

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

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:08:04 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap CallFunctionNode.java Log: Removed extra imports. Revision ChangesPath 1.6 +0 -9

cvs commit: xml-cocoon2/src/test/anteater sitemapReload.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:30:11 Modified:src/test/anteater sitemapReload.xml Log: Use overwrite mode when copying files. Revision ChangesPath 1.2 +9 -7 xml-cocoon2/src/test/anteater/sitemapReload.xml Index: sitemapReload.xml

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/test sitemap.xmap

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:30:39 Modified:src/webapp/samples/flow/examples/test sitemap.xmap Log: Use @PARAMETER@ as the value to be replaced. Revision ChangesPath 1.2 +1 -1 xml-cocoon2/src/webapp/samples/flow/examples/test/sitemap.xmap Index: sitemap.xmap

cvs commit: xml-cocoon2/src/test/anteater all-tests.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 02:33:49 Modified:src/test/anteater all-tests.xml Log: Added deploy and init targets (deploy doesn't work for the moment). You can now run a single Anteater test case by running in the src/test/anteater directory the command: anteater -f all-tests.xml

Where did the authentication framework go?

2002-10-01 Thread Ugo Cei
[I posted this yesterday on cocoon-users but got no reply. The same issue was reported also by Antonio Gallardo Rivera. Are we the only two users having this problem?] I just updated C2.1-dev from CVS, installed with build installscratchpadwar and I cannot find the authenitication framework

Re: Where did the authentication framework go?

2002-10-01 Thread Antonio Gallardo Rivera
I saw that authentication, session and portal was moved to a block, but I dont know why it does not work. :( I think people that commit the authentication framwork and XSP are very busy now. There is really a problem about the ComponentManager that uses examples and others XSP stuff. I dont

Re: Where did the authentication framework go?

2002-10-01 Thread tcurdt
Quoting Antonio Gallardo Rivera [EMAIL PROTECTED]: I saw that authentication, session and portal was moved to a block, but I dont know why it does not work. :( do you have the blocks in the WEB-INF/lib dir? -- Torsten - To

Re: Where did the authentication framework go?

2002-10-01 Thread Antonio Gallardo Rivera
Yes, If it can help: I am using Java 1.4.1, Red Hat Linux 7.3 and Tomcat 4.1.12 I must said that everything was working well after the creation of the blocks. My plataform was the same before and after the changes in the CVS. In the WEB-INF i have: cocoon-2.1-dev.jar

Re: Where did the authentication framework go?

2002-10-01 Thread Bertrand Delacretaz
On Tuesday 01 October 2002 16:01, Antonio Gallardo Rivera wrote: . . . My plataform was the same before and after the changes in the CVS. . . . Don't forget that CVS allows you can easily rebuild the state of the codebase for any day, version or tag (-d and -r options IIRC). Maybe this would

RE: XML input module (was: RE: Nice changes!)

2002-10-01 Thread Hunsberger, Peter
I've been following this discussion for the last week or so and suddenly this morning I had to start questioning exactly what the true purpose of all this is? The idea of being able to dig out a value based on a precedence hierarchy makes sense, but XML and XSLT already have very good mechanisms

Re: XML input module (was: RE: Nice changes!)

2002-10-01 Thread Jeff Turner
On Tue, Oct 01, 2002 at 10:17:40AM +0200, Christian Haul wrote: On 01.Oct.2002 -- 01:31 AM, Jeff Turner wrote: ... It is universally pluggable, only the plugin mechanism is inheritance, not composition. The current model is: AbstractJXPathModule . |

EsqlQuery changes

2002-10-01 Thread tcurdt
Christian, you added in EsqlQuery in prepareCall: preparedStatement.setMaxRows( ... This breaks the rowCount() function which is vital for our application to get the absolute count of pages. Is it really necessary? Do you mind if I remove it? -- Torsten

cvs commit: xml-cocoon2/src/test/anteater sitemapReload.xml

2002-10-01 Thread ovidiu
ovidiu 2002/10/01 09:06:35 Modified:src/test/anteater sitemapReload.xml Log: Use a regexp pattern to check the value. Correctly identify the paragraph element containing the value. Revision ChangesPath 1.3 +2 -2

Re: EsqlQuery changes

2002-10-01 Thread Christian Haul
On 01.Oct.2002 -- 05:45 PM, [EMAIL PROTECTED] wrote: Christian, you added in EsqlQuery in prepareCall: preparedStatement.setMaxRows( ... This breaks the rowCount() function which is vital for our application to get the absolute count of pages. Is it really necessary? Do you mind if I

Re: Where did the authentication framework go?

2002-10-01 Thread Ugo Cei
I just updated the sources form CVS and it seems that the authentication framework is working again now. Thanks to whomever fixed it :-). Ugo -- Ugo Cei - http://www.beblogging.com/blog/ - To unsubscribe, e-mail:

Re: XML input module (was: RE: Nice changes!)

2002-10-01 Thread Christian Haul
On 01.Oct.2002 -- 09:46 AM, Hunsberger, Peter wrote: I've been following this discussion for the last week or so and suddenly this morning I had to start questioning exactly what the true purpose of all this is? The idea of being able to dig out a value based on a precedence hierarchy makes

Re: XML input module (was: RE: Nice changes!)

2002-10-01 Thread Christian Haul
On 02.Oct.2002 -- 01:32 AM, Jeff Turner wrote: On Tue, Oct 01, 2002 at 10:17:40AM +0200, Christian Haul wrote: The degree, to what they digest the data is not set to stone. SessionModule could, for instance, just return the session object. Yes, it would have to, to accommodate the most

RE: XML input module (was: RE: Nice changes!)

2002-10-01 Thread Hunsberger, Peter
I've been following this discussion for the last week or so and suddenly this morning I had to start questioning exactly what the true purpose of all this is? The idea of being able to dig out a value based on a precedence hierarchy makes sense, but XML and XSLT already have very good

DO NOT REPLY [Bug 11401] - [PATCH] upload bug

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

RE: XML input module (was: RE: Nice changes!)

2002-10-01 Thread Hunsberger, Peter
Say, you want to insert data to a database. Some data stems from request parameters, some from the session and some from request attributes set by another action. In order to make this possible, the database action needs to be flexible enough to do this. It used to read from request

[Summary] RE: [control flow] Reloading Scripts

2002-10-01 Thread Reinhard Poetz
Hi Ovidiu, Thank you! Your patch solved the problem with the reload. Regards, Reinhard -Original Message- From: Ovidiu Predescu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 9:42 AM To: Reinhard Poetz Cc: [EMAIL PROTECTED] Subject: Re: [control flow] Reloading

DO NOT REPLY [Bug 13163] - [PATCH] TextSerializer should use text/plain MIME type instead of text/text

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

RE: Strange behavior in SQLTransforme Cocoon 2.0.3

2002-10-01 Thread Luca Morandini
Luca, since I know you're such a good guy, I fixed your problem... ...seriously now: The Cocoon 2.0.3 version of SQLTransformer lacks the characters method, which in Cocoon 2.0.2 took care of the proper concatenation of queries (something super.characters(), apparently cannot do). Here's my