Is JBoss 7.1.1 fully EJB 2.1 compliant?

I am working on a legacy project old enough to use EJB 2.1 and JBoss 4 (some version). We now want to move to JBoss 7.1.1, but will continue to implement EJB 2.1 (there would be too many changes). Is JBoss 7.1.1 EJB 2.1 compliant?

+3


source to share


2 answers


It is EJB-2.x compliant as stated in the release notes for AS 7.1.0 for the full Java EE 6 profile:

EJB 3.1 Full - Adds a number of key features including remote communication, asynchronous method invocation, timers, message-driven beans, and legacy EJB 2 compatibility.



It remains the same for JBoss AS 7.1.1 as it is an update to JBoss AS 7.1.0 support.

+2


source


The only problem is, you cannot define custom JNDI names that you could use with EJB2.x



+3


source







All Articles