Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 58657 invoked from network); 17 Aug 2006 19:23:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 19:23:26 -0000 Received: (qmail 57031 invoked by uid 500); 17 Aug 2006 19:23:24 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 56080 invoked by uid 500); 17 Aug 2006 19:23:21 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 56069 invoked by uid 99); 17 Aug 2006 19:23:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 12:23:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.24.200.2] (HELO mail.doubleSlash.de) (217.24.200.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 12:23:20 -0700 Received: from localhost (localhost [127.0.0.1]) by mail.doubleSlash.de (8.13.4/8.13.6) with ESMTP id k7HJMwGS002771 for ; Thu, 17 Aug 2006 21:22:58 +0200 X-Virus-Scanned: amavisd-new at doubleSlash.de Received: from mail.doubleSlash.de ([127.0.0.1]) by localhost (mail.doubleSlash.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id oU8Te65aoMDP for ; Thu, 17 Aug 2006 21:22:52 +0200 (CEST) Received: from [192.168.10.184] (Hanok.dS.de [192.168.10.184]) by mail.doubleSlash.de (8.13.4/8.13.6) with ESMTP id k7HJMmKY002764 for ; Thu, 17 Aug 2006 21:22:48 +0200 Message-ID: <44E4C20C.6080703@doubleSlash.de> Date: Thu, 17 Aug 2006 21:22:52 +0200 From: Matthias Fischer User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: commons validator: problem building example References: <44E4599D.7070007@doubleSlash.de> <55afdc850608171018p74a843c0u5035bf4b17512e21@mail.gmail.com> <55afdc850608171041l5e823b22u31907c6e3d9ed32e@mail.gmail.com> In-Reply-To: <55afdc850608171041l5e823b22u31907c6e3d9ed32e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks. However I got another problem: I copied the example files to a new project. but when I run the ValidatorExample I get: Exception in thread "main" org.apache.commons.validator.ValidatorException: org.apache.commons.validator.TestValidator at org.apache.commons.validator.ValidatorAction.loadValidationClass(ValidatorAction.java:623) at org.apache.commons.validator.ValidatorAction.executeValidationMethod(ValidatorAction.java:531) at org.apache.commons.validator.Field.validateForRule(Field.java:766) at org.apache.commons.validator.Field.validate(Field.java:846) at org.apache.commons.validator.Form.validate(Form.java:290) at org.apache.commons.validator.Validator.validate(Validator.java:354) at ValidateExample.main(ValidateExample.java:106) My project looks as follows: lib\commons-digester-1.7.jar lib\commons-collections-3.2.jar lib\commons-beanutils.jar lib\commons-logging-1.1.jar lib\commons-validator-1.3.0.jar lib\jakarta-oro-2.0.8.jar src\validator-example.xml src\commons-validator-1.3.0.js src\ValidateBean.java src\ValidateExample.java src\applicationResources.properties I did not find anything on the web concerning the above error. Can anybody tell me how to fix this? Maybe I forgot any dependencies? Kind regards Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org