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

Java downward comaptibilty gives method signature errors

           Summary: Java downward comaptibilty gives method signature errors
           Product: Tomcat 4
           Version: 4.1.18
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I wanted to upgrade from Tomcat 4.0.4 to Tomcat 4.1.18, I also upgraded to 
JDK1.4 from jdk 1.2.2. I got the following errors on compiling my JSPs:

"(class: com/naren/mos/mosser, method: SetDataForFields signature: 
(Ljava/lang/String;)Z) Incompatible object argument for function call"

This is the error reported, when I invoke JSP when it creates new mosser object.

My mosser class was compiled previous in jdk1.2.2 and avaialble as jar. My 
current java home is set to jdk1.4.1 and Tomcat 4.1.18 is my current server.

The above JSP runs well with Tomcat 4.0.4 and JDK1.2.2 without any changes.

If I recompile my mosser class with jdk1.4 everything goes fine. But I am 
constrained to keep mosser class jdk1.2.2

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to