I'm new in WebSphere and I want to know that is there any way to run JavaEE6 (EJB 3.1) application under WebSphere Application Server 7.0 ?

I know that WebSphere 8 enabled JavaEE 6 support by default but I have to use WebSphere 7.0.

有帮助吗?

解决方案

There is no way to achieve this. WAS 7.0 has no support for EJB 3.1, neither directly, nor in the form of a Feature Pack. You have to upgrade to WAS 8.x.

Specifications and API documentation.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top