0

该应用程序在 WAS 7 上运行,但是当我在 WAS 6.0 中运行具有 EJB 层的 Web 应用程序时,它向我抛出了以下异常: java.rmi.ServerException RemoteException occurred in server thread; nested exception is: com.ibm.ejs.container.CreateFailureException nested exception is: java.lang.reflect.InvocationTargetException我对数据库、共享库进行了所有必要的更改,但仍然出现相同的错误。websphere server 6.0 中的 EJB 应用程序和 rmi 有什么需要做的吗?

4

1 回答 1

0

根据这篇文章,听起来 WebSphere Application 6.0 不支持 EJB 3.0,但如果可以的话,您可以使用 WebSphere 6.1 做得更好。

于 2015-07-28T06:29:46.877 回答