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 2003/11/06 11:15:52 UTC

DO NOT REPLY [Bug 24458] New: - CocoonMail sample: NoSuchMethodError

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=24458>.
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=24458

CocoonMail sample: NoSuchMethodError

           Summary: CocoonMail sample: NoSuchMethodError
           Product: Cocoon 2
           Version: 2.1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: kutzi@gmx.de


Hi,

trying to run the CocoonMail sample i got a NoSuchMethodError for 
Folder.getURLName().
Apparently the mock class declared the method false. It should return an URLName
instead of String.

BTW: the quick installation note for the sample should mention, that I need to
copy a mail.jar into WEB-INF/lib, too. This was the 1st problem I had running
the sample