Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 70598 invoked by uid 500); 26 Mar 2002 11:04:06 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 70586 invoked from network); 26 Mar 2002 11:04:05 -0000 Date: 26 Mar 2002 11:04:19 -0000 Message-ID: <20020326110419.17942.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 7478] New: - java.lang.NullPointerException in AbstractValidatorAction X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7478 java.lang.NullPointerException in AbstractValidatorAction Summary: java.lang.NullPointerException in AbstractValidatorAction Product: Cocoon 2 Version: Current CVS Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: general components AssignedTo: cocoon-dev@xml.apache.org ReportedBy: lavoro@arsenio.net I simply update my cocoon 2 snapshot (taken one week ago) to the latest 2.0.2 and i discovered that by upgrading AbstractValidatorAction, i cannot use session or form validator (i havent tried the others). I have a java.lang.NullPointerException in getDefault (AbstractValidatorAction.java:576) and, fixing that, again into getNullable (AbstractValidatorAction.java:560). Probably because the cons parameter is probably null, and that exception in not catched. I think the fix should be replacing the catched ConfigurationException to Exception. If that i'm telling is true, the new release should be replaced with another one! --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org