Reputation: 1
I have an application deployed on WebSphere that uses jdk 1.5 and ejb 2.1 technologies. I have to migrate it to Jboss eap 6.4 and JDK 1.8. Can I continue to use ebj 2.1 version? Thanks!
RB
Upvotes: 0
Views: 1765
Reputation: 19445
Using EJB 2.1 technologies in this version of JBoss EAP should be perfectly fine, unless you're using CMP entity beans, which would need to be migrated to JPA.
You can find a support matrix at JBoss Enterprise Application Platform Supported Standards.
Further documentation can also be found at EJB 2.X CHANGES.
Upvotes: 0