Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道为 Java 6 编译的 JBoss 4.2.3 版本是否仍然支持 EJB 2?我遇到的问题是它无法将类强制转换为以前从未遇到过此问题且代码没有更改的某个接口。
EJB2 风格的 bean 应该在 4.2 版本中仍然可以工作。你想投射到什么接口?也许那个特定的界面被重命名或移动了。您应该尽量不要使用特定于容器的类。