You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/03/26 12:04:19 UTC

DO NOT REPLY [Bug 7478] New: - java.lang.NullPointerException in AbstractValidatorAction

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: 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