Return-Path: Delivered-To: apmail-jakarta-cactus-dev-archive@apache.org Received: (qmail 95759 invoked from network); 23 May 2002 09:35:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 May 2002 09:35:05 -0000 Received: (qmail 12526 invoked by uid 97); 23 May 2002 09:35:18 -0000 Delivered-To: qmlist-jakarta-archive-cactus-dev@jakarta.apache.org Received: (qmail 12510 invoked by uid 97); 23 May 2002 09:35:17 -0000 Mailing-List: contact cactus-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Cactus Developers List" Reply-To: "Cactus Developers List" Delivered-To: mailing list cactus-dev@jakarta.apache.org Received: (qmail 12499 invoked by uid 97); 23 May 2002 09:35:16 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 23 May 2002 09:34:59 -0000 Message-ID: <20020523093459.98394.qmail@icarus.apache.org> From: vmassol@apache.org To: jakarta-cactus-cvs@apache.org Subject: cvs commit: jakarta-cactus/documentation/docs/xdocs contributors.xml faq.xml howto_config.xml news.xml resources.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 02/05/23 02:34:59 Modified: documentation/docs/xdocs contributors.xml faq.xml howto_config.xml news.xml resources.xml Log: merges from branch CACTUS_13_BRANCH Revision Changes Path 1.3 +3 -0 jakarta-cactus/documentation/docs/xdocs/contributors.xml Index: contributors.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/contributors.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- contributors.xml 14 Apr 2002 21:51:47 -0000 1.2 +++ contributors.xml 23 May 2002 09:34:59 -0000 1.3 @@ -56,6 +56,9 @@ Nicholas Lesiecki
  • + Hudson Wong +
  • +
  • Jason Robertson
  • 1.5 +40 -0 jakarta-cactus/documentation/docs/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/faq.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- faq.xml 21 Apr 2002 13:05:02 -0000 1.4 +++ faq.xml 23 May 2002 09:34:59 -0000 1.5 @@ -36,6 +36,11 @@ The Ant runservertests task hangs when my server is started
  • +
  • + I'm getting a + "not a valid response error message. What does it + mean ? +
  • @@ -264,6 +269,41 @@ http://localhost:8080/webapp/ServletRedirector?Cactus_Service=RUN_TEST. Of course replace webapp by your webapp context and replace the port by the one you're using. +

    + + + + + + + + +

    + When I run my Cactus test, I'm getting the following : +

    + + + +
    + +

    + It means that Cactus could not connect to the server side properly. + There could several reasons for this : a valid Redirector URL but + not pointing to the Redirector, a secured resource, etc. +

    +

    + To easiest way to diagnosis the problem is to enable Cactus logging + (see the Configuration Howto + for how to do this). The cactus client log + (cactus_client.log will clearly give the error).

    1.3 +10 -27 jakarta-cactus/documentation/docs/xdocs/howto_config.xml Index: howto_config.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- howto_config.xml 19 Apr 2002 21:36:01 -0000 1.2 +++ howto_config.xml 23 May 2002 09:34:59 -0000 1.3 @@ -276,10 +276,14 @@

    - A default log_client.properties is already provided - in the cactus.jar jar. It is used for - configuring Log4j, which is the logging framework used by Cactus - to log debug information. + This file is used for configuring Log4j, which is the logging + framework used by Cactus to log debug information. A sample + log_client.properties is provided in the Cactus sample + application. +

    +

    + You should put this file in your client side classpath if you wish + to enable logging.

    If the Log4j jar is not present on the client side classpath, @@ -300,7 +304,7 @@

    - The default log_client.properties is : + The sample log_client.properties is :

    Log4j web site.

    -

    - If you wish to define another file name and location or other - logging parameter, just provide your own - log_client.properties file (it has to be named this - way) and put in the client side classpath before - the cactus.jar file. -

    -
    @@ -603,7 +599,7 @@ client side.

    - The default log_server.properties is : + The sample log_server.properties is :

    - -

    - If you wish to define another file name and location or other - logging parameter, just provide your own - log_server.properties file (it has to be named this - way) and put in the WEB-INF/classes directory of - your webapp (and hope that the webapp classloader of your server - picks up the files in WEB-INF/classes before the ones - in WEB-INF/lib, where cactus.jar - is located ... :) I don't know if this is part of the - specification). Alternatively, edit the file in - cactus.jar ! -

    1.8 +14 -0 jakarta-cactus/documentation/docs/xdocs/news.xml Index: news.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/news.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- news.xml 18 May 2002 15:11:08 -0000 1.7 +++ news.xml 23 May 2002 09:34:59 -0000 1.8 @@ -34,6 +34,20 @@ + 19/05/2002 + + + New Test + flexibly with AspectJ and mock objects article by + Nick Lesiecki : + It demonstrates how to use AspectJ in association with Mock Objects + to provide greater test flexibility. It also shows how AspectJ can + complement Cactus tests. + + + + + 18/05/2002 1.3 +41 -0 jakarta-cactus/documentation/docs/xdocs/resources.xml Index: resources.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/resources.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- resources.xml 18 May 2002 15:11:08 -0000 1.2 +++ resources.xml 23 May 2002 09:34:59 -0000 1.3 @@ -21,6 +21,46 @@ Link + Test + flexibly with AspectJ and mock objects + + + + + Type + + + Article + + + + + Date + + + Submitted on May 2002 + + + + + Description + + + This article demonstrates how to use AspectJ in association + with Mock Objects to provide greater test flexibility. It also + demonstrates how AspectJ can complement Cactus tests. + + + + +

    + + + + + @@ -54,6 +94,7 @@
    + Link + KaCoMa

    +>>>>>>> 1.1.2.2 -- To unsubscribe, e-mail: For additional commands, e-mail: