I am sorry in advance if my question sounds too general - I do all the preliminary research myself, but nothing replaces real experience ...
My goal is to port the legacy Java EE application (pre-EJB 3.x) to Tomcat with an embedded EJB container. My options currently look like this:
- JBoss Embeddable EJB
- Apache OpenEJB
- OW2 EasyBeans Consortium
- anything else?
I expect to use JMS (with MDB), Session beans (stateful and stateless), JPA, and I am very happy to use JSF with Seam.
Now, given the choices above, are there any advantages to using a particular embedded EJB provider?