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: > D

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/AbstractGeneratorT

Re: performances Test

2003-04-02 Thread Cédric Damioli
e the same 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 ! --

performances Test

2003-04-02 Thread zze-MORY Nicolas FTRD/DMI/REN
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 ! - To unsubscribe, e-mail:

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 ;-)

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 fo

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 -

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 augment

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

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 b

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:\Dok

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]> Fo

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

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

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(Redir

Re: Fatal error - how to test database connection?

2002-10-29 Thread Derek Hohls
erly (i.e. in the same way as my other projects...):>  > >   >   true>   jdbc:mysql://localhost:3306/sbwq>   username>   password> >  > Does any one have a simple test file that I can use to "connect with the > same settings" outside of Cocoon s

Re: Fatal error - how to test database connection?

2002-10-29 Thread Lajos Moczar
database permissions and cocoon.xconf file properly (i.e. in the same way as my other projects...): true jdbc:mysql://localhost:3306/sbwq username password Does any one have a simple test file that I can use to "connect with the same settings"

Fatal error - how to test database connection?

2002-10-29 Thread Derek Hohls
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

Build Test Suite fails

2002-10-14 Thread Marc Driftmeyer
List, C:\Java\xml-cocoon2>build 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: Comp

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

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. --

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:when (test on first param) map:when (test on second param) map:otherwise To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 7:44 AM Subject:

using seletor to test 2 or more request parameter

2002-08-29 Thread apurva zaveri
I have a selector in pipeline This works just fine, but this tests only one request parameterif someone wants to test 2 or more parameter..how is that done? I also tried something like

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 '

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 <>

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. To unsubscribe, e-mail: <[EMAIL PROTE

Re: cocoon test...

2002-07-04 Thread Ivelin Ivanov
You may want to look at Anteater as well. It is better suited for XML applications. http://aft.sourceforge.net/ - Original Message - From: "Luca Morandini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 2:53 PM Subject: RE: coc

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

2002-07-04 Thread Othman Haddad
know it's rediculous ...)     ---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 function

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 c

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

2002-07-04 Thread Othman Haddad
ocoon 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

RE: cocoon test...

2002-07-03 Thread Luca Morandini
ltant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - -Original Message- From: Othman Haddad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: cocoon test... hi, i&

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/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 t

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-cocoon2>build test Using Java from C:\jdk1.3.1

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.tes

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 -

[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. To unsubscribe, e-mail: <[

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 - DO NOT RESPOND

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

TEST - DO NOT RESPOND

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

RE: Performance Test - switch off caching

2002-04-25 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Dear colleagues, > > we want to do some perfomance tests with cocoon 2.0.2. Does anybody know > which is the best way to switch off page caching of cocoon? > > There are some entries in cocoon.xconf, but we dont't know exactly what they >

Performance Test - switch off caching

2002-04-25 Thread Volker Schneider
Dear colleagues, we want to do some perfomance tests with cocoon 2.0.2. Does anybody know which is the best way to switch off page caching of cocoon? There are some entries in cocoon.xconf, but we dont't know exactly what they are doing. Thank you, best regards - Volker -

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

ANOTHER TEST - DO NOT REPLY

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

TEST - PLEASE DO NOT REPLY

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

RE: Load test with ab

2002-04-08 Thread Stefan Seifert
TECTED]] > Sent: 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) w

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://coun

Re: Load test with ab

2002-04-07 Thread Liam Morley
002, Michael Wechner 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 > > >

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, Mi

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 >

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 Michael Wechner
I suggest you try 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 P

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

RE: Load test with ab

2002-04-05 Thread Carsten Ziegeler
echner [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.

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.sitema

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 Serve

RE: Load test with ab

2002-04-04 Thread Chris Warr
, 5 April 2002 0:37 To: [EMAIL 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

RE: Load test with ab

2002-04-04 Thread Vadim Gritsenko
7 AM > To: [EMAIL 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)

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 certai

[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

[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. To unsubscribe, e-mail: <[EMAIL PROTECTED]> F

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

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

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 ma

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

2001-11-30 Thread Adrian Geissel
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] &g

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

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

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 datas

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 clas

Re: Cocoon2 and IBM Visual Age WebSphere Test Environment?

2001-09-04 Thread Jon Peterson
t on WAS took a completely different set of steps. Jon - Original Message - From: "Dietmar Haffner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 31, 2001 10:36 PM Subject: AW: Cocoon2 and IBM Visual Age WebSphere Test Environment? > Hello Jon, > &

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

Re: Cocoon2 and IBM Visual Age WebSphere Test Environment?

2001-08-31 Thread Jon Peterson
I was able to get Cocoon2 (b1) running in VAJ but not with Websphere Test Environment. WTE is not servlet 2.2 compliant, which I'm thinking will ultimately cause you problems. Instead, I used the Apache Tomcat Test Environment (There's also a Resin plug-in, if you'd rather us

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: - cre

Bizarre IE/PDF Bug Test URL

2001-06-11 Thread Ulrich Mayring
Hello, I've put up a testcase for the bizarre security filter that makes Internet Explorer 5.50.4522.1800 drop lines from PDFs. Go to http://ulim.cocoonhost.com/iebug and on that page click the button for PDF generation. With IE and the internal PDF plug-in the PDF will miss a line, with another

[C2] : Exception when I test XSP : You can not select a Component from a disposed ComponentSelector

2001-06-08 Thread Samuel ARNOD-PRIN
Any idea for this ??? I test a xsp generation (the match : xsp/*) extra info org.apache.cocoon.ResourceNotFoundException: You cannot select a Component from a disposed ComponentSelector:java.lang.IllegalStateException: You cannot select a Component from a disposed

Re: XSP-Processor and Websphere Test Environment (Visaual Age)

2001-05-28 Thread Donald Ball
On Mon, 28 May 2001 [EMAIL PROTECTED] wrote: > > I want to use cocoon with the Websphere Test Environment from Visual Age. > The normal samples from cocoon work nice. But the samples with the > XSP-Processor don't work. I get the following Exception: > > java.lang.Runt

Mailing test. Not open.

2001-05-28 Thread Pier Paolo Bortone
Test test test test Test test test test Test test test test Test test test test - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsub

XSP-Processor and Websphere Test Environment (Visaual Age)

2001-05-28 Thread Katrin_Seiffert
I want to use cocoon with the Websphere Test Environment from Visual Age. The normal samples from cocoon work nice. But the samples with the XSP-Processor don't work. I get the following Exception: java.lang.RuntimeException: Exception when creating "org.apache.cocoon.processor.xsp.XS