Question

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"

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top