You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/07 00:52:20 UTC

DO NOT REPLY [Bug 6289] New: - java.lang.ClassFormatError during instantiation of translets

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

java.lang.ClassFormatError during instantiation of translets

           Summary: java.lang.ClassFormatError during instantiation of
                    translets
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: ms53@inf.tu-dresden.de


I just checked out the apache CVS repository, made a build and compiled a 
stylesheet. When I try to instatiate the translet class(es) if get:

java.lang.ClassFormatError: Illegal Method name 
"http://xsltsl$dot$org/date$dash$time:dateToFormatedDate"

I think its the slashes that cause the problem.

I use the current JDK (1.4RC).

This is not a dupe of bug 6044!