DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7478>. 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]