Yes, it is broken: see this my bug report and solution!
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]
Please check that your question has not already been answered in the FAQ
before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>