java.lang.VerifyError: Incompatible object argument for function call
I got the following error for the FlexiDate class (got from JDev forum) when i deploy my application on 9iAS 1.0.2.2.2a:
Error Message: (class: MyJboPkg/FlexiDate, method: toString signature: (Z)Ljava/lang/String;) Incompatible object argument for function call
java.lang.VerifyError: (class: CdbsJboPkg/FlexiDate, method: toString signature: (Z)Ljava/lang/String;) Incompatible object argument for function call
at myapp.tags.MyTag.doStartTag(MyTag.java:47)
at MyJsp.jspService(_MyJsp.java:83)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:696)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:281)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
- How to fix this error? Does the 9iAs version causes this problem?
Thanks for your replies!