문제

We have a project with plenty of legacy EJB2 stuff along with new code written in EJB3. So we want to migrate it from JBoss AS 7 to WildFly.

Does WildFly support EJB2?

I have tried to find info about this, but found only info from June 10 2013 that

"Support ... has been made optional in this release and their description is moved to a separate EJB Optional Features document"

도움이 되었습니까?

해결책

EJB 2 is a required part of Java EE 7, thus WildFly definitely supports EJB 2, with the exception of (now-optional) container-managed persistence (also known as "entity beans") support.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top