RE: Unit test for Cocoon

2003-04-06 Thread Pham Thanh Quan
Title: RE: Unit test for Cocoon Thank you so much, Stephan. Quan -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] Sent: Friday, April 04, 2003 5:16 PM To: [EMAIL PROTECTED] Subject: RE: Unit test for Cocoon On Wed, 2 Apr 2003, Pham Thanh Quan wrote: Dear

RE: Unit test for Cocoon

2003-04-04 Thread Stephan Michels
On Wed, 2 Apr 2003, Pham Thanh Quan wrote: Dear Stephan, I would like to test on every separate action, generator, transformer... Please show me the test case for that. Thank you. In the current CVS HEAD: cocoon-2.1/src/test/org/apache/cocoon/generation/AbstractGeneratorTestCase.java

Test de performances

2003-04-02 Thread zze-MORY Nicolas FTRD/DMI/REN
hello !! eh oui ca faisait longtemps que je ne t'avais pas embeter !!! :) Nous sommes en ce momment dans une pré-phase de test de perf de cocoon. Nous avons juste fait quelques petits tests sans importance sur les version 2.04/Tomcat4 et 2.1/Jetty. Nous constatons une importante augmentation

Re: Test de performances

2003-04-02 Thread Bertrand Delacretaz
Le Mercredi, 2 avr 2003, à 10:45 Europe/Zurich, zze-MORY Nicolas FTRD/DMI/REN a écrit : eh oui ca faisait longtemps que je ne t'avais pas embeter !!! :)... FYI: Non-french speakers don't worry - this message is about cocoon but does not seem to have been intended for this list. -Bertrand

Re: Test de performances

2003-04-02 Thread Cédric Damioli
Bertrand Delacretaz wrote: Le Mercredi, 2 avr 2003, à 10:45 Europe/Zurich, zze-MORY Nicolas FTRD/DMI/REN a écrit : eh oui ca faisait longtemps que je ne t'avais pas embeter !!! :)... FYI: Non-french speakers don't worry - this message is about cocoon but does not seem to have been intended

Re: Test de performances

