Can you run EJB 2.1 beans in OSGi?

I have a J2EE 1.3 application that uses an EJB 2.1 session and beans object. This application is currently running as an EAR file in JBoss. I would like to migrate to the SpringSource dm application server because of all the benefits OSGi provides.

Does anyone know if there is an OSGi bundle that can act as an EJB container? Can OpenEJB do it?

+1


source to share


1 answer


hope this can help you:

http://darrylnelson.wordpress.com/2008/08/22/openejb-in-felix/#



It helps me a lot :-)

+2


source







All Articles