java.lang.ClassCastException的含义:someClass 与 someClass 不兼容
我在XPages应用程序中偶尔遇到异常:
java.lang.ClassCastException: someClass incompatible with someClass.
提到的两个类是相同的,它是用作会话bean的类。我无法谷歌任何涵盖我的问题。通常的解释是设计元素的变化,而不是我的情况。
从那时起,XPage 应用程序变得不可用(使用会话 bean someClass 的页面),直到重新启动 http 任务或重新保存 faces-config.xml。
在某些情况下,这与其他异常有关:
com.ibm.jscript.InterpretException: Script interpreter error, line=x, col=y:
Java method 'method(signature containg someClass)'
on java class 'someOtherClass' not found
这种行为的背后是什么?