2003-04-02 Thread Bertrand Delacretaz
Le Mercredi, 2 avr 2003, à 11:21 Europe/Zurich, Cédric Damioli a écrit : ...More seriously, if there is a real memory leak (that's what this mail was about) with Cocoon 2.1 and/or Jetty, it wouls be great to know about it. Nicolas was talking about 2.04 - I suggested (off-list and in french

performances Test

2003-04-02 Thread zze-MORY Nicolas FTRD/DMI/REN
configuration (it was my first test). I make tests with Linux redhat 7.1 Cocoon 2.1/Jetty and Loadrunner Windows 2000 pro If anyone know something about it... please tell more. Thanks a lot ! - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: performances Test

2003-04-02 Thread Cédric Damioli
problem. but it can come from my configuration (it was my first test). I make tests with Linux redhat 7.1 Cocoon 2.1/Jetty and Loadrunner Windows 2000 pro If anyone know something about it... please tell more. Thanks a lot

Re: Unit test for Cocoon

2003-04-01 Thread Stephan Michels
On Tue, 1 Apr 2003, Pham Thanh Quan wrote: Hi, Do you know any unit-test tool for Cocoon? Please tell me. Thanks and regards What do you prefer to test? There exist a testcase for generators and transformer. And writing a test case for complete pipelines shouldn't be difficult. The only

RE: Unit test for Cocoon

2003-04-01 Thread Pham Thanh Quan
Title: RE: Unit test for Cocoon Dear Stephan, I would like to test on every separate action, generator, transformer... Please show me the test case for that. Thank you. Quan -Original Message- From: Stephan Michels [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 01, 2003 5:14 PM

Unit test for Cocoon

2003-03-31 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi, (B (B (B (BDo you know any unit-test (Btool for Cocoon? Please tell me. (B (BThanks and regards (B (B (B (BQuan (B (B (B (B (B (B (B (B

Test Please Ignore :)

2003-03-20 Thread Karthikeyan Balasubramanian
Test -- Karthikeyan Balasubramanian [EMAIL PROTECTED] -- http://www.fastmail.fm - Email service worth paying for. Try it for free - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

eclipse: cocoon test view

2003-03-14 Thread Juliane Ndje
hi guys, after developing cocoon apps simply with spy i wanted to switch over to eclipse for better comfort. a problem occured with the 'cocoon test view': while trying to perform requests with opening a browser the resources will be looked after in the directory C:\Dokumente und

test

2002-12-13 Thread Niket Anand
test - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Unit Test Cocoon

2002-12-11 Thread Charlene Mitchell
Hi, Could you possibly send me some code snippets to get me started? I'm looking for the Excalibur test components but haven't found them yet. :-( Still lokking mind! Charlene --- Kevin O'Neill [EMAIL PROTECTED] wrote: On Tue, 2002-12-10 at 19:40, Charlene Mitchell wrote: Hi, Does

Unit Test Cocoon

2002-12-10 Thread Charlene Mitchell
Hi, Does anyone successfully use JUnit and/or Cactus to Unit Test Cocoon actions/generators etc ? I have my own generators and actions but I'm not sure how to call them from JUnit, how to pass in what they would normally expect to receive. e.g. an action receives public Map act(Redirector

Re: Unit Test Cocoon

2002-12-10 Thread Kevin O'Neill
On Tue, 2002-12-10 at 19:40, Charlene Mitchell wrote: Hi, Does anyone successfully use JUnit and/or Cactus to Unit Test Cocoon actions/generators etc ? I have my own generators and actions but I'm not sure how to call them from JUnit, how to pass in what they would normally expect

Fatal error - how to test database connection?

2002-10-29 Thread Derek Hohls
urljdbc:mysql://localhost:3306/sbwq/dburl userusername/user passwordpassword/password /jdbc Does any one have a simple test file that I can use to "connect with the same settings" outside of Cocoon so I can try and pin down the source of the error? Thanks Derek

Re: Fatal error - how to test database connection?

2002-10-29 Thread Lajos Moczar
/dburl userusername/user passwordpassword/password /jdbc Does any one have a simple test file that I can use to connect with the same settings outside of Cocoon so I can try and pin down the source of the error? Thanks Derek -- galatea.com Cocoon training, consulting support

Re: Fatal error - how to test database connection?

2002-10-29 Thread Derek Hohls
="sbwq" pool-controller min="5" max="50"/ auto-committrue/auto-commit dburljdbc:mysql://localhost:3306/sbwq/dburl userusername/user passwordpassword/password /jdbc Does any one have a simple test file that I can use to "connect with the same settings" outs

Build Test Suite fails

2002-10-14 Thread Marc Driftmeyer
List, C:\Java\xml-cocoon2build test Chugs along and then during the jUnit portion produces 51 errors culminating with this final one. If you want I can output the file into a txt file for verification. Final line of error output BUILD FAILED file:C:/Java/xml-cocoon2/build.xml:2027: Compile

How to test a parameter in the sitemap ?

2002-10-01 Thread Ganael LAPLANCHE
Hi all, How would you test an URL parameter (e.g. http://foo.com:8080/myfile.xml?bar=hello) in the sitemap ? How can I retreive 'hello' from the URL ? Sorry for this stupid question, this must be very simple... Gan. - Please

Re: How to test a parameter in the sitemap ?

2002-10-01 Thread Bobby Mitchell
Ganael LAPLANCHE wrote: Hi all, How would you test an URL parameter (e.g. http://foo.com:8080/myfile.xml?bar=hello) in the sitemap ? How can I retreive 'hello' from the URL ? I'm not sure about retreiving 'hello', but you can do this: map:match type=request-parameter pattern=bar

Re: using seletor to test 2 or more request parameter

2002-08-30 Thread Barbara Post
nest 2 request-parameter... I did that, so I had 4 parts. indeed code grows but this is the only real way to do this... map:select type=request-parameter map:parameter name=parameter-name value=what_you_want/ map:when (test on first param) map:select type=request-parameter

using seletor to test 2 or more request parameter

2002-08-29 Thread apurva zaveri
I have a selector in pipeline map:select type=request-parameter map:parameter name=parameter-name value=cocoon-xmlform-view/ map:when test=confirm map:redirect-to uri=PropForSale(1)/ /map:when /map:select This works

Re: test

2002-08-12 Thread Antonio Gallardo Rivera
Thanks! Antonio Gallardo El Lunes, 12 de Agosto de 2002 00:04, [EMAIL PROTECTED] escribió: Hi Niket I am getting married on 31st august. So please do come to my marrigae (See attached file: wedding card.jpg) Regards Sidharth Ghai Vmoksha Technologies VI th Floor, Corporate Towers 'C'

Re: test

2002-08-11 Thread sidharthg
Hi Niket I am getting married on 31st august. So please do come to my marrigae (See attached file: wedding card.jpg) Regards Sidharth Ghai Vmoksha Technologies VI th Floor, Corporate Towers 'C' Diamond District Kodihally Banglore attachment: wedding card.jpg

test

2002-07-29 Thread Niket Anand
please donot reply rgds, Niket - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL

Réf. : RE: cocoon test...

2002-07-04 Thread Othman Haddad
test... Othman,try using Canoo WebTest http://webtest.canoo.com/webtest/manual/WebTestHome.htmlBest regards,P.S.Please, use plain text not HTML; moreover, it's useless posting twice.-Luca MorandiniGIS Consultant[EMAIL

RE: Réf. : RE: cocoon test...

2002-07-04 Thread Luca Morandini
- -Original Message- From: Othman Haddad [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 9:45 AM To: [EMAIL PROTECTED] Subject: Réf. : RE: cocoon test... hi, thanks for canoo,but what is it's advantage comparing with cactus

Réf. : RE: Réf. : RE: cocoon test...

2002-07-04 Thread Othman Haddad
...) ---Message original--- De : [EMAIL PROTECTED] Date : jeudi 04 juillet 2002 10:27:58 A : [EMAIL PROTECTED] Sujet : RE: Réf. : RE: cocoon test... Othman,basically, WebTest is for functional testing

cocoon test...

2002-07-03 Thread Othman Haddad
hi, i've an application based on cocoon2.02 and tomcat without Apache httpd server.. what is the best way to test it?, is Cactus ok for this, or it's better to use something else? thanks for your help

Re: build test error with CVS HEAD

2002-06-07 Thread Ovidiu Predescu
On 6/6/02 6:49 AM, Bruce Krautbauer [EMAIL PROTECTED] wrote: I know the CVS HEAD can sometimes be unstable, but for the last week or so my 'build test' has been failing during the anteater tests with the following error: anteater.tests: BUILD FAILED D:\xml-cocoon2\build.xml:1805

Re: build test error with CVS HEAD

2002-06-07 Thread Bruce Krautbauer
Hello Ovidiu, Thanks for the hint on installing Anteater. I have done that now, but the Cocoon 'build test' still fails in the same way. If I run Anteater directly it seems to run OK, although some of the tests fail: D:\xml-cocoon2build test Using Java from C:\jdk1.3.1_02 Buildfile

Re: build test error with CVS HEAD

2002-06-07 Thread Ovidiu Predescu
On 6/7/02 11:37 AM, Bruce Krautbauer [EMAIL PROTECTED] wrote: Hello Ovidiu, Thanks for the hint on installing Anteater. I have done that now, but the Cocoon 'build test' still fails in the same way. If I run Anteater directly it seems to run OK, although some of the tests fail: D:\xml

build test error with CVS HEAD

2002-06-06 Thread Bruce Krautbauer
I know the CVS HEAD can sometimes be unstable, but for the last week or so my 'build test' has been failing during the anteater tests with the following error: anteater.tests: BUILD FAILED D:\xml-cocoon2\build.xml:1805: Execute failed: java.io.IOException: CreateProcess: anteater -f src/test

Test

2002-05-27 Thread Konstantin Piroumian
Ignore please. Sorry for inconvenience. _ Konstantin Piroumian Lead Developer _ - Please check that your question has not already been answered in

[TEST] Please ignore

2002-05-27 Thread Konstantin Piroumian
Trying to find out why my messages don't reach the list. Konstantin - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail:

TEST - DO NOT RESPOND

2002-05-14 Thread William Bagby
Title: TEST - DO NOT RESPOND text

TEST - DO NOT RESPOND

2002-05-14 Thread William Bagby
Title: TEST - DO NOT RESPOND TESTING

TEST - PLEASE DO NOT REPLY

2002-04-19 Thread William Bagby
Title: TEST - PLEASE DO NOT REPLY PLAIN TEXT

ANOTHER TEST - DO NOT REPLY

2002-04-19 Thread William Bagby
Title: ANOTHER TEST - DO NOT REPLY PLAIN TEXT

FW: ANOTHER TEST - DO NOT REPLY

2002-04-19 Thread William Bagby
Title: FW: ANOTHER TEST - DO NOT REPLY -Original Message- From: William Bagby [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 4:29 PM To: Cocoon Users Mailing List (E-mail) Subject: ANOTHER TEST - DO NOT REPLY PLAIN TEXT

test

2002-04-08 Thread Marina Sturino
test, ignore this message, please Marina --- L'unico modo per accelerare windows 9.x/2K/XP e' a 9,8 m/s^2 ;-) Utente Linux registrato: #218195 (http://counter.li.org

RE: Load test with ab

2002-04-08 Thread Stefan Seifert
: Saturday, April 06, 2002 12:15 AM To: [EMAIL PROTECTED]; Nicola Ken Barozzi Subject: Re: Load test with ab Frustrating, I also have to communicate with a MS SQL 2000 db server. Not having started on the JDBC work I would be interested to know: a) what kind of experiences people have made

Re: Load test with ab

2002-04-07 Thread Liam Morley
wrote: Where do I find sitemap_xmap.java? Within the work directory of Tomcat? If so, then I can't tell, because I deleted it unfortunately. But I can do another load test! Thanks for your help Michael Vadim Gritsenko wrote: What is in these lines

Re: Load test with ab

2002-04-05 Thread Michael Wechner
Where do I find sitemap_xmap.java? Within the work directory of Tomcat? If so, then I can't tell, because I deleted it unfortunately. But I can do another load test! Thanks for your help Michael Vadim Gritsenko wrote: What is in these lines? org.apache.cocoon.www.sitemap_xmap.process

RE: Load test with ab

2002-04-05 Thread Carsten Ziegeler
[mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Load test with ab Where do I find sitemap_xmap.java? Within the work directory of Tomcat? If so, then I can't tell, because I deleted it unfortunately. But I can do another load test! Thanks

Re: Load test with ab

2002-04-05 Thread Michael Wechner
There must be another reason in our case. We don't use Microsoft and we don't use a database. In the case of our load test, everything was retrieved from the filesystem. I will try Cocoon 2.0.2 over the weekend. Maybe that helps. Michael Nicola Ken Barozzi wrote: From: Chris Warr [EMAIL

Re: Load test with ab

2002-04-05 Thread Michael Wechner
the latest cvs version which is (paranoid) synchronized. This solved our problem with a hanging (dead) Cocoon. Carsten -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Load test with ab Where do I

RE: Load test with ab

2002-04-05 Thread Bert Van Kets
Carsten, does this mean that the latest CVS build can be trusted under heavy loads, say 50 to 100 concurrent users? Bert At 14:12 5/04/2002 +0200, you wrote: We had the same problem, and it had to do with the MRUStore which is not thread safe in 2.0.1 and 2.0.2. I suggest you try the latest

RE: Load test with ab

2002-04-05 Thread Carsten Ziegeler
-Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:51 PM To: [EMAIL PROTECTED] Subject: RE: Load test with ab Carsten, does this mean that the latest CVS build can be trusted under heavy loads, say 50 to 100 concurrent users

Re: Load test with ab

2002-04-05 Thread Horst Rutter
drivers, if that's the bottleneck. Thanks, Horst - Original Message - From: Nicola Ken Barozzi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 11:57 PM Subject: Re: Load test with ab Out of all the drivers we used, Microsoft's new JDBC driver had the most problems

Load test with ab

2002-04-04 Thread Michael Wechner
Hi We did a load test of Cocoon 2.0.1 with ab from Apache. Everything is fine when we do Concurrency 1 or 3 (ab -n 10 -c 3) and performance looks good (pretty much the same as Zope). But when we set Concurrency 10 we run into trouble. Cocoon seems to stop running after a certain time

RE: Load test with ab

2002-04-04 Thread Vadim Gritsenko
PROTECTED] Subject: Load test with ab Hi We did a load test of Cocoon 2.0.1 with ab from Apache. Everything is fine when we do Concurrency 1 or 3 (ab -n 10 -c 3) and performance looks good (pretty much the same as Zope). But when we set Concurrency 10 we run into trouble. Cocoon

RE: Load test with ab

2002-04-04 Thread Chris Warr
test with ab Hi We did a load test of Cocoon 2.0.1 with ab from Apache. Everything is fine when we do Concurrency 1 or 3 (ab -n 10 -c 3) and performance looks good (pretty much the same as Zope). But when we set Concurrency 10 we run into trouble. Cocoon seems to stop running after a certain

Re: Load test with ab

2002-04-04 Thread Nicola Ken Barozzi
From: Chris Warr [EMAIL PROTECTED] Hi, I'm a bit of a newbie so go easy on me if I get things wrong. We're also having trouble with with cocoon under load. We're running under NT4 SP6a, Tomcat 4.0.3, Cocoon 2.0.2, and JDK 1.3.1. We've got a webapp that connects to an MSSQL Server 2000 db

[TEST] Just a test

2002-03-29 Thread Piroumian, Konstantin
Just ignore this message. -- KP [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For

[TEST] Final test

2002-03-29 Thread Konstantin Piroumian
Title: [TEST] Final test I'm very sorry for this spam. -- Konstantin Piroumian kpiroumian@protek.com

HELP: Error opening connection to dburl: jdbc:postgresql://localhost/test

2002-01-14 Thread Ivan Manuel Andrade Muñoz
--- Error found handling the request. java.lang.RuntimeException: Error opening connection to dburl: jdbc:postgresql://localhost/test at _usr._local._jakarta._build._tomcat._webapps._cocoon._samples._sql

Re: HELP: Error opening connection to dburl: jdbc:postgresql://localhost/test

2002-01-14 Thread Marty McClelland
database marty - Original Message - From: Ivan Manuel Andrade Muñoz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 14, 2002 3:52 PM Subject: HELP: Error opening connection to dburl: jdbc:postgresql://localhost/test Hello to all, Happy New Year. The error

Re: C2 Using Datasources for DEV, TEST, PROD...

2001-11-30 Thread Adrian Geissel
: Nuno José Pires dos Santos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 3:15 PM Subject: RE: C2 Using Datasources for DEV, TEST, PROD... Have diferent cocoon.xconf -Mensagem original- De: SANSONE, AARON M [Non-Pharmacia/1000] [mailto:[EMAIL PROTECTED

Only a test (all the mails in my client have the same content)

2001-11-30 Thread Arno Illmann
Only a test (all the mails in my client since ca. 13:30 have the same content). It is beginning with: I've been watching both this thread and also the one on *sharing microsoft experience*, and was prompted to contribute some experience. ... and its from the developers mailing list

C2 Using Datasources for DEV, TEST, PROD...

2001-11-28 Thread SANSONE, AARON M [Non-Pharmacia/1000]
I am preparing to implement a Cocoon 2 Web Site for Production purposes. Like many organizations, we have a Development, Test and Production environment. Each environment has it's own web server and oracle database. What is the best way to automate having Cocoon 2 use the appropriate datasource

RE: C2 Using Datasources for DEV, TEST, PROD...

2001-11-28 Thread Nuno José Pires dos Santos
Have diferent cocoon.xconf -Mensagem original- De: SANSONE, AARON M [Non-Pharmacia/1000] [mailto:[EMAIL PROTECTED]] Enviada: quarta-feira, 28 de Novembro de 2001 14:51 Para: Cocoon-Users (E-mail) Assunto: C2 Using Datasources for DEV, TEST, PROD... I am preparing to implement a Cocoon

Re: C2 Using Datasources for DEV, TEST, PROD...

2001-11-28 Thread Derek Hohls
I am away from the office today Thanks Derek [EMAIL PROTECTED] 11/28/01 16:51 I am preparing to implement a Cocoon 2 Web Site for Production purposes. Like many organizations, we have a Development, Test and Production environment. Each environment has it's own web server and oracle

AW: Cocoon2 and IBM Visual Age WebSphere Test Environment?

2001-09-04 Thread Dietmar Haffner
Hi Jon, I'll send you the instructions off-line, as WTE is IDE specific and irrelevant for the vast majority of Cocoon2. Received them, thank you. I had already figured out some of the problems (Oracle, nested classes, com.ibm.bsf). Others seem to have disappeared with C2b2 (missing

Cocoon2 and IBM Visual Age WebSphere Test Environment?

2001-08-31 Thread Dietmar Haffner
Hi, I'm trying to get Cocoon-2.0b2 running on the WebSphere Test Environment that comes with Visual Age for Java 3.5.3. As I didn't find any reference in the docs, on the web site, in the FAQS and this mailing lists archives (only Cocoon 1.*), I proceeded to try on my self. I: - created a new

AW: Cocoon2 and IBM Visual Age WebSphere Test Environment?

2001-08-31 Thread Dietmar Haffner
Hello Jon, WTE is not servlet 2.2 compliant, which I'm thinking will ultimately cause you problems. I says it would be Instead, I used the Apache Tomcat Test Environment Yes, I'm able to run it with Tomcat, too. If interested, I can send you the list of things I had to do to